What r the types of Test case design techniques
Answers were Sorted based on User's Feedback
Answer / rsntallapudi123
The commonly used test case design techniques are
Equivallence partitioning
Boundary-value Analysis
Error guessing
| Is This Answer Correct ? | 130 Yes | 10 No |
Answer / pallavi
There are number of test case techniques.
1.Boundary value analysis
2.Equivalence class partitioning
3.Error guessing.
4.Semantic technique
5.Syntactic tecnique
6.Data flow technique.
| Is This Answer Correct ? | 48 Yes | 5 No |
Test case design techniques are:-
1. Equivalance partitioning.
2. Boundary value analysis.
3. Error guessing.
4. State transition
5. Cause effect graphing.
6. Syntax testing
7. Graph Matrix
| Is This Answer Correct ? | 17 Yes | 9 No |
Answer / sarwesh kumar
We can broadly classify the Test case Design Techniques into
two:
Static & Dynamic
Static:
1.) Internal Reviews (Peer Review,Buddy Review)
2.) Walkthrough
3.) Technical Reviews
4.) Inspection (Codes)
Dynamic can again be classified into:
1.) Structure Based:
a.)Statement
b.)Decision
c.)Condition
d.)Multiple Condition
2.) Experience Based:
a.)Error Guessing
b.)Exploratory
3.) Specification Based:
a.)Boundary Value Analysis
b.)Equivalence Class Partition
c.)Cause Effect Graphics
d.)Use cases
e.)State Transition
| Is This Answer Correct ? | 15 Yes | 8 No |
Answer / anup
We can categorize them into 3:
1. Static techniques:
* Reviews
* Inspection
* Walkthrough
2. Experience based techniques:
* Exploratory
* Error guessing
3. Dynamic techniques:
* Equivalence partitioning
* Boundary Value Analysis
* Use case
* State transition
* Branch coverage
* Statement coverage
* Decision coverage
| Is This Answer Correct ? | 18 Yes | 13 No |
there are two types of test design techniques
they are
1.Boundary value analysis.
2.Equilance class partition.
Boundary value analsys: if there is a range kind of input
the technique used by the test engineer to dovelop the test
cases for that range is called as boundary value analsys.
equilance class partition: here the test engineer writes
the valied and invalied test cases i.e. positive test cases
and negative test cases.
| Is This Answer Correct ? | 30 Yes | 26 No |
Answer / shivaraj g
1. Static techniques:
* Reviews
* Inspection
* Walkthrough
2. Experience based techniques:
* Exploratory
* Error guessing
3. Dynamic techniques:
* Equivalence partitioning
* Boundary Value Analysis
* State transition
* Decision Table
* Use Case
| Is This Answer Correct ? | 10 Yes | 7 No |
Answer / sudheer
boundary value analysis
equivalence class partition
decession table technique
state transmission technique
use case technique
| Is This Answer Correct ? | 9 Yes | 6 No |
Answer / pradeep
1 Equivalence Class Partition
2 Boundary Value Analysis
3 Error Guessing
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mahipal
1.Boundary value analysis
2.Equivalence class partitioning
3.Error guessing.
4.Semantic technique
5.Syntactic tecnique
6.Data flow technique
| Is This Answer Correct ? | 1 Yes | 0 No |
Write the test cases for 2-way electric switch system. Write for GUI, functionality as well as stress testing
1.What is configuration Management? 2. Explain Impact Analysis 3. Explain Peer Review 4. what i kickoff phase of Formal Review. 5. Whatv are the phases of fundamental test process. 6. what is state transition testing. 7. what is LCSAJ 8. Test conditions are derived from where?
1. Give me an example of something you tried at work but did not work out so you had to go at things another way. can somebody give a real time example
explain fault based testing technique.
What is testing and maintenance?
what is lifecycle of a buG??? give an example of high severioty and low priority bug???
What are the possible test cases/test scenario for Search functionality ?
how to perform security testing manualy.I given the answer but interviwer not satisfeid from my answer
What should be done after writing test cases?
Is there any specific standard which tells, How many test cases should one person write in a day? and How many test cases should get executed in a day?
what is test summry report ?plz explain?
How do u approach for testing a web application?