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
Showing posts with label Environment Variable in QTP. Show all posts
Showing posts with label Environment Variable in QTP. Show all posts
QTP Script to get Version Number,Folder path of QTP installed in System
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
Subscribe to:
Posts (Atom)