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
Can you explain the pdca cycle and where testing fits in?
What are the different test techniques used in functional testing?
How to integrate Bugzilla with QTP?
You may be overqualified for this position we have to offer
Why is it impossible to test a program completely?
How do you determine user soad for a perf test of a Web application?
Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain
Explain the advantages of automation over manual testing?
How we will do Memory Testing? There is any tool to do that testing and to whome this testing to be performed?
Do you know anything about Set Top Boxes?
Can you explian $ pillar of Agile
Explain the procedure for manual testing.
Explain the defect life cycle.
In which all places, testing is done?One is from the server by calling server name.Can u suggest others?