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 |
Please can any one tel how to write the test cases for these Requirements:- 1.The applications sends the periodic data 2.The applications sends the alarm data 3.The Application stores the Periodic data and alarm data if it is unable to send 4.the application having the configure through GPRS or SMS
What is Defect Seeding? What is Defect Density?
Please tell m all posiible tst cass for this--> A password of password field will expire in 45 days.It should send 1st reminder message to user whn 10 days are left and 2nd reminder message when 5 days are left and 3rd reminder mssage when 2 days are left.write all positive and negativ test cass for this.
What are the test cases for mouse?
What are the test cases to write to test user account locksout after 5 invalid attempts
How would you test a cup and or pencil?
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
testcases for the additon of 2 numbers write negative and postive cases
8 Answers CoStrategix, Societe Generale,
If I give u refill which cost is 5000 & I ll give u refill then how u find that refill cost is right or wrong? & that refill is new in market.
how we test the login page using jwebunit test case...
In general, how do you see automation fitting into the overall process of testing?
what are those parameters or matrixes for tesing a software user interface?