-
Notifications
You must be signed in to change notification settings - Fork 2
Test Scenarios Description
Emmanuel Mathot edited this page Nov 11, 2020
·
9 revisions
The Test Suite is organized around a series of Test Scenarios chaining a set of Test Cases.
The Test Scenarios are designed as a sequence of basic Test Cases covering one or several functionalities of the Target Site in order to reproduce a typical user operation on the target site.
The following table describes each Test Scenario vided in 2 groups:
- Local Test Scenarios are locally executed measuring metrics of the various functions from the local Test Site towards the Target Site. They are ran using cdab-client.
- Remote Test Scenarios are remotely executed on a virtual machines within the service providers' cloud infrastructure (when available) measuring metrics of the various functions directy within the Target Site. They are ran using cdab-remote-client.
Scenario ID | Title | Test cases |
---|---|---|
TS11 | Cloud services simple local data search and single local download on single virtual machines | TC411 (→ #TC211 → #TC311) |
TS12 | Cloud services complex local data search and multiple local download on multiple virtual machines | #TC412 (→ #TC212 → #TC312) |
TS13 | Cloud services simple local data search, download and simple processing of downloaded data | TC413 |
TS15 | Cloud services processing of specific workflows | TC415 (→ TC416) |
Test Scenario 15 (TS15) covers several end-to-end scenarios which are independent of each other.
The following sections give a short overview about the simple test cases and how they can be configured and run.