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

Answers were Sorted based on User's Feedback



For a Password field, we can accepts every character except underscore and semicolon. It can accept ..

Answer / harshad oswal

invalid equivalence class uderscore,semi colon & less than 6 and greater than 12
characters
valid equivalence class
all charcters between
6 to 12

valid boundary: 6 and 12
invalid boundary 5 and 13 AND underscore and semi colon

Is This Answer Correct ?    4 Yes 0 No

For a Password field, we can accepts every character except underscore and semicolon. It can accept ..

Answer / 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

More Manual Testing Interview Questions

What is Tracebility Matrix ? What is there in that and what will u do with that ?

15 Answers   CTS, Polaris,


if we have normal testcase,it is failed, and regression testcase is also failed.what is the bug present in both the testcases?

6 Answers   Semantic Space,


What is regression testing? When to apply it?

0 Answers  


What is verification and validation testing

5 Answers   IBM,


What are the different types of testing u r doing in ur project

3 Answers   Symphony,






How will you determine if the architecture of any web site is of two tiers, three tiers or multi tier?

0 Answers  


WHAT IS SDLC? WHAT IS STLC? WHAT IS THE DIFFERENCE BETWEEN SDLC AND STLC?

2 Answers   Wipro,


hey showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.

4 Answers   IBM,


Difference between JOB POSITION of Quality Assurance Engineer and software testing engineer.What are the responsibility for each?? It's really urgent.

3 Answers   CTS,


what is mask testing?

2 Answers   MBT,


what is usability defect?Give one exapmle.

4 Answers   NIIT,


What is broken link? how to test in a web application.

2 Answers   Innovizia Technologies, IT Works,


Categories