What r the different types of testcase techniques?
Answer Posted / vipin
Boundary Value Analysis:
Many systems have tendency to fail on boundary. So testing
boundary values of application is important. Boundary Value
Analysis (BVA) is a test Functional Testing technique where
the extreme boundary values are chosen. Boundary values
include maximum, minimum, just inside/outside boundaries,
typical values, and error values.
Extends equivalence partitioning
Test both sides of each boundary
Look at output boundaries for test cases too
Test min, min-1, max, max+1, typical values
BVA techniques:
1. Number of variables
For n variables: BVA yields 4n + 1 test case.
2. Kinds of ranges
Generalizing ranges depends on the nature or type of variables
Advantages of Boundary Value Analysis
1. Robustness Testing – Boundary Value Analysis plus values
that go beyond the limits
2. Min – 1, Min, Min +1, Nom, Max -1, Max, Max +1
3. Forces attention to exception handling
http://softwareinterviewq.blogspot.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between baseline and traceability matrix?
i need some objective type papers for my certification
What is the difference between stlc and sdlc?
After insert the record in front-end, how will you check the back end by manually? Please explain?
what r u r responsibilities in current project
What are all the scenario for 1.google analytics 2.api 3.paypal
I have 2 yr Localisation testing exp now i want to job in MNC My manualtesting knowledge+2 yr exp sufficiant for in MNC
What is localization testing (l10n testing)?
What is configuration management in software testing ?
What is security Hole ? Is this possible Some one can acess any of restricted page (like admin side)? How you test this previllaze?
What is function points??????
I have an Interview about Guidewire claimcenter,so could you provide any info regd it?.I would really appreciate any kind of help- email at hvshah2001@gmail.com
What are the queries mostly asked in testing ? give me some examples.
What are quality assurance and quality control?
What is the negative testing and example