Tuesday 22 January 2013

Lesson 1 - QTP Testing Worlkflow

Planning :-It is the first phase in QTP testing process.Before you start recording make sure that application area you are going to test synchronizes and communicate well with QTP. Analyse the test case and plan accordingly .Planning includes What resources, Utilities, Reusable actions etc will be required in script.

Recording Basic Test Script :- Following the test case, record a basic test script against  the actions specified in test case.

Enhancing Test Script :- Once a basic test script is created, enhance it.It includes making script readable by renaming objects in object repository, adding additional properties like class, html id etc.,using programming statements to achieve complex testing goals, inserting checkpoints, using regular expressions to validate data, parametrization, adding synchronisation points etc.

Running Test Script :- Once a test script is created run it to verify that all scenarios are covered as mentioned in test case.

Debugging Test Script :- Once you run your script you may get errors, to rectify them debug your script.
You can use Breakpoints, Debuggviewer pane, and Step Commands.

Executing Test Script :- Now, execute your test script in full fetch making sure that it will not generate any errors and it is available for batch run.

Analysis of Test Result And Reporting Defects  :-Analyse test result for any defect or issue in application and remove warnings in test script mentioned in results summary

No comments:

Post a Comment

Note: only a member of this blog may post a comment.