1
- @Home_Screen
2
- Feature : Home Screen of Beep Web App
3
- As a User
4
- I want to be taken through appropriate screen
5
- so that I can Test Account and Password
6
-
7
- @S1 @manual
8
- Scenario : Verification of fields on screen
9
- Given User is on Web App Home screen
10
- When User opens https://beep.modus.app/ #/
11
- Then User should see " Account field"
12
- Then User should see "Password field"
13
- Then User should see "How does it work"
1
+ @Account_Screen
2
+ Feature : Account screen of Beep web app
3
+ As a user of Beep web app
4
+ I want to be able to provide my username on the Account page
5
+ So that I know if my account data has been compromised
6
+
7
+ @S1 @automated
8
+ Scenario : The user can navigate to the Account page
9
+ Given The user loads the Beep web app homepage
10
+ When The user selects the Account button
11
+ Then The user should be on the Account page
12
+ Then The user should see the Your username or email text field
13
+ Then The user should see the Check button
14
14
15
15
@S2 @manual
16
- Scenario : Verification of Validations on "Account field"
17
- Given User is on Home screen of Web App
18
- When User clicks on "Account field"
19
- Then User should be on https://beep.modus.app/#/acc Page
20
- Then User should see "Your username or email" text box
21
- Then User should see "Check" option
22
-
23
- @S3 @manual
24
16
Scenario : Functionality of "Your username or email" text box
25
17
Given User is on https://beep.modus.app/#/acc Page
26
18
When User taps inside "Your username or email" text box
27
19
Then User should see a cursor
28
20
Then User should be able to type
29
21
30
- @S4 @manual
22
+ @S3 @manual
31
23
Scenario : Acceptance of data by"Your username or email" text box
32
24
Given User is on https://beep.modus.app/acc Page
33
25
When User taps inside "Your username or email" text box
34
26
Then User should be able to add User name
35
27
Then User should be able to add Email ID
36
28
37
- @S5 .1 @manual
29
+ @S4 .1 @manual
38
30
Scenario : Activation of "Check" option
39
31
Given User is on "https://beep.modus.app"
40
32
Given User clicks on "Account field"
41
33
When User should see "check" option
42
34
Then User should be on https://beep.modus.app/acc Page
43
35
Then User should see deactivated "Check" option
44
36
45
- @S5 .2 @Manual
37
+ @S4 .2 @Manual
46
38
Scenario : Activation of "Check" option
47
39
Given User is on https://beep.modus.app/#/acc Page
48
40
When User taps inside "Your username or email" text box
49
41
When User doesn't type anything in "Your username or email" text box
50
42
Then User should see deactivated "Check" option
51
43
52
- @S5 .3 @Manual
44
+ @S4 .3 @Manual
53
45
Scenario : Activation of "Check" option
54
46
Given User is on https://beep.modus.app/#/acc Page
55
47
When User taps inside "Your username or email" text box
56
48
When User adds spaces in "Your username or email" text box
57
49
Then User should see deactivated "Check" option
58
50
59
51
60
- @S5 .4 @Manual
52
+ @S4 .4 @Manual
61
53
Scenario : Action when click on deactivated "Check" option
62
54
Given User is on https://beep.modus.app/#/acc Page
63
55
When User taps inside "Your username or email" text box
@@ -67,7 +59,7 @@ Feature: Home Screen of Beep Web App
67
59
Then User should "Check" option deactivated only
68
60
Then User should see no validation and change for "Your username or email" text box
69
61
70
- @S5 .5 @Manual
62
+ @S4 .5 @Manual
71
63
Scenario : Action when click on deactivated "Check" option
72
64
Given User is on https://beep.modus.app/#/acc Page
73
65
When User taps inside "Your username or email" text box
@@ -76,7 +68,7 @@ Feature: Home Screen of Beep Web App
76
68
Then User should "Check" option deactivated only
77
69
Then User should see no validation and change for "Your username or email" text box
78
70
79
- @S6 .1 @manual
71
+ @S5 .1 @manual
80
72
Scenario : Verification of a non hacked Email ID
81
73
Given User is on https://beep.modus.app/#/acc Page
82
74
When User taps inside "Your username or email" text box
@@ -85,7 +77,7 @@ Feature: Home Screen of Beep Web App
85
77
Then User should redirects to "https://beep.modus.app/#/safe" Page
86
78
Then User should see "Congratulations! Your account has not been compromised" message
87
79
88
- @S6 .2 @manual
80
+ @S5 .2 @manual
89
81
Scenario : Verification of a non hacked Username
90
82
Given User is on https://beep.modus.app/#/acc Page
91
83
When User taps inside "Your username or email" text box
@@ -94,7 +86,7 @@ Feature: Home Screen of Beep Web App
94
86
Then User should redirects to "https://beep.modus.app/#/safe" Page
95
87
Then User should see "Congratulations! Your account has not been compromised" message
96
88
97
- @S6 .3 @manual
89
+ @S5 .3 @manual
98
90
Scenario : Verification of a hacked Email ID
99
91
Given User is on https://beep.modus.app/#/acc Page
100
92
When User taps inside "Your username or email" text box
@@ -103,7 +95,7 @@ Feature: Home Screen of Beep Web App
103
95
Then User should redirects to "https://beep.modus.app/#/breaches" Page
104
96
Then User should display of websites from where it had been hacked
105
97
106
- @S6 .4 @manual
98
+ @S5 .4 @manual
107
99
Scenario : Verification of a hacked Username
108
100
Given User is on https://beep.modus.app/#/acc Page
109
101
When User taps inside "Your username or email" text box
@@ -112,14 +104,14 @@ Feature: Home Screen of Beep Web App
112
104
Then User should redirects to "https://beep.modus.app/#/breaches" Page
113
105
Then User should display of websites from where it had been hacked
114
106
115
- @S6 .5 @manual
107
+ @S5 .5 @manual
116
108
Scenario : Verification of a invalid Email ID or Username
117
109
Given User is on https://beep.modus.app/#/acc Page
118
110
When User taps inside "Your username or email" text box
119
111
When User enters a invalid Username or Email ID
120
112
Then User should see a validation message
121
113
122
- @S7 @manual
114
+ @S6 @manual
123
115
Scenario : Verification on "back" button from Acc. Page
124
116
Given User is on "https://beep.modus.app" Page
125
117
When User click on left back button
0 commit comments