Which object provide information about a single runtime error in a vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
What is vbscript procedures?
What is the extension of the vbscript file?
1. How do declare public variable in vb scripts?
How are comments handled in the vbscript language?
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
How to insert snapshot during manual scripting in QTP?
Write a program to display the numbers in the below format using for loops? 1 2 3 4 5 6 7 8 9 10 11 12 and Write a program to display the numbers in the below format using for loops. 1 2 3 4 5 6 7 8 9 10
what types of bugs will we find out in banking projects for automation testing?
0 Answers Napier Healthcare, TCS,
how to delete folder test3,test4 and test5 using vbscript?
What is the difference between for loop and while loop?
i need to login to my yahoo accoutnt using VB Script, automating the operation of webobjects, even launching of IE. How?
How do you create a recordset object in VBScript?