What kind of techniques used while writing test cases?
Answers were Sorted based on User's Feedback
Answer / mudaseer
we used techniques like boundary value analysis,error guessing and equivalence partioning while writing test cases
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / vineela
Before writing test cases
1. we need to know the types of testing techniques , testing methodologies.
2. software testing is classified into functional testing and non-functional testing.
3. we need to know the black box testing techniques like
a. boundary value analysis
b. equivalence class partition
c. error guessing
d. decision table
e. orthogonal arrays
f. state transition flow
| Is This Answer Correct ? | 1 Yes | 0 No |
How will we come to know that its a bug,in what situations we consider it as a bug?
Which one is done first, either testcases or test scenario?
what are the definitions of smoke , sanity and dry run testing ?
We believe in ad-hoc software processes for projects. Do you agree with this? Please explain your answer.
what is traceabiity matrix
How can write testcases on a code under development pls give asnwer
What is the Test Case?What is the Testing?
10 Answers iSoft, Patni, Verisoft,
What are the advantages of manual testing other than "Low cost", "Where automation fails".......?
What is the common bug u face in a web-based application. .?
what is waterfall model?explain? what is v model? explain all phase?and the difference between two model?
what is the differance between functionality and functional testing?
Can you do system testing at any stage of sdlc?