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 the QA environment?

1 Answers  


What is severiety and priority of the bug?how do they effect u to report the defect in the builds?

4 Answers   Midas Technologies,


What Questions Project Manager will be aske?

2 Answers  


how do u make severity , suppose login page has been sucessfully passed and entered in 2nd page instead of 1st page. what is ur reaction .

11 Answers   Amdocs,


What is your favourite Bug?

10 Answers   AppLabs,






Would u provide the exact differences of test case and test conditon 2)test case and use case 3)test suite and test scenara

4 Answers  


1.what is test scenario? if possible give me some documents? 2.what's the difference between test scenario and frs?

3 Answers  


Can you explain an application boundary?

0 Answers  


what is unit testing? It comes under white box or Black Box testing?

19 Answers   Trigent,


Hi, I was asked following question during a interview. Please answer it: Password field is there,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 cases.

3 Answers   Wipro,


Could you please give me an example of test scenarios for online banking testing (like billing,payment,statements etc.) (like how to test the functionalities of Payment module, Billing module...etc.)?

2 Answers   HP,


How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....

0 Answers  


Categories