QTP Testing Process?
Answer / 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 |
Sql questions to find second max salary and how to use joins
In qtp is it possible to check broken links of a page?
What is FRAME WORK? How many Frameworks can QTP supports?
can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...
How many types of run modes are there in qtp?
Explain Descriptive Programming Types with Examples?
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail
Hello, How can i capture first letter of any string using QTP. For ex.. i want "j" in the below string "john" could any one explain me? Is there any function for that?
what testplan contents and what test strategy contents,what is the diff b/w them
What is difference between shared and local object repository?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
I need your help in the below topic using QTP Automation tool. How to automate the right click of mouse on a context menu? 1)Tried low level recording which is working fine but making use of co-ordinates. 2) Also tried changing the mouse settings and properties using Tools ->WebEvent RecordingConfiguration and created a configuration file with required mouse click events and used which did not work.