What is diff between equialence partioning and boundary
value analysis
Answer Posted / vishal
Consider this example
Equivalence Partitioning
A pwd field should accept 8 to 15 characters. Then in case
of Equivalence partitioning the input will be divided into
number of classes
The testcases should be
- Lessthan 8 (Should Fail)
- In between 8 and 15 (Inclusive of 8 and 15) (Should
Pass)
- Greater than 15 (Should Fail)
II) Incase of B.V.A
If its m to n then test cases will be m-1, m, m+1, n-1,n,n+1
Here it will be 7,8,9, 14,15,16
6 TCs in case of BVA & 3 TCs in case of Equivalence
partitioning.
Equivalence class testing is a technique used to reduce the
number of test cases to a manageable
hope diff is clear
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can you explain decision tables?
Why would we not include these?
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
whta is compile module?
What is a defect?
Is there any procedure of web-site development in manual testing. If yes what are factors we should test?
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....
Hi, this is not a tech question, i have 4 yrs of experience in Mainframe systems, presently as a mainframe tester in pune, i just want to step towards south locatios(preferable hyd), suggest me the best way to get calls from hyd.
Password is having 6 digit alphanumeric then what are the possible input conditions?
What is smoke testing and user interface testing ?
What is an end-to-end testing?
What is mutation testing & when can it be done?
what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
My name is Akpos from Nigeria. I have finished manual testing course. Please, can someone advise me where to go on from here?
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)