JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Login
Login Test Case
Login with gherkin
More
Share
Explore
Login with gherkin
Scenario Login 2
Scenario Login 2
Test Scenario
Test ID
Environment / Platform
Module / Feature
Case Type
Pre Condition
Test Case Steps
Expected Result
Actual Result
Test Status
Execution Date
Executed By
Can be Automated?
Notes
Evidence
Test Scenario
Test ID
Environment / Platform
Module / Feature
Case Type
Pre Condition
Test Case Steps
Expected Result
Actual Result
Test Status
Execution Date
Executed By
Can be Automated?
Notes
Evidence
User dapat melakukan login ke website swaglabs
3
TC-SWAG-01
Dekstop
Login
+
Buka alamat url SWAGLABS
Given
User on the login page
When
User enter username “standard_user” and password “secret_sauce”
And
User click login button
Then
User should be taken to the dashboard page
1. user berhasil login ke dalam website 2. user akan diarahkan ke halaman https://www.saucedemo.com/inventory.html/
As expected
passed
10/6/2023
Arif Muchiyar Rahman
Yes
TC-SWAG-02
Dekstop
Login
+
Buka alamat url SWAGLABS
Given
User on the login page
When
User enter username “lock_out_user” and password “secret_sauce”
And
User click login button
Then
User should not be taken to the dashboard page
1. user tertahan di halaman login
2. user mendapatkan tanda error “
Epic sadface: Sorry, this user has been locked out
.”
As expected
passed
10/6/2023
Arif Muchiyar Rahman
Yes
TC-SWAG-03
Dekstop
Login
+
Buka alamat url SWAGLABS
Given
User on the login page
When
User enter username “problem_user” and password “secret_sauce”
And
User click login button
Then
User should be taken to the dashboard page
1. user berhasil login ke dalam website 2. user akan diarahkan ke halaman https://www.saucedemo.com/inventory.html/
As expected
passed
10/6/2023
Arif Muchiyar Rahman
Yes
user melakukan login ke website tanpa input username dan password
1
TC-SWAG-04
Dekstop
Login
-
Buka alamat url SWAGLABS
Given
User on the login page
When
User did not enter a username and password
And
User click login button
Then
User should not be taken to the dashboard page
1. user gagal login dan tetap di halaman yang sama
2. user diminta memasukan username dan password
3. terdapat pesan error berupa "
Epic sadface: Username is required
"
As expected
passed
10/6/2023
Arif Muchiyar Rahman
Yes
user melakukan login ke website dengan invalid username dan valid password
1
TC-SWAG-05
Dekstop
Login
-
Buka alamat url SWAGLABS
Given
User on the login page
When
User enter username “username” and password “secret_sauce”
And
User click login button
Then
User should be taken to the dashboard page
1. user gagal login dan tetap di halaman yang sama
2. user diminta memasukan username dan password
3. terdapat pesan error berupa "
Epic sadface: Username and password do not match any user in this service
"
As expected
passed
10/6/2023
Arif Muchiyar Rahman
Yes
user melakukan login ke website dengan input invalid username dan invalid password
1
TC-SWAG-06
Dekstop
Login
-
Buka alamat url SWAGLABS
Given
User on the login page
When
User enter username “username” and password “password”
And
User click login button
Then
User should be taken to the dashboard page
1. user gagal login dan tetap di halaman yang sama
2. user diminta memasukan username dan password
3. terdapat pesan error berupa "
Epic sadface: Username and password do not match any user in this service
"
As expected
passed
10/6/2023
Arif Muchiyar Rahman
Yes
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.