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 Posted / 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 View All Answers
What is the difference between load and stress testing?
What is the difference between web based application and client server application?
Being an Manual tester, what will be the role or activity in test plan ?
Which model is following in your company for developing software?
Can you explain random/monkey testing?
What is Independant Testing? When and where this type of testing will be performed?
What is security Hole ? Is this possible Some one can acess any of restricted page (like admin side)? How you test this previllaze?
types of reviews?Advantages of reviews? Diff between process and procedure? diff b/w verification and validation? diff b/w cmm,cmmi? exp tqm,gqm,iso,ieee? Roles and responsibilities of tester? Ricks,types of ricks? what r Quality factors?
Please explain how to elaborate on the types of system/functionality for testing Payments, Statements, & Transactions features in a bank.....like what do we test in these,in detail? It's urgent, please reply...thanks in advance.
write a testing stratgy \ approach for a product that you are use every day (e.g gmail, out look etc)
Hi Can any one tell wht type of questions will be asked in project manager round...urgent plz...
Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven
Hi i am looking for Test Engineer Job, i have done the course, but i don't have work experience on it, Is it So important to have real time Exp or knowledge is enough? and please let me know like how i can improve for the interview. You can send me a mail on this id: rashmi_vastred@yahoo.co.in
Explain some techniques for developing software components with respect to testability.
wat is meant by frontend and backend testing