A
A
Alexey2014-06-09 19:13:39
Software testing
Alexey, 2014-06-09 19:13:39

Test script

Hello!
What do you mean by test scenario?
And how can it be depicted in the form of a diagram, if the application for which it is necessary to create a test script does not implement some kind of algorithm where the input-output values ​​would be compared, but is an ordinary information application that, for example, simply displays detailed information about the system.
Take, for example, the well-known program AIDA64 (Everest). How to write a test script for this kind of program?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mikhail Alekseev, 2014-06-09
@Renzo

Typically, the scenario consists of the following items:
- Precondition
- Description of the sequence of user actions
- Expected result (how the system should behave)
For example, let's describe the User registration scenario:
Precondition: The user is on the registration
page
Actions:
: email, password, password confirmation) with correct data
2. The user clicks on the Register button
Expected result:
The user has successfully logged into the system, an email with registration data has been sent to the email
Alternative scenarios are also possible (for example, entering incorrect data, the existence of a user with the same email, etc.)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question