Testing process, 7 Seven Steps
Software Testing Process, Automation Testing Process With Examples
in QTP
7 Seven Steps QTP Testing process?
Quick Test Professional testing process consists of following
Seven 7 main steps:
1) First Create your test plan - This is
preparation phase where we recognize the perfect testing steps,
expected results and test data for us for automated testing. We can
also determine the system and environment configuration required to
run and create our QTP Testing script.
2) Recording a session on your application -
During this step , you need to run test steps one by one on your AUT
,and then QTP automatically record the corresponding statement of VB
script for each and all steps performed.
3) Improving your test - On this stage you
need to insert output values, checkpoints, programming logic,
parametrization like if….else loops to improve the logic of this
testing script.
4) Replay And Debug - After the above
improvements you required to replay the script to verify whether it
is working fine and debug if required.
5) Execute your Tests - Now you need to
process the real execution of your Testing Script.
6) Analyzing the test results - Once test run
will be complete, Definitely you required to study the results in the
created Test Fusion report.
7) Reporting Bugs or defects - Any error or bug
if caught then it required to be reported. If you are working on
Quality Center , Bugs can be raised automatically for fail test cases
in QTP.
Automation Testing Process in QTP
- First Step is to prepare
planning – before beginning the test building, we should plan it
and prepare the mandatory design or plan.
- Second Step -Creating
components or Tests in QTP:- Components can be create by the
recording session on the application or on the website or Adding the
steps manually to objects in the keyword view or expert view through
object repository.
- Third Step by applying the
checkpoint into the components or test- checkpoints are the
verification points that compares the recent values for particular
property with the value expected for such property. Actually this
will enable you to recognize whether the website or any application
if working properly on not.
- Fourth Steps- Broaden the scope
of components or the test script by replacing the fix value with the
help of parameter.
- Fifth step is running the Test
– After building the components or tests we required to run it to
test the website or the application.
- Sixth and final steps will be analyzing the results with following points:> View the results window with result – After running the components or tests, you can see the result of the execution in the test result window. you can also see a results summary as well as a full fledged detailed report.> During the execution session reporting the identified bugs - If there it Quality Center is installed then you can report the bugs found out to database. You can lead quick test to automatically report each step which is failed in the components or tests, or you can report them manually also from the Test results window.
7 Seven Steps Software Testing Process
No comments:
Post a Comment