In html file what is an ideal position to include vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
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 get the length of the string by making use of the string function?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
How to make sure that items in a wintree are sorted al?
How will you get a random number between 0 and 1 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 can you test font size, type and color using QTP tool?
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
Hi, Anybody could tell me What is the 3rd Largest Number in the series..Thanks in Advance..
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
How to check the particular window is exist or not with out using check points