Results 1 to 4 of 4

Thread: How do you test the login feature of a web application?

  1. #1

    Default How do you test the login feature of a web application?

    To check any web application, I really don't now what should i do or not to do ?

  2. #2

    Default

    Possible answers to this testing interview question can be:

    Sign in with valid login, Close browser and reopen and see whether you are still logged in or not.

    Session management is important – how do we keep track of logged in users, is it via cookies or web sessions?

    Sign in, then logout and then go back to the login page to see if you are truly logged out.

    Login, then go back to the same page, do you see the login screen again?

    Sign in from one browser, then open another browser to see if you need to sign in again?

    Login, change password, and then logout, then see if you can login again with the old password.

  3. #3
    Join Date
    Aug 2017
    Location
    Pune
    Posts
    459

    Default

    When we test a web application there are lots of areas where we need to focus.Login feature of web application is very important to test. A. Login with valid credentials : 1.Sign in with valid login, Close browser and reopen and see whether you are still logged in or not.

  4. #4
    Join Date
    Feb 2020
    Posts
    1,103

    Default

    Verify the login page by pressing 'Back button' of the browser. It should not allow you to enter into the system once you log out. Verify the timeout functionality of the login session. Verify if a user should not be allowed to log in with different credentials from the same browser at the same time.

Similar Threads

  1. What is Application Software?
    By stuartspindlow2 in forum Software & Hardware
    Replies: 15
    Last Post: 04-28-2023, 10:54 AM
  2. Application security Testing
    By Gustavo in forum Software & Hardware
    Replies: 4
    Last Post: 08-11-2022, 12:48 PM
  3. What is application software?
    By David Alessi in forum Software & Hardware
    Replies: 20
    Last Post: 03-10-2021, 12:25 PM
  4. What is Application Software?
    By StuartSpindlow1 in forum Software & Hardware
    Replies: 27
    Last Post: 01-08-2021, 09:00 AM
  5. Web Application Development Services
    By manoj2 in forum Web Hosting and Related Offers Forum
    Replies: 1
    Last Post: 01-17-2012, 02:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •