Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
what is the function to get the ascii value of the character?
Explain the functionality of vbscript?
VBscript for QTP,best tutorial?
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.
Mention how to access array data?
write a vb-script code to delete all the mails in my gmail in the year 2011
Explain vbscript in detail?
Which in-built function is used to format the number in the vbscript language?
How to add actions in driver script to run those actions in QTP?
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
find the length of the string without using length function?
how to store charecters of HARIBABU Using arrays