STE- Practical 12(tejas sawant-21)
STE- Practical 12(tejas sawant-21)
STE- Practical 12(tejas sawant-21)
Experiment No: 12
Title of Experiment Executing Test Case to Generate Defect Report for Login.
2. Give the significance of POST method while performing operations on web based.
Answer:
• POST is a request method supported by HTTP used by the World Wide Web.
• By design, the POST request method requests that a web server accept the data enclosed in
the body of the request message, most likely for storing it.
• It is often used when uploading a file or when submitting a completed web form.
7. Format all texts for reliability of easy understanding. Stick to known familiar format.
Exercise
1. Use Login system simulator with the help of following website. Perform at given task and
generate test case. Prepare defect report for Login system.
• Task
1. Enter invalid user name.
2. Enter invalid password.
3. Enter password with only 3 characters.
4. Enter user name as "invitado" and password as "hgm2015".
• https://codepen.io/opensoorce/pen/KQmvdL
Description: When attempting to log into the system with valid credentials through the “Login”
functionality, the system fails to proceed and instead displays an error message. This issue occurs
across browsers and devices.
Steps to Reproduce:
Expected Results: The system should authenticate the user and proceed to the home or
dashboard page, displaying a welcome message or user-specific interface.
Actual Result: An error message is displayed: “Error: Invalid credentials, please try again.” The
system does not log in the user despite providing correct login information.
Severity: Major
Priority: High
Environment:
Attachments: N/A
Status: New
Comments: This defect prevents users from accessing the system, impacting its core
functionality. Further investigation is needed to identify the root cause and implement a fix.
2. Consider any web base system which provides login procedure. Perform following tests
for same. Prepare defect report for Login System.
Task
1. Verify forgot password link.
2. Test user name as "STEPR" and password as "STEPR".
3. Verify captcha for given system