The translation was generated automatically and may contain mistakes

Module: 5. Testing

Lesson 2. Testing Planning: Defining Scenarios

The main thing in the lesson

General algorithm of preparation for testing:

  1. 1.

    Determine the goals of users and customers.

  2. 2.

    Write out your application use cases.

  3. 3.

    For each use case:

    • Identify the actors, for example: user, system, bank, restaurant, courier.
    • Choose the main direction.
    • Consider alternative scenarios.
    • Consider exception scenarios if something goes wrong in the app.
    • Make sure all input and output options are described. The output may depend on the input set.
  4. 4.

    Form test cases from scripts.

  5. 5.

    Test the application on the tests received.

:::