Do You Run Acceptance Tests?
Updated by Brook Jeynes [SSW] 1 year ago. See history
Once the coding is done by the developers, the functionality must then be stepped through in the required browsers. You can do this manually or automating it using a great tool like Microsoft Test Manager.
The 1st step in getting automated tests, is to setup Acceptance Tests:

Figure: Run each 'test case' with a prescribed configuration

Figure: As you progress through each step, 'Pass' or 'Fail' the expected results. Take screen captures or video as appropriate

❌ Figure: Bad Example -After checking all the ‘Expected’ results in your MTM test, do not forget to 'Pass' or 'Fail' the Test Case

✅ Figure: Good example - After all 'Test Steps' have been checked off, choose the overall status for the test. Otherwise it will continue to show as 'Active' on the reports

❌ Figure: Bad Example – No Tests should remain as 'Active' or 'Failed' at the end of a Sprint

✅ Figure: Good Example – every test is 'Passed'
Tip: You can pass a test from the test list. Select the Test menu, then the Test Suite. Choose the Test Case to pass and then click the green button ‘Pass Test’.
The next step is to review the Statistics of the Sprint.