what r the techniques to design test cases?
Answers were Sorted based on User's Feedback
Answer / sirisha
There are 5 differnent techniques for black box testing:
1.Equal class partitoning
2.Boundary value analysis
3.Error guessing
4.semantic technique
5.Syntactic technique
6.Data flow technique
There are 2 differnet white box testing techniques
1.statement coverage
2.Condition coverage
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sivasandeep
basic Functionality
boundary value analysis
equivalence partition
positve and negitive ares
depending on other modules / application
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shraddha dumbhare
Equivalence class partitioning(ECP)
Boundary value analysis(BVA)
Error guessing
State transition testing
cause effect graph
| Is This Answer Correct ? | 0 Yes | 1 No |
list the type of testing you think must be conducted on web application project
Why is it often hard for management to get serious about quality assurance?
What is object repository?
Explain cmm?
What is the exact different between QA and QC?
What are the different verification techniques you know?
Is 100% Coverage is possible in Testing ?
How to create stubs? what is the use of Stubs and drivers? who is the responsible person of this?
What r the advantages of automation?
How to know that we have to use which tool for this project?
What are the table contents in testplans and test cases?
How do you know that your test cases will meet the requirement that the client required for the application.