What r the types of Test case design techniques
Answers were Sorted based on User's Feedback
Answer / vamshi kumar
The test case design techniques are broadly grouped into two categories: Black box techniques, White box techniques and other techniques that do not fall under either category.
Black Box (Functional)
- Specification derived tests
- Equivalence partitioning
- Boundary Value Analysis
- State-Transition Testing
White Box (Structural)
- Branch Testing
- Condition Testing
- Data Definition - Use Testing
- Internal boundary value testing
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vamshi kumar
he test case design techniques are broadly grouped into two categories: Black box techniques, White box techniques and other techniques that do not fall under either category.
Black Box (Functional)
- Specification derived tests
- Equivalence partitioning
- Boundary Value Analysis
- State-Transition Testing
White Box (Structural)
- Branch Testing
- Condition Testing
- Data Definition - Use Testing
- Internal boundary value testing
Other- Error guessing
Specification Derived Tests
As the name suggests, test cases are designed by walking through the relevant specifications. It is a positive test case design technique.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajiv thakker
Test case design techniques can be categorized in to 3 types:
1. Static Type:
i Reviews
ii Inspection
iii Walkthrough
2. Dynamic techniques:
i Equivalence partitioning
ii Boundary Value Analysis
iii Use case
iv State transition
3. Experience based Type:
i Exploratory
ii Error guessing
| Is This Answer Correct ? | 7 Yes | 8 No |
Answer / abhesheke
business logic based test cases
user interface based testcases
Input domain based testcases
| Is This Answer Correct ? | 15 Yes | 57 No |
difference between smoke test and sanity test difference between exploratory test and adhoc test
How do u make sure the test cases are not repeated?
What is Bugzilla? Can I used it manually, If yes then how can i used it? Can I used it in .NET Environment?
diff betn buddy and pair testing
What are the references for Perl scripting language?Is there a software tester should have this knowledge .?
If they give alphanumeric in the specification can it accept only numbers and only alphabets
what r the fields present in requirement tracability metrice (RTM)?please explain each and every field as i m not aware.
How to create a load manualy in web based testing
what is the Diff between UAT and QA?
Explain the importance of agile testing?
why is smoke testing done for a software?
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?