Amazon Login Screen Page Test Cases
In this post, we are going to explain login screen test cases for Amazon. You may notice that in some of the testing interviews, they are asking for Amazon’s login flow. A few years back, the login functionality of Amazon login was simple.
Previously on a single page, they have an option for both adding the username and password. But recently, Amazon has changed the login functionality. Like in the first ScreenScreen we need to enter the username And after adding the username, system checks for the database validation. And then asks for the password.
-: Test Scenario Overview :- | |
---|---|
Post On: | Test Case For Login Page |
Post Type: | Test Case Template |
Published On: | www.softwaretestingo.com |
Applicable For: | Freshers & Experience |
For reference, you can check the old Screen:
But if you have to take a look at the new UI of amazon Screen, then it is looking like below.
So in this Amazon Login screen page test cases, we are first discussing the old login screen test cases. Later we can consider the possible test scenario for the amazon login page.
So let’s take a look at some of the test cases for the Amazon login boxes. We’ll consider the login test cases in positive and negative test scenarios. For a more real-time interview, you may check these test cases. For other Amazon application test cases like Amazon Search Functionality Test Cases.
Amazon Login Page Test Scenario
Suppose previously you have visited and login with your Amazon account. But you have not logout from your account and closed the browser or directly closed the browser. But after few days again you revisit the website.
It will show you the special box that shows you are already identified. And it asks you to enter the password to go to the next page. And for that flow, it only shows the sign in the box, as shown below.
If the user has not logged in before, then it shows your username and the password through the flow. It takes username at first, and then the password is added on the next part.
Amazon Login Screen Page Positive Test Cases
- Enter Valid Username and click next.
- Enter Valid Password and click Next.
- Click on the “Forgot Password” link and find out the forgot password page is opening or not.
- Click on Create a new account button and verify if it takes to the new account page or not.
- Select “Keep me signed in” option to retain the login session.
Amazon Login Screen Page Negative Test Cases
- Enter an invalid username and valid password.
- Enter a valid username and invalid password.
- Enter an invalid username and password.
- Keep one field blank, either username or password, and check login.
Once you go through these scenarios, you need to come up with automation specific situations. For example, if you are trying to use the Selenium IDE or the Katalon Studio, then you can design scenarios particular to that.
-: Related Login Page Test Cases :- | |
---|---|
Amazon Login Screen Test Cases | Facebook Login Test Cases |
Login Attempts Test Cases | Login Page Test Cases |
Login Screen Page Test Case | Single User Login Test Cases |
Check More: Manual Testing Tutorials |
Final Words
I hope you have found some valuable information on this post. Feel free to update us, and you can do that by putting the update information in the comment section. Let me know if you need more information or have any suggestions. Then you can comment that in the comment section.
✅ How do I test my website on Amazon?
You can start the Amazon website from the very basic thing which is login functionality.
✅ How do I write test cases for Amazon?
You can start writing test cases for amazon by first understand the functionality then ou can write in an Excel file or if you have access to paid tools then you can use that tool to write test case.
✅ How do I test functionality of a login?
For test the login functionality the very first thing you have to learn the basic flow of the login functionality.
✅ How do you write a negative case for a login page?
You can write negative test case for login page by entering invalid password or invalid username and check for the expected result.
*you need to come up with automation specific scenarios*? can you elaborate please?