ABCDEFGHIJKLMNOPQRSTUVWXY
1
Project NameE-Commerce "Sauce.com"
2
Tester Heba Mostafa
3
Testing dateMM-DD-YYYY
4
Reviwed by TLEng/ Laila Mansour
5
6
7
8
IDTest Case namePreconditionTest StepsExpected ResultStatusBugbBug
9
TC_Sauce_Login_001Verify login using vaild credentials User already signed in the Sauce website1. Open the Sauce Website
2. Insert the username: standard_user
3. Insert the password : secret_sauce
4. Press the "Login" button
Website authenticates the user and grants him access to the main pagePassed
10
TC_Sauce_Login_002Verify Blocked user 's login 1. Open the Sauce Website
2. Enter the username of a blocked user : locked_out_user
3. Enter the user's password: secret_sauce
4. Click the "Login" button.
Website denies access and display the error message, indicating the user is locked out to direct him contact the Help Center.Passed
11
TC_Sauce_Login_003Check login using correct username and incorrect password1. Open the Sauce Website
2. Insert the username: standard_user
3. Insert incorrect password : TestUser123
4. Press the "Login" button
Website denies access and display the error message, indicating user to insert right credenials.Passed
12
TC_Sauce_Login_004Check login using special character in the password and a vaild username1. Open the Sauce Website
2. Insert the username: standard_user
3. Insert incorrect password : TestUser@123
4. Press the "Login" button
Website denies access and display the error message, indicating user to insert the correct password or the correct username.Passed
13
TC_Sauce_Login_005Check login using incorrect username1. Open the Sauce Website
2. Insert the username: NewTest_user
3. Insert incorrect password : secret_sauce
4. Press the "Login" button
Website denies access and display the error message, indicating user to insert the correct password or the correct username.Passed
14
TC_Sauce_Login_006Verify the "Forget Password" link functionality.1. Open the Sauce Website
2. Insert the username: standard_user
3. click on forget password link
Website direct customer to insert his registerd email or registerd phone number to receive an OTP FailedBug_01
15
TC_Sauce_Login_007Check for case sensitivity in username.1. Open the Sauce Website
2. Insert the username: STANDARD_USER
3. Insert the password : secret_sauce
4. Press the "Login" button
Website grants the user access to the main page.FailedBug_02
16
TC_Sauce_Login_008Verify login performane for a problem_user1. Open the Sauce Website
2. Insert the username: problem_user
3. Insert the password : secret_sauce
4. Press the "Login" button
Website grants the user access to the main pagePassed
17
TC_Sauce_Login_009Check login performance for performance_glitch_user1. Open the Sauce Website
2. Insert the username: performance_glitch_user
3. Insert the password : secret_sauce
4. Press the "Login" button
User loges in successfully but the main page loads with a sliding delay after the user logs in. Passed
18
TC_Sauce_Login_010Check login performance for error_user1. Open the Sauce Website
2. Insert the username: error_user
3. Insert the password : secret_sauce
4. Press the "Login" button
Website grants the user access to the main pagePassed
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100