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

How to Analyze the Checpoint results by Table and DB Checkpoints?

1 Answers  


How do you open adobe acrobat file in QTP and do some testing on that file ?

0 Answers  


What types of testing comes under functional testing or in other word what will you test in functional testing?

3 Answers   Infosys,


1)what is the quality process in QTP? 2)how to add the .tsr file in qtp through scripting?

1 Answers   L&T,


How many check points are there in QTP and what are they?

5 Answers  






How you debug your script?

0 Answers  


Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com

0 Answers   TechSoft,


why you have standardized functions? plzzz guys with real time exp. do answer

0 Answers  


Hi All Below is my script which i made for lgin into Flight.exe. SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\","open" Dialog("Login").WinEdit("Agent Name:").Set DataTable ("p_Text", dtGlobalSheet) Dialog("Login").WinEdit("Agent Name:").Type micTab Dialog("Login").WinEdit("Password:").SetSecure DataTable ("p_Text1", dtGlobalSheet) Dialog("Login").WinButton("OK").Click If Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").Click datatable.Value(3)= "Incorrect password. Please try again" Dialog("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)="Please enter agent name" Dialog ("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)= "Please enter password" Dialog("Login").WinButton ("CANCEL").Click else Window("Flight Reservation").Move 309,146 datatable.ExportSheet "C:\Raj\Result.xls" ,1 Window("Flight Reservation").Close End If I want to capture the Message string from Dialog("Login").Dialog("Flight Reservations" Also pls let me know if this is the right way to do the script for login. Pls provide some script for login Flight.exe Thanks in advance Raj Dhiman

1 Answers  


How to export quicktest professional (qtp) results to an .xls file?

0 Answers  


What is the Dynamic Scenario in QTP? And also anybody give the example for this?

3 Answers  


What is Object Spy?

7 Answers   JKH, Ordain Solutions,


Categories