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 |
write a test cases for WLAN
a job should be executed for every two hours?write test case for this?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
Explain the load testing?
What is the basic stuff you require to begin creating test cases?
Writing Test cases based on the understanding of the UX document
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad
How to test a stored procedure?
explain end to end scenario's for online Money transfer in Banking Domain?
how to write test cases Interactive Elements like Social Bookmarking Post a Comment Number of Views Existing Rating Rate this Add to favorites Track this Author Print this Guess who
What is gray box testing?