Explain The Qtp Testing Process?
Answers
1. First step is to check if the application can be automated or not. Not all applications can be automated due to its limitations.
2. The next most important step is the selection of tools. It depends on the technology in which the application is built, its features and usage.
3. The next activity is to select a suitable framework. There are different kinds of frameworks and each framework has its own importance.
4. Build Proof of Concept (POC) with an end-to-end scenario to evaluate if the tool can support the automation of the application. It is performed with an end-to-end scenario, which ensures that the major functionalities can be automated.
5. After building the POC, framework development is carried out, which is a crucial step for the success of any test automation project. Framework should be built after diligent analysis of the technology used by the application and also its key features.
6. Once Script development is completed, the scripts are executed, results are analyzed and defects are logged, if any. The Test Scripts are usually version controlled.