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
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 |
What is the limit for test steps?It should be 10/20/30etc
In how many ways you perform batchtesting ?
Example For Load And Stress Testing.
What are the different test deliverables?
can you please tell me when we do function testing in manual testing what we have to test first what we do first please give me right answer this my first project please help me advance thank you for give me right answer
I have a doubt in writing a test case... if suppose in a round if they ask to write a test case for any situation such as(Search engine)... in the testcase do we need to fill up the actual result and status Column in the test case??(please answer i am confused)
What is an end-to-end testing?
What is the Stub abd the driver ?Are these both using at the time of Top-up approach of integration testing and bottom-down approach testing .?
for example, we have old password,confirmed password, new password followed by submit button. what are the test cases written for that?
In testing can you explain the concept of work bench?
What is Test Case?
What is an IDE?