What is the vb script when the url enter into the browser

Answers were Sorted based on User's Feedback



What is the vb script when the url enter into the browser..

Answer / uday kumar_anem

Browser Object.navigate "URL"

Ex: Browser("browser").navigate "www.yahoomail.com"

Is This Answer Correct ?    4 Yes 0 No

What is the vb script when the url enter into the browser..

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

Post New Answer

More QTP Interview Questions

What does VBS file contain..? what is VBS file.?

4 Answers  


How can i store runtime value through vb script while using qtp

1 Answers  


Can you brief the hurdles you faced during Automation testing?

0 Answers  


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:-)

1 Answers  


What is synchronization point in QTP?

0 Answers  






In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?

0 Answers  


How do we call Library Files(.vbs) in the Test Script Thanks in Advance...

6 Answers  


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.

0 Answers  


how can i pass parameters into function?

4 Answers   Livetek,


What the genaric function to connect Sql Server using Sql Server Authentication and Windows Authentication

1 Answers  


Differences between quicktest professional (qtp) and winrunner?

0 Answers  


can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?

2 Answers  


Categories