Showing posts with label Built-in-variables in qtp. Show all posts
Showing posts with label Built-in-variables in qtp. Show all posts

QTP Script to get Version Number,Folder path of QTP installed in System

Script to get folder path where the QTP is installed in your system.

msgbox environment.Value("ProductDir")

D:\Program Files\Mercury Interactive\QuickTest Professional


Script to get name of product(QTP)in your system.

msgbox environment.Value("ProductName")

QuickTest Professional


Script to get qtp version(No.)installed in your system.

msgbox environment.Value("ProductVer")

8.2

QTP Script to Find Name of Operating System and Its Version

QTP Script to find name of your Operating System.

msgbox environment.Value("OS")

QTP Script to find Version of your Operating System.

msgbox environment.Value("OSVersion")


QTP Script to Find Local Host Name of your System

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge