Aboo S

blog

  Home  |   Contact  |   Syndication    |   Login
  28 Posts | 0 Stories | 219 Comments | 59 Trackbacks

News


Article Categories

Archives

Finanace

July 2006 Entries

Test Cases are the implementation of a test case design which will help the software tester to detect defects in the application or the system being tested. This should be the primary goal of any test case or set of test cases. When I write a test case, I think of both types of test cases, positive test cases and negative test cases. Positive test cases are those which execute the happy path in the application and make sure that the happy path is working fine. Negative test cases as the name suggests...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Main purpose of testing is to detect defects / bugs in the application before it is released into production; furthermore defects are only product the testing team produces that is seen by the project team. So document the defects in a way that is useful in the defect remediation process - at a bare minimum each defect should contain: Summary, Description, Priority, Severity, Impacted Area, How to reproduce the defect and Current Status of defect. Read more...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati