• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

SoftwareTestingo - Interview Questions, Tutorial & Test Cases Template Examples

SoftwareTestingo - Interview Questions, Tutorial & Test Cases Template Examples

  • Home
  • Test Case Examples
  • Interview Questions
  • Interview Questions Asked
  • Java
  • Java Program
  • Selenium
  • Selenium Programs
  • Manual Testing
  • Difference
  • Tools
  • SQL
  • Contact Us
  • Search
SoftwareTestingo » Manual Testing » Test Cases Example » Test Cases For Login Page In Excel Sheet Pdf

Test Cases For Login Page In Excel Sheet Pdf

Last Updated on: January 15, 2023 By Softwaretestingo Editorial Board

What We Are Learn On This Post

  • Elements Of a Login Page
  • Test Cases For Login Page In Excel Sheet Pdf
  • Login Test Cases In Excel – Field Validation On GUI
  • Login Test Cases In Excel Design-Related Test Cases
  • Login Page Test Cases In Excel Captcha
  • Test Cases For Login Page Xls Security Test Scenarios
  • Login Page Test Cases In Excel Session
  • Test Case For Login Page In Excel Sheet Download – Browser Related
  • Negative Test Cases For Login Page
  • Test Case Template Excel For Login Page – Performance Test

Test Cases For Login Page In Excel Sheet Pdf: This post is the continuation of the Manual test case examples series. Here we will discuss all the possible Test Cases For the Login Page In Excel Sheet Pdf.

In your testing carer, you may have got a chance to test any web application which has login functionality. If you have come across such similar functionality, then you got to know that helps to secure your application.

Post On:Test Case For Login Page
Post Type:Test Case
Published On:www.softwaretestingo.com
Applicable For:Freshers & Experience
Join For UpdatesTelegram Group Link

Those who have valid credentials those peoples can only access the application. So login Page is taken care of a major role in the application. So we are trying to cover all the possible test scenarios. As per the client’s requirement, the condition may change. So in this test case for the login page in the excel sheet post, we are trying to cover some of the common scenarios. The login page not only gives you the authority to change your account but also provides the freedom to see the critical and confidential information behind the login page.

Elements Of a Login Page

Before writing the test scenario for the login page, imagine if you have the mockup screen. The first, try to find all the elements of the page. The Login page may have the following elements on it:

  • Email / Username / Password Text Box
  • Remember Me CheckBox
  • Login Button
  • Login via the Facebook button
  • Log in via a Twitter button
  • Login via the GitHub button
  • Login via the Google button
  • Login Screen For Different resolution on Mobile, Desktop & Tab.
  • If you try to access Your account without login, it should be redirected to the login page.
  • Spam users’ accounts are deactivated, and they should not be able to log in.
  • CAPTCHA displayed on ten try to log in unsuccessfully

We try to discuss all the possible negative and positive scenarios of the Login page test case with some basic examples if we have missed some basic test scenarios, which can lead to a bad user experience.

So, we came up with a list of scenarios to Test the Login Page, and gradually we will be adding more such checks to this list.

Test Cases For Login Page In Excel Sheet Pdf

For this scenario, first, let us divide all the possible categories like:

  • Basic Field Validations of GUI
  • Security Validations
  • Testing Captcha
  • Session
  • Browser
Test Cases For Login Page

Login Test Cases In Excel – Field Validation On GUI

  • Check if the cursor is the focus of the username text box when you open the login page.
  • Check whether tab functionality (move the cursor from one text box to another) is working.
  • Check the minimum and maximum lengths of the text boxes are defined or not.
  • Check whether Password field values are displayed in masked format or not.
  • Check whether the validation message is displaying based on the input value.
  • Check the valid credential user should be able to log in
  • Check if the user is redirected to the forget password page after clicking on the link.
  • Check if the user is redirected to the signup page after clicking on signup page.
  • Check users should not be able to log in with valid user names and invalid passwords.
  • Check user should not be able to log in with an invalid username and valid password.
  • Check user should not be able to log in with a blank user field and valid password.
  • Check user should not be able to log in with a valid user and blank password field.
  • The system should block the IP or User name after frequent unsuccessful (defined invalid login attempts) login.
  • Check if the data of all the text boxes are clear after hitting the reset button.
  • Check by using the keyboard tab functionality; the user can select the web element through the tab button.
  • Check if the user can click on the login button through the enter button or not.
  • Check the user credential remained on the field after clicking remember and get back to the login screen again.

