Explain the qtp test phases.
Answer / Mayuri
The QTP test phases typically include the following:
1. Requirement Analysis: Understanding and documenting the software requirements.
2. Test Planning: Defining the testing approach, strategy, schedule, and resources needed.
3. Test Design: Identifying the test cases and their specific steps to be executed during testing.
4. Test Implementation: Developing and executing the test scripts using QTP.
5. Test Execution: Running the test scripts against the application under test and capturing the results.
6. Result Analysis: Analyzing the test execution results to determine the success or failure of the test cases.
7. Defect Tracking: Reporting and tracking the detected defects in the software.
8. Test Closure: Reviewing the overall testing process, documenting the findings, and finalizing the project.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is keyword driven testing in qtp?n how is it useful?
hello, i just started searching for a job on QA ,need QTP software full version.plz can any body help me...my email id is padma_ub@yahoo.com.thanks in advance.
Hi I have a doubt in qtp. Can you please clarify my doubt. If we are importing the data from excel sheet in qtp the the script is running the number of row times. I mean if there are 4 rows in excel sheet the script is running 4 times. cant we avoid this. suppose i have tis script: datatable.Import "C:\Documents and Settings\sailaja\My Documents\login1.xls" n = datatable.GetRowCount For i =1 to n systemutil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe" datatable.SetCurrentRow i Dialog("Login").WinEdit("Agent Name:").Set DataTable ("Username", dtGlobalSheet) Dialog("Login").WinEdit("Password:").Set DataTable ("Password", dtGlobalSheet) Dialog("Login").WinButton("OK").Click Window("Flight Reservation").ActiveX ("MaskEdBox").Type "020209" Window("Flight Reservation").WinComboBox("Fly From:").Select "Frankfurt" Window("Flight Reservation").WinComboBox("Fly To:").Select "Los Angeles" Window("Flight Reservation").WinButton("FLIGHT").Click Window("Flight Reservation").Dialog("Flights Table").WinButton("OK").Click Window("Flight Reservation").WinEdit("Name:").Set "Sailaja" Window("Flight Reservation").WinButton("Insert Order").Click Window("Flight Reservation").WinMenu ("Menu").Select "File;New Order" window("Flight Reservation").Close next I created a excel sheet with 3 rows and 2 columns. (username and password). The script is running 9 times. I made the option run one itaration only . eventhough it is running 9 times .can u plaese clarify my doubt. Thankyou Sailaja.
What is the exact difference bet function and action in QTP Anybody can explain it in detail..Thanks in advance..
Hai anyone please "Explain about Framework in QTP?"
IF I SET THE VIRTUAL OBJECT AFTER THAT MAXIMIZE THE APPLICATION THEN QTP SENT ERROR OR EXECUTE SUCCESSFULLY? WHY ?
how you update scripts in qtp?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
what is the difference between data table and spread sheet?
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
What are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?