How will u write test cases based on EQA(Equivalance class
partitioning) & BVA(Boundary value analysis.?Plz explain in
brief?
Answer Posted / suganyadevi
Equivalance Partitioning Means
We have to Write 3 test cases for that
Example:the Range is 15 to 20
So we have to write 3 test cases
1.Below the range--->14
2.In between the Range-->16
3.Above the range-->21
Boundary valu Analysis Means
We have to Write 6 Test cases
Example:Range is 15 to 20
For 15:We have to write 3 test case
Below the Boundary->14
on the Boundary->15
Above the Boundary->16
For 20: We have to Write 3 test cases
Below the Boundary->19
on the Boundary->20
Above the Boundary->21
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can you explain process areas in cmmi?
What types of testing is specifically important for web testing?
What is common interface?
How we will do Memory Testing? There is any tool to do that testing and to whome this testing to be performed?
write test case for linked in sign up page ?
Beyond the customary advantages of having a testing group, what are the benefits does a company receive from a well run, automated testing group?
whta is compile module?
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
What makes a good software qa engineer?
What is build interval period?
tell me some major and minor defects in ur net banking project?
When will the testing starts?
Risk Analysis a) 2 step, b)3 step, c) 4 step, d) 6 step
Why you are selected software testing as career ?