What are the different techniques for writing test cases?
Answer Posted / bhavya_b
Basically there are two different strategy used for writing
the testcases
1. Black Box Testing
2. White Box Testing
Black Box Testing includes:
a. Equivalence Partitioning
b. Boundary Value Testing
c. State Transition Testing
d. Cause Effect Graphing technique
e. Other Black box techniques like Syntax Testing, Random
Testing, smoke testing, etc
White Box Testing includes:
a. Statement Coverage
b. Branch Coverage/Decision Coverage
c. Condition Testing which would include
i) Branch condition testing
ii) Branch condition determination testing
iii) Condition Determination Testing
d. Path Coverage
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
diff b/w desktop based testing & web application testing
What is pesticide paradox?
Can i get answers for telecom testing for eg telecom billing rating can be tested
Architectural structure of the insurance project?
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
I studied MBA, I want learn any softwarecourse, which course is better hadoop or testing tools(manual+selenium?)
How to do the performance testing manually? Does you have a test case for that?
What does 100% statement coverage mean?
What is data matrix? What is the use of it?
What r the features,u take care in prototype testing?
What are the disadvantages of manual testing?
What are the bugs we cannot find in black box?
What is the difference between GUI Testing,UI testing and Usability TEsting
How can I do Server side Interface testing in Web Testing?
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?