if we ve data 100 how we can check and create equvalnces an
bva .if we ve data 1-5,6-10so on wat will we bva how we
will chk
Answers were Sorted based on User's Feedback
Answer / satish
if we have only 100 as data there is no question of creating
equivalence or bva. you don't have any other option using
except 100.
if data is between 1 and 100 you can select random like 1,
10, 30, 50, 90, 100 for ECP.
for bva check for 0 (Min-1), 1 (min), 2 (min+1), 99(max-1),
100(max) and 101(max+1).
The same applicable for 1-5 and 6-10 also.
Correct me if I am wrong....
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / meenakshi
If a range is given for EP and BVA then
for a range 1-100 we will have 1valid and 2 invalid
inputs
valid u give any nuber between 1-100 and invalid u give
below 1 and above 100.
bva u always test at the boundries u get six testcases
for data 0,1,2 99,100,101
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / aditi
For 100 Consider one valid data and one invalid data
ex:valid=100 and invalid=99 or 101(randomly)
For Range like 1-5 n-1, n, n+1 concept is applicable(BVA).
so, 0, 1, 2 and 4, 5, 6...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jaychand
ya i we have data as only 100 we have to check whether 100
is accepting or not.
if the data is betwen 1-5, we have to check for 0,1,5,6.
similarly for 6-10, we have to check 5,6,10,11
jaychand
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / saritha
if the data is 100, that can be considered as valid range
and anything other that that is invalid, one valid range and
two invalid ranges. No BVA can be applied.
valid - 100
invalid - less than 100 (99,98....)
invalid -greater than 100(101,102..)
pls correct me if i am wrong..
| Is This Answer Correct ? | 1 Yes | 3 No |
how to search a Unix file system in Google search engine??? write the test cases foe that one???what will be the step
write test cases for flipkart.
how to write test cases for credit card payment
Explain the ad hoc testing?
What is the basic stuff you require to begin creating test cases?
test case for open doalog box. thanks a lot!
What is SECURITY TESTING?
Can any body please tell me how to test Anti-virus software? I have been asked this question many times in interview.They asked this question for a security tester,performance tester & functional tester perception. Hope u guys will reply me. Any suggestions welcome.........
What is the basis on which you can check a text box in a web page or application?
3 Answers HCL, IBM, R Systems,
Write test cases for 8+4?
Imagine that hotmail is the application taht ur going 2 test write 10 critical test case to test it ?
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.