What is the vb script when the url enter into the browser
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
Browser Object.navigate "URL"
Ex: Browser("browser").navigate "www.yahoomail.com"
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / jyo
Ex:Browser("Title:=web.*")
Here Title is property for web pages identification and
web.* is the partial url of that page instead of lengthy URL
Is This Answer Correct ? | 0 Yes | 0 No |
What does VBS file contain..? what is VBS file.?
How can i store runtime value through vb script while using qtp
Can you brief the hurdles you faced during Automation testing?
In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)
What is synchronization point in QTP?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
How do we call Library Files(.vbs) in the Test Script Thanks in Advance...
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
how can i pass parameters into function?
What the genaric function to connect Sql Server using Sql Server Authentication and Windows Authentication
Differences between quicktest professional (qtp) and winrunner?
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?