Monday, 19 January 2015

Test Cases for Automation



Test Cases for Automation

Identify which Test cases are need to be Automated
            1. Test that need to be run for every build of the application under test.
            2. Test that uses multiple data values for the same action.
            3. Identical tests that needs to be executed in different browsers.
            4. Transactions with pages which won’t change in short term.
             5. Smoke test Test cases
            6. Regression test cases
        
Identify which Test cases are not to be Automated
            1. Usability Testing – How easy an application to use.
            2. One time testing
            3. Test cases Based on the intuition and knowledge of the application.

No comments:

Post a Comment

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