Explain what is loose binding? Why is it not a good practice to use it?
No Answer is Posted For this Question
Be the First to Post Answer
Mention what are the rules to name variable in vbscript?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
How will you get the exponent of the given number in vbscript?
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
Can automation testing find ssame no. of bugs what we can find by manual testing?
Explain the adodb.stream class?
Give examples where vb script can directly run on users system with windows as os?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
What is vbscript procedures?
Explain few date functions in vbscript?
Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance
What is the use of option explicit statement?