-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtest_scenario.json
33 lines (33 loc) · 1.14 KB
/
test_scenario.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[
{
"scenario_id": "TS-001",
"Test Scenario Description": "I need to find the pricing of Qodex AI automation service.",
"steps": [
"visit https://qodex.ai/",
"go to API documentation by hovering on product",
"scroll and find the pricing section and go to it",
"summarize the pricing details"
]
},
{
"scenario_id": "TS-002",
"Test Scenario Description": "I should be able to login into my qodex account with correct email and password",
"steps": [
"visit app.qodex.ai",
"go to login page",
"fill in email field with [email protected] and password with Test@123",
"sign in to the website"
]
}
// just comment this for faster run and generate output file.
// ,
// {
// "scenario_id": "TS-003",
// "Test Scenario Description": "I should be able to login into my qodex account and create a collection and then rename it",
// "steps": [
// "visit app.qodex.ai",
// "click on the + icon and then 'Add a collection' to create a collection",
// "click on the three dot on the new collection to rename the collection to current datetimestamp"
// ]
// }
]