Sunday, September 25, 2016

QA General Test Scenarios

These are some of the  basic test scenarios which should be covered during the testing.

CRUD Operations

System Messages Verification

Sorting & Pagination

Date Format Verification

Special Character & Validations

Spelling/Grammar/Alignment

 If the test case  scenario is “Validate the login functionality” – This would take in 3 test cases
  • Login (successful)
  • Login-unsuccessful when incorrect username is entered
  • Login-unsuccessful when incorrect password is entered.
Each test case would in turn have steps to address how we can check a particular test condition is satisfied or not.

  •  Test Case is ‘How to be tested’ and Test Scenario is ‘What to be tested’
actually, a test case is a set of steps to be executed ,in order to validate the scenario.

Test case document template