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
Hi, i am looking job in perfomance testing using Loadrunner can any body help me a project in any domine plz(Usah) chs_29@rediffmail.com
what is the challenging position faced in the testing not in point of management point of view it must be in the point of while testing the application?
Can any one say me how to do Performance testing step by step plz for a desktop application(offline application).all the data is stored in internal server itself can any plz help me. ts quite urgent friends.
How to Generate Test Case for Shopping Cart?
integration test cases for mouse and keyboard
Write the test cases for godaddy home page
What is a bug triage?
What is Online gaming, payment gateway development, hosting and custom software development services.
Hi, this is murthysharma. I need very urgently about some terms which are used in use cases? Plz give reply to me, if any body know, It is really very very urgent. 1. what is the difference between basic flow,exception flow and alternative flow? 2.what are non-functional requirements in use cases? 3.what are exceptions, special requirements, business rules, assumptions, constraints. Kindly give me with the example. Bcoz, I am very new to this use cases. thanks in Advance. Regards, M.MurthySharma
what could be the (realtime)bugs you come across in job portal and health care projects in terms of 1. high severity n low priority 2. high severity n high priority 3. low severity n low priority 4. low severity n low priority? pls its very urgent thanks n in advance n lukin forward for reply
What is a test scenario?
Which was the most interesting bug you found.
Why you are selected software testing as career ?
Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks
Explain unit testing, integration tests, system testing and acceptance testing?