How to Import data from a file (file is on the desktop) to
the data table
Why is the use of exit do or exit for statements within loops discouraged?
How will you get a subset of a array in vbscript?
Compare java script and vb script?
Which in-built function is used to format the number in the vbscript language?
Is it possible to pass optional argument to function in vb script?
How to get path of the file through scripting?
How can I access an object in another frame?
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
Have any one know about Test Complete 6, please let me know. If any one have good material regarding Test Complete 6, Please send to my mail id: cns.praveen@gmail.com
Which function is used to perform string comparison?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
What is dictionary object in vbscript? Explain?