1)how to write test cases in test director? not go throuth
requirments and plan but should be different way i need?
2)what is the mediator between qtp and application or
project?
Answer / manjukypa
Hi
Ans 1) we can write the test cases in excel document and we
can export that test cases into Test director or Quality
cneter.
generally like this only companies are doing.
2)mediator between QTP and the project are ADD INS and
REPOSITORY.
after add the add is, while recording the application
repository stores the properties of that objects.
as per that properties only qtp can recognise the
application.
| Is This Answer Correct ? | 2 Yes | 0 No |
we have 5 default properties we want add more Default property in Object Repository how to add the property
What are the views available in quicktest professional (qtp)?
What is the vb script when the url enter into the browser
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
In my script there is a link(e.g. 'My Page') when I execute the script sometimes(not every time) QTP throws an error that "My Page(as link)" not found. Pleaase tell me where I need to update
What are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
Why use Regular Expressions?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
I AM NEW IN QTP,PLZ TELL ME ANY BOOKS FOR QTP, MY COMPANY IS QTP,SO I LEARN QTP,PLZ ANYBUDY HELP ME
Does QTP record on Objects created on XWindows Environment?
How we can do Batch testing in QTP?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?