how will b the questions if we keep one QTP project in
CV.please tell me iam attending an interview.
Answers were Sorted based on User's Feedback
Answer / ravi_kanakam
1. You will be asked to explain the automation process you
are following in your company.
2. What framework you are following ?
3. Have you implemented Recovery Scenarios ? if yes, how ??
4. What is error handling ? and how you handled in QTP ?
5. What is the major difficulty you faced while working
with QTP ?
6. Features, advantages, and disadvantages of QTP ?
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / mo
all questions will be on real time they will screw ur brain
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / munna
1.You will be asked to explain the automation process you
are following in your company?
2.Questions on Object Identification concept?
3.Questions will be asked on Object Repository,Object Spy?
4.Why you choose QTP to test the project?
5.What framework you are following ?
6.Have you implemented Recovery Scenarios ? if yes, how ??
| Is This Answer Correct ? | 2 Yes | 0 No |
How many ways to configure the application in QTP,Explain
How you handles Pop-up windows which are Dynamically changing in Runtime?
How can i Save the snapshots in a specified folders using Scripting in QTP?
Using QTP checkpoint, where do you store your expected Properties of the object which later compares with the actual properties of the object???
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
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
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
Write a Script With descriptive programming(Without Repository) to update an Update an order in Flight App and verify whether it is done successfully.(Use ChildObjects method)
what r the main attributes of test automation?
How we can test a Frame in a web page?
What is ‘object spy’ and what is the function of object spy in qtp?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)