QTP Testing Process?

Answer Posted / maheshqtp

QTP testing process is:
-----------------------
1: Preparing the Run settings for the Application
2: Develop the Automation basic script
2.1 Using Object Repository: ORM
2.2 Using Descriptve Programming: Dynamic Programming
3: Edit / Enhance the Automation Test script
4: Debug the test script
5: Execute / Run the script
6: Analyze the results
7: Summarise the results : Report Defects in to QC (Result
Window)

http://www.qtpqc.blogspot.com
http://www.webpagelinks.blogspot.com

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to test fly out menu in qtp?

515


UFT 12.02 which ALM version will support

980


Explain about business process component? types and usage?

1558


This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?

1463


In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!

2379






Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,

1376


What are the features of quick test pro(qtp)?

526


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1344


how do i know how to use tools

1443


Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)

1734


Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?

1478


What are the features and benefits of quick test pro (qtp 8.0)?

595


There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?

1624


How to create runtime property for an object?

1443


In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.

1525