what is the diff between BVA & ECP and also advantages
about thease techniques..& i want some proper examples...

from
sekhar yadav sunkara
svsekhar2003@gmail.com



what is the diff between BVA & ECP and also advantages about thease techniques..& i want s..

Answer / mathanvel

These are techniques involved in the Black Box Testing to
Derive the Test Cases
Now, we can reduce some of the test cases that belong to the
same equivalence class. We can delete lines 3 and 4 which
belong to equivalence class "0 <= account <= 499". We also
can delete lines 7 and 8 hich belong to "500 <= account <=
1000". The new table will be:

#

Boundary Value

Equivalence Class

Result
1
-1 account < 0 Invalid
2
0 0 <= account <= 499 Valid
5
499 0 <= account <= 499 Valid
6
500 500 <= account <= 1000 Valid
9 1000 500 <= account <= 1000 Valid
10 1001 1000 < account < 2000 Invalid
11 1999 1000 < account < 2000 Invalid
12 2000 2000 <= account <= 2000 Valid
13 2001 account > 2000 Invalid

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Manual Testing Interview Questions

how will you define your bug status flow in softsmith qamonitor?

2 Answers  


how can we test an application to know the expiration period (i.e,below or equal to expiry-date it shud work and above it shud fail). [assume this s/w app'n validity period is 2months]

3 Answers  


what is mean by object oriented design?how is testing affected by object oriented designs?

1 Answers  


What is "pet model" of Bug reporting cycle

4 Answers  


feasibility testing ??

3 Answers  






Test cases for IE 6.0

1 Answers   Wipro,


Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description.

12 Answers   Manhattan,


What is terminologe? Why testing necessary? Fundamental test process psychology of testing

0 Answers  


Suppose " You are given a build with 5 modules to test as per the Customer request after finalization of SRS, But the SRS contains only documentation about 4 modules. On what basis you will continue the testing of 5th module." ?

15 Answers   HCL, TCS,


What is the full form of cmmi?

0 Answers  


How to do manual testing of a E-insurance project (end to end process)

0 Answers   abc.com, Xchanging,


Could any one explains what is Significans of V MOdel? Why not it is called as W model or some other X model? Is there any specifi Answer for this Qustion.

4 Answers  


Categories