1.

What Are The Pre-requisites To Start Automation Testing?

Answer»

The first step is to segregate the DIFFERENT test cases that are to be automated, followed by preparing test data as PER the NEEDS of the test cases. Reusable functions need to be written which are frequently used in those test cases. Later test scripts are prepared by using reusable functions and apply loops and conditions wherever necessary.

In a nut shell, the following are the pre-requisites for starting automation testing:

  1. Build should always be stable
  2. Get the functionalities to REPEAT
  3. Filtering the automated test cases

The first step is to segregate the different test cases that are to be automated, followed by preparing test data as per the needs of the test cases. Reusable functions need to be written which are frequently used in those test cases. Later test scripts are prepared by using reusable functions and apply loops and conditions wherever necessary.

In a nut shell, the following are the pre-requisites for starting automation testing:



Discussion

No Comment Found