Can you tell me what is boundary value analysis and
Equivalence partitioning, and error guessing with examples
Answer Posted / athilakshmi.g
Boundary value analysis:
take the input value from the edges of the classes and
write the test case.
Eg:
1..........n;
input value is -1 0 1 and (n-1), n, (n+1)
Equivalent Partioning
Divide the input value into different class and pick the
value from the each class and write the test case:
Eg:
Age=n
input value is +n and -n
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is pesticide paradox? How to overcome it?
which sanity testing is performed?
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??
whta is compile module?
What is the difference between SIT AND IST?
How quickly we need to fix the bug?
sanity testing is done during regression testing.is it true.if it is true plz explain?
In usability testing we check spelling, content, look and feel, color combination, link or menu navigation? please let me know more about usability testing.
What different types of manual testing are there?
Which was the most interesting bug you found.
what is API 2.0?
Can you explain regression testing and confirmation testing?
Login screen with Username, Password input fields,remember me check box,sign in and reset button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
What is the main use of preparing traceability matrix and explain the real time usage?
What is common interface?