What are the different techniques for writing test cases?
Answer Posted / indu pillai
White box testing technique includes:
1. Code Coverage
i. Statement Coverage
ii. Decision Coverage
iii. Condition Coverage
iv. Loop testing(Simple,Nested,concatenated,spaghetti)
2. Code Complexity
i. Finding Cyclomatic complexity in context with Basis
Path Testing
3. Memory leakage
Black box testing techniqu includes:
1. Equivalence Partitioning
2. Boundary Value Analysis
3. Cause-effect graphing and then eventually preparing
decision table
4. Error Guessing
5. State transition testing
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Can anybody give me some tips on how to face telephonic interview and Write some expected telephonic questions as a 2+yr exp. in testing. Try to give Ques. that u already hv faced in telephone. Plz Help me out friends.
how will we change the server system time?
where do we work with Application, web and Database servers Means which type of applications.
How quickly we need to fix the bug?
How can you use technology to solve problem?
give me a example of writing a test case,take any good example which i can understand easily.
How do you go about testing a project?
What is rapid application development model (rad)?
diff b/w desktop based testing & web application testing
What is an end-to-end testing?
What kind of input do we need from the end user to begin proper testing?
Can any one say me how to do Performance testing step by step plz for a desktop application(offline application).all the data is stored in internal server itself can any plz help me. ts quite urgent friends.
Hi could some one please send me the testplan testcases(for 2Modules) and testscripts for mercry fliht aplication or gmail. please write those on templates and send me.In testplan plase write Testobjective, test scope, est approach, exlusions assumptios.
What is the test case?
What do you mean by Cause Effect Graphing? in which standard its mentioned?