0% found this document useful (0 votes)
14 views2 pages

FCNF 1664

The document outlines scenarios and test cases for login authentication between two related applications, Checkout-shopper and Checkout-checkout. The scenarios describe that a user can auto-login to Checkout-shopper if they have an active session on Checkout-checkout, and vice versa. Logging out of one application will terminate the session on the other. The test cases validate that users are correctly auto-logged in or required to log in when switching between the applications based on their existing session status.

Uploaded by

Satria Aryawan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

FCNF 1664

The document outlines scenarios and test cases for login authentication between two related applications, Checkout-shopper and Checkout-checkout. The scenarios describe that a user can auto-login to Checkout-shopper if they have an active session on Checkout-checkout, and vice versa. Logging out of one application will terminate the session on the other. The test cases validate that users are correctly auto-logged in or required to log in when switching between the applications based on their existing session status.

Uploaded by

Satria Aryawan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

[Scenario]
As a shopper, I can autologin to `Checkout-shopper` if I already have active
session on `Checkout-checkout`

2.[Scenario]
As a shopper, I can login/register to `Checkout-shopper` if I click `cart` icon and
redirect to `Checkout-checkout`

3.[Scenario]
As a shopper, my active session on `Checkout-shopper` will be terminate after I
logout from `Checkout-checkout`

===================================================================================
=====================

1.[Test Case]
[Initial Information]
- Shopper already have active session on `Checkout-checkout` on Chrome
- Shopper use Chrome to access `Checkout-shopper`
- Shopper click `Discover Product` button and click `Login` button on header
section
- Shopper will be redirect to Cart page

[Expected]
- Shopper will be autologin `Checkout-shopper` and open Cart page

2.[Test Case]
[Initial Information]
- Shopper already have active session on `Checkout-shopper` on Chrome
- Shopper use Chrome to access `Checkout-checkout`
- Shopper refresh `flick-checkout`
- Shopper will be redirect to Cart page

[Expected]
- Shopper will be autologin `Checkout-checkout` and open Cart page

2.[Test Case]
[Initial Information]
- Shopper don't have active session on `Checkout-checkout` on Chrome
- Shopper use Chrome to access `Checkout-shopper`
- Shopper click `Discover Product` button and click `Login` button on header
section
- Shopper will be redirect to Home page
- Shopper need to input phone number and OTP before access Cart page

[Expected]
- Shopper will need to login on `Checkout-shopper`

3.[Test Case]
[Initial Information]
- Shopper already have active session on `Checkout-checkout` on Chrome
- Shopper use Chrome to access `Checkout-shopper`
- Shopper click `Discover Product` button and click `Login` button on header
section
- Shopper will be redirect to Cart page
- Shopper click logout button
- Shopper will be logout and redirect to Home page

[Expected]
- Shopper access `Checkout-shopper` and need to input phone number and OTP before
access Cart page

4.[Test Case]
[Initial Information]
- Shopper register new phone number on `Checkout-shopper`
- Shopper need to input OTP before success access `Checkout-shopper`

[Expected result]
- Shopper will able to login `Checkout-shopper` from that phone number
- Shopper will able to login `Checkout-checkout` from that phone number

5.[Test Case]
- Shopper already have active session on `Checkout-checkout` on Chrome
- Shopper already have active session on `Checkout-shopper` on Chrome
- Shopper click logout button on `Checkout-shopper`
- Shopper will be logout and redirect to landing page

[Expected result]
- Shopper need to input phone number and OTP before success access `Checkout-
shopper`
- Shopper refresh `Checkout-checkout` and found they need to input phone number and
OTP before success access `Checkout-checkout`

6.[Test Case]
- Shopper already have active session on `Checkout-checkout` on Chrome
- Shopper already have active session on `Checkout-shopper` on Chrome
- Shopper click logout button on `Checkout-checkout`
- Shopper will be logout and redirect to landing page

[Expected result]
- Shopper need to input phone number and OTP before success access `Checkout-
checkout`
- Shopper refresh `Checkout-shopper` and found they need to input phone number and
OTP before success access `Checkout-shopper`

You might also like