What is Boundary Value Analysis(BVA) and Equivalence Class
Partition(ECP)?
Answer Posted / sunitha
BVA: Instead of we entering every possible input domain we
check the input domains with boundaries only.
Eg:empID takes 4-16 alphabets.
value - status.
min->4 pass
min-1->3 fail
min+1->5 pass
max->16 pass
max-1->15 pass
max+1->17 fail.
ECP:
with this we enter valid values enter as input domains.
Eg:
empID should accept 4-16 alphabets.
valid - invalid
a-z 0-9
A-Z spaces, special characters.
| Is This Answer Correct ? | 47 Yes | 4 No |
Post New Answer View All Answers
Have you worked in UDAP (Credit Card act 2009) project?What did you test in Billing & Payment modules?
how to indentify memory leakages after the build
Explain the procedure & path of s/w in testing?
1.what kind of testing have you done ?
Anyone attended the manual testing interview with L&T infotech in recent past. please let me know the type of questions they can ask especially in PM round. Thanks
What are the main key components in web applications?
Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
Relative to other technical groups in the company? Relative to your staff?
negative test cases on banking domain ?
What exactly you do as a Configuration controller?
Does anyone have any good examples of some acceptance criteria for non-functional requirements?
What is performance tuning? What are tools of performance testing?
How to test whether the application is having memory leakage using task manager and PerfMon. Please tell if any one know. thanku
what r u r responsibilities in current project
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?