Tuesday, April 3, 2012

Quick Interview Questions on Test Automation || Basics of Software Testing Automation


# Top level scenarios which you would want to Automate in your Software Development Life-cycle?

1. Sanity tests, which is repeated on every build.

2. Stress/Load tests where we simulate a large no of users, which is manually impossible

3. Regression tests, which are usually executed after every code change)

# Some standard practices for writing Automation Scripts :-

1. Proper code guiding standards

2. Standard format for defining functions, exception handler etc

3. Comments for functions or various parts of the Test-Scripts.

4. Proper error-handling mechanisms

5. The appropriate synchronization techniques

6. Proper framework developed to built scripts

No comments: