What r the different types of testcase techniques?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / pradnya
Hi Geetha,
Can u pls explain this line "Different types of testcase techniquest derived from test
techniques."
Thnkx in advance..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pranaya
Hi All,
According to me Test Case Design Techniques should be..
1. Functional Specification Based Test Cases Design
2. Use Cases Based Test Cases Design.
3. Application Based Test Cases design
(a) GUI/Screen Based Test Case
(b) Control Based Test Cases
Pranaya
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ch.s.m.prasad,kkd
Test cases based on below factors
1. businees requirement logic based test case design /
use case based test case design
2. User Interface based test case design
3. Input domain based test case design
| Is This Answer Correct ? | 3 Yes | 7 No |
Answer / sangeetha
sorry vinodh . ur answer is wrong.
ans: input domain testcase, user interface
testcase,functionality test case, scenerio based testcases.
| Is This Answer Correct ? | 6 Yes | 27 No |
High sevirity, low prority bug
Test case's for a window having 4 button's addition, subdtraction, multiplication,division of two numbers having two no range(0,10000) and result box having range between (100,100000).
If there are more number of test cases, how can u pick up a selective test case?
Black Box testing attempts to find errors in which of the follwing categories 1)Incorrect or missing functions 2) Interface errors 3)Performence errors?
15 Answers FCG, University Exams,
How to conduct Regression Testing Manually?
write testcases for open dialogbox
What is Conventional & Unconventional testing?
What is bug severity?
How would you deal with a bug that no one wants to fix? Both the SDE and his lead have said they won?t fix it?
9 Answers CarrizalSoft Technologies, Microsoft,
what is negative testing and positive testing with example?
1.What is end-to-end Testing 2.What ist the difference between WebBased Testing and Application Testing
5 Answers College School Exams Tests, Mphasis, Tech Mahindra,
what is the output of this query selet * from employee where 1=2