Question:What are test cases in Software Engineering?
Answer: - A test case may be defined as a set of instructions for getting an error in system by causing a failure. Testing software is not so much expensive in the comparison of software testing. Much kind of aspects are to be kept in mind when test cases are selected.
The aim of the test case should be getting a program which have no errors, if any error find in program to solve it quickly.
The selected test case should contain all inputs to the program.
A specified area should be present for the valuation of a test case.
A test case should be plan quickly as possible in development process.
A good testing should have following qualities:
correctness
Reliability
Usability
Efficiency
Integrity
Flexibility
Structure