For a Password field, we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test case
Answer Posted / mallikarjun vh
Test Case: Password Field Screen
Equivalence Partition Test Case:
Step 1: Verify the User is presented with the password Field screen to input password
Step 2: Verify the password field accepts any type of character except underscore and Semicolon.
Step 3: Verify the the Password field accepts min of 6 characters and maximum of 12 characters.
Step 4: Enter the password as "pass1" (5 characters), Result: Password Rejected
Step 5: Enter the password as "pass16" (6 characters), Result: Password Accepted
Step 6: Enter the password as "authenticate" (12 characters), Result: Password Accepted.
(Here the covered partitions are (Min-1), Min, Max.
Boundary Value Analysis(BVA) Test Case:
Step 1: Verify the User is presented with the password Field screen to input pasword
Step 2: Verify the password field accepts any type of character except underscore and Semicolon.
Step 3: Verify the the Password field accepts min of 6 characters and maximum of 12 characters.
Step 4: Enter the password as "pass1" (5 characters), Result: Password Rejected
Step 5: Enter the password as "pass16" (6 characters), Result: Password Accepted
Step 6: Enter the password as "pass123" (7 characters), Result: Password Accepted
Step 7: Enter the password as "amenities16" (11 characters), Result: Password Accepted
Step 8: Enter the password as "authenticate" (12 characters), Result: Password Accepted
Step 9: Enter the password as "authenticate1" (13 characters), Result: Password Rejected
(Here the covered Boundary values are: (Min-1), Min, (Min+1), (Max-1), Max, and (Max+1)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What types of documentation are used in qa?
State a generalized process for load test? Or explain how you did it previously.
What does entry and exit criteria mean in a project?
What is the difference between SIT AND IST?
Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations The client wants their users to be able to login using a page that fits in with the website design. Tom wants to access the website but doesn’t want his login information to be available to anyone else. Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:- Being the only Test Engineer on this task, what would your approach be for this requirement? Identify the key areas for testing this page. What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’. Provide a sample test case that could be used for testing this page, for example as a word or Excel document.
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
What is the negative testing and example
What are the differences between stlc and sdlc?
Explain the procedure for manual testing.
What's the relationship between environment reality and test phases?
What is alpha testing?
what is diffrence between dynamic black box testing and dynamic white box testing
How does quality control differ from quality assurance?
What are the different ways to check a date field in a website?
Does an increase in testing always improve the project?