Practical 9
Practical 9
Title: Write test cases to validate requirements of assigned project from SRS document.
Theory: A test case in software engineering is a set of conditions or variables under which a tester will
determine whether an application or software system is working correctly or not.
The process of developing test cases can also help finding problems in the requirement or design of an
application.
7. Status : Pass or Fail. Other statuses can be 'Not executed' if testing is is not performed and ' Blocked' if
testing is blocked.
Conclusion: Thus we have studied how to write test cases and successfully designed test cases to
validate requirements for assigned project from SRS document.