Explain QTP testing process?
Answer / ramyab.mca@gmail.com
Hai....
The QuickTest testing process consists of 6 main phases:
1. Create your test plan: Prior to automating there should
be a detailed description of the test including the exact
steps to follow, data to be input, and all items to be
verified by the test. The verification information should
include both data validations and existence or state
verifications of objects in the application.
2. Recording a session on your application: As you navigate
through your application, QuickTest graphically displays
each step you perform in the form of a collapsible icon-
based test tree . A step is any user action that causes or
makes a change in your site, such as clicking a link or
image, or entering data in a form.
3. Enhancing your test: Inserting checkpoints into your
test lets you search for a specific value of a page, object
or text string, which helps you identify whether or not
your application is functioning correctly.
NOTE: Checkpoints can be added to a test as you record it
or after the fact via the Active Screen. It is much easier
and faster to add the checkpoints during the recording
process.
Broadening the scope of your test by replacing fixed values
with parameters lets you check how your application
performs the same operations with multiple sets of data.
Adding logic and conditional statements to your test
enables you to add sophisticated checks to your test.
4. Debugging your test: If changes were made to the script,
you need to debug it to check that it operates smoothly and
without interruption.
5. Running your test on a new version of your application:
You run a test to check the behavior of your application.
While running, QuickTest connects to your application and
performs each step in your test.
6. Analyzing the test results: You examine the test results
to pinpoint defects in your application.
7. Reporting defects: As you encounter failures in the
application when analyzing test results, you will create
defect reports in Defect Reporting Tool.
K,byeee....
Thanks & Regards
B.ramyasri
| Is This Answer Correct ? | 1 Yes | 0 No |
How to customize qtp?
what are the 5 types of objects in qtp
How to remove the associated function library?
Hi Guys...I just started working with QTP now.The frame work they use hear is Write all the functions in function libraries and pass data using data dictionary either from data table or excel .I kind of understood evrthing but one thing I need to know is How do they recognize objects .Do they use object spy and recognize objects or record them ..Does soemone have any idea how they generally do this is such kind of framework
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?
Explain runtime dynamic settings?
What are the types of Object Repository’s in QTP?
wht is Automation testing frame work. pls explain it
hi i have one doubt is there any companies are taking correspandence courses plz leme know urjent
With out using the task manager,how to close the application using vbscript and what is the statement?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
How can we display the names of the buttons in the toolbar of a webpage