Software Engineering (4353202)
Internal Documentation: Comments, code structure, design rationale.
External Documentation: User manuals, installation guides, API documentation.
A testing technique that takes into account the internal mechanism of a system or component.
A testing technique that focuses on the functionality of the software without considering the internal code structure.
A test case is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements or works correctly.
| Test Case ID | Test Scenario | Expected Result |
|---|---|---|
| TC001 | Valid PIN Entry | Access granted to main menu |