Answer Posted / vandana sharma
The QuickTest testing process consists of 6 main phases-
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.
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.
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.
Debugging your test:
If changes were made to the script, you need to debug it to check that it operates smoothly and without interruption.
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.
Analyzing the test results:
You examine the test results to pinpoint defects in your application.
Reporting defects:
As you encounter failures in the application when analyzing test results, you will create defect reports in Defect Reporting Tool.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the features of quick test pro(qtp)?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
What are the different recording modes and how do they work?
How you can decide which type of object repository you have to use?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
What is quicktest professional?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
Discuss quicktest professional (qtp) environment?
Approach for Installation,comaptibility,system testing
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
what is error and fault in terms of software quality?
Can we record an application running on a remote machine using qtp?
Explain the check points in quicktest professional?