Best Practices in testing


·         Determine the Focus of the Test Before beginning.
·         Create Test Scenarios – Follow the Application functionality when creating
·         Scenarios should have multiple test cases tied to each.
·         Positive Test Cases – Acceptable Input Data  - Expected to Work
·         Negative Test Cases – Unacceptable Input Data  - Expected NOT to Work
·         Creative Brainstorming Test Cases  - Helps detect  unexpected results
·         Consider Risk Factors – Increase number of test cases for volatile areas of the systems, complex code, newly created code.
·         Number of Test Cases – Average is 2 to 3 per function ( for Low to Medium Risk Factors)

Comments

Popular posts from this blog

Terminal Emulation – QTP Automation Testing

HP QC SQL Queries

Challenges while executing the test cases for large project