Site icon Tutorial

Use Case Testing

Go back to Tutorial

Use case testing is a functional testing technique which helps in identifying test scenario on the whole system or doing start to end transactions. Use case testing has “User action” and “system action”. In user action, an action is performed by the user and in the system action, the system performed the actions. Both actions support each other.

This type of testing based on the vision of a user. Tester uses the real world transaction for the testing without depending on the input or output. Use case document has a written flow along with expected and alternate flow.

A flow of transactions (positive test case) and alternate (negative test case) are typically based on both the actions i.e. user action and system actions. This testing can also be used for developing the detailed level.

Advantages

Disadvantages

Following are some use case limitations:

Right from start to end, step by step, transaction by transaction is very important and the “use case testing” helps to investigate that all the test case should cover the whole system.

Go back to Tutorial

Exit mobile version