I want to run QTP script on Linux server is it possible to
do this by connecting Windows to Linux through VPN/Terminal
Server and just run the script on Linux server.
Which is the default Data types in VBScript?
What is the difference between VBScript and JavaScript?
write a program to display configuration of a local system with the help of vb script.
write a vb script to display first 5 odd numbers from 1 to 100
i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next
VBscript for QTP,best tutorial?
Suppose by navigation I went from 1 st page to 5 page ,so Write a generic script for coming from any page to the 1st page and by executing where the page may be it will come to 1st page
HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?
Which function is used to perform string comparison?
what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?
Why is error handling required?
Which operator can be used to do an xor operation in vbscript?