what is difference between equivalence partition and
boundarary value ananlysis?
Answer Posted / pallavi
let me u explain with an example:
think a login page two text boxes for userid and passwd
and there are some conditions given in SRS which should be
satisfied like for suppose
username: min length=4
max length=7
alphanumeric
for this if u where to write BVA and ECP
then it is in this manner
BVA
min+1 valid
min-1 invalid
max+1 invalid
max-1 valid
ECP
valid invalid
0-9 special characters
a-z
A-Z
so simple in
BVA:we are testing the boundaries
ECP: we are dividing input values to be given into valid
and invalid values
hope u can try it for passwd
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is an mr?
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
what are the testing appraoch that you have tested for Bread toaster
If there is non reproducible bug which developer is not ready to agree, how you will convince him.
When new application ready to test than whats your testing strategies?
What does you mean by positive and negative testing & what is the difference between them. Can anyone explain with an example?
How would you do the ollowing Security Testing for web application? 1) Authentication. 2) Authorization. 3) cookies. 4) penetration testing. 5) session testing. 6) encryption and decryption testing pls give examples give example i can't understand so pl
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module
how to generate id in testdirector? a) Td id 1 b) td id 2 c) td id 3 d) td id 4 which is correct answer please any one of the tell me and mail me
what is date field test case
What is software review?
What is positive and negative testing?
What is bucket testing?
what is the challenging position faced in the testing not in point of management point of view it must be in the point of while testing the application?