Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1.  Development of a test strategy that covers the following:  
    1. Levels of testing to include (Unit testing by developers, system testing by testing professionals, customer testing; ensuring that real users can perform their job functions and the system produces the correct results, Stress load testing / capacity testing to determine what types of transaction loads the system can handle).  
    2. Who will perform each level of testing 
    3. How will testing be documented 
    4. How will test failures be handled 
    5. Will any testing levels be automated, if so, what tools will be used 
  2. Test cases to include - Plan what test cases need to be executed.  Theses should be based upon requirements and should include testing boundary and error situations.  
  3. Environments for executing tests.  A team should have one or more dedicated environments that can be used to execute test cases.  

...