Posts

Showing posts with the label Manual Testing

Best Practices in testing

Developing Test Cases ·          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 p...