Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
reverse the string without using reverse string?
What is the output of a + b in vbscript if a = 5 and b = 10?
What are the different types of operators and their order of precedence?
why do u choose to go for testing why cant for devoloping
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
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
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
write a vbscript for finding the sum of the numbers from 1- 50
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
How will you get a random number between 0 and 1 in vbscript?
What are the rules to name variable in vbscript?
How to pass the parameter from one function to another function in VB Scripting?