Login Test Cases In Excel Design-Related Test Cases

  • Check if the login screen appears after clicking on a login link or login button.
  • Check is all login-related elements and fields are present on the login page.
  • Check the alignment of displayed elements on the login screen that should be compatible with cross-browser testing.
  • Different elements’ sizes, colors, and UI should match the specifications.
  • Check that the application’s login page is responsive and aligns properly on different screen resolutions and devices.

Login Page Test Cases In Excel Captcha

  • When a user does not validate the captcha, the user should not be allowed to log in.
  • Check whether the link is present so a user can refresh the captcha.
  • Check the input field of the captcha is case-sensitive or not.
  • There should be an option for audio support, so the audio user can fill in the captcha after playing.
  • The angle and background texture of the captcha should be different so that captcha-cracking programs can not break them easily.

Test Cases For Login Page Xls Security Test Scenarios

  • XSS scripts should not affect the system, and Users should not be allowed to log in. A proper validation message should be displayed.
  • Check if the SSL certificate is implemented in the application or not.
  • Users should not be allowed to copy and paste the password from the text boxes.
  • Check if a user is logging in from a new device; a notification should be sent to the registered user.
  • SSL certificate should be implemented/ installed to secure the platform.
  • The password should not be worked when copied.
  • The login form should not reveal security information in view page source mode.
  • The login form should not be vulnerable to SQL injection.
  • Check the password format should be encrypted.
  • When a logged-in user copies the URL and pastes it into a new window, it should redirect to the login page.
  • Two-way authentication through OTP on mobile/email should be tested for banking applications.

Login Page Test Cases In Excel Session

  • Check if a user successfully logs out; if the user clicks, the back button should not take the User to logged-in mode.
  • If a user logs in through multiple devices and logs out from one device, then automatically, the user should log out from all the devices.
  • Check that session time out an application.
  • Maximum Session time should be set for the Secured website.

Test Case For Login Page In Excel Sheet Download – Browser Related

  • If a user clears all the cookies of a browser and tries to go to a specific page of the application, then it should ask for credentials again.
  • The browser’s ‘Remember Form Data’ setting should not remember the password.
  • Validate the login functionality when browser cookies are turned OFF.

Negative Test Cases For Login Page

  • Check if a user can log in with an expired password or not.
  • Check if an unverified user can log in to the application or not.
  • Check if the login functionality with blank fields
  • Check the login functionality with SQL injections
  • Check if the login functionality with incorrect email addresses and passwords.

Test Case Template Excel For Login Page – Performance Test

  • Check how many users log in to an application at a time
  • Check the response time when the user logs in to the application.
  • Check when more than expected users login to the application at a time; the application should not be crashed.

Conclusion

If you still try to write the test scenario in an excel format, then you can follow one of our earlier published articles; where do we have to write in detail how to write the test cases in an Excel sheet?

We hope we have covered almost all testing scenarios, but you can comment in the comment section if you find any missed test cases. We will update this Login page test scenario article as per your suggestions.

    Filed Under: Test Cases Example

    Reader Interactions

    Comments

    1. Avatar for GayathriGayathri says

      February 6, 2022 at 2:13 PM

      Hi it’s really very useful to me pls share any update live test cases and test scenarios.

      Reply
      • Avatar for Softwaretestingo Editorial BoardSoftwaretestingo Editorial Board says

        February 6, 2022 at 2:26 PM

        We are working on that

        Reply
    2. Avatar for SanthoshSanthosh says

      May 13, 2022 at 9:16 AM

      It’s very helpfull and easy to understand.

      Reply
    3. Avatar for SanthoshSanthosh says

      May 13, 2022 at 9:18 AM

      Thank you.

      Reply
    4. Avatar for SanthoshSanthosh says

      May 13, 2022 at 9:19 AM

      It’s very helpfull and easy to understand, Thank You.

      Reply
    5. Avatar for umeshumesh says

      July 31, 2022 at 8:47 AM

      Its Very celar and simply written. Very useful.
      thank you very much

      Reply

    Leave a Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    Primary Sidebar

    Join SoftwareTestingo Telegram Group

    Categories

    Copyright © 2023 SoftwareTestingo.com ~ Contact Us ~ Sitemap ~ Privacy Policy ~ Testing Careers