Lindsay Peters
12/22/2023, 4:15 AMAlexander Maryanovsky
12/22/2023, 4:23 AMLindsay Peters
12/22/2023, 4:27 AMFeature: Show a list of cases
Scenario: Should show the list of cases that have been stored by the server
Given a list of cases with the following names is stored on the server:
| Case1 |
| Case2 |
And I start the client application
Then I should see the following cases in the case list:
| Case1 |
| Case2 |
And stop the client application
Scenario: Should be able to select the last in a long list of cases
Given a list of 1000 cases is stored on the server
And I start the client application
When I select case Case_1000
Then I should see the case Case_1000 as the current case
And stop the client application
A scenario consists of steps, and each step is implemented (in my application) using kotlin.Alexander Maryanovsky
12/22/2023, 4:39 AMLindsay Peters
12/22/2023, 4:46 AMAlexander Maryanovsky
12/22/2023, 4:49 AMAlexander Maryanovsky
12/22/2023, 4:49 AMLindsay Peters
12/22/2023, 4:53 AMAlexander Maryanovsky
12/22/2023, 4:56 AMLindsay Peters
12/22/2023, 5:01 AMAlexander Maryanovsky
12/22/2023, 5:06 AMLindsay Peters
12/22/2023, 5:15 AMAlexander Maryanovsky
12/22/2023, 5:23 AMLindsay Peters
12/22/2023, 5:28 AM