What r the different types of testcase techniques?
Answers were Sorted based on User's Feedback
Answer / sreejith
I think the question is wrong.
It may be either different types of testing Techniques or
Different types of Test Case
If it is different types of testing Techniques
then they are.
In black box testing
1.Boundary value analysys
2.Equivelent partitioning
3.Error guessing
In white box testing
1.State ment coverage
2.Decision coverage
3.Condition coverage
4.Loop coverage.
| Is This Answer Correct ? | 22 Yes | 5 No |
Answer / geetha
hi,
Different types of testcase techniquest derived from test
techniques.
The test case techniques which are used in Software Testing
is,
1. Equivalent Class Partitioning
2. Boundary Value Analysis
3. Error Guessing or Probability Class Partitioning
4. Decision Table
5. Special Values
6. Error Based
7. I/O Domain
8. Decision Table
9. Flow Chart
from Black box, white Box, Incremental and Thread testing.
techniques.
| Is This Answer Correct ? | 18 Yes | 5 No |
Answer / vinodh anandhan
Boundary Value Analysis and EP
Vinodh Anandhan
| Is This Answer Correct ? | 13 Yes | 2 No |
sorry sangeeta your answer is wrong..vinodh's answer is
correct.. first you can see the question care fully..
Kavitas is asking different types of testcase techniques,
not for different types of testcase types..ok
thanx..
if i am wrong correct me ..
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / lakshmi jinesh
static testing techniques-
1)reviews
2)walk throughs
3)inspection
Dynamic testing technique-
1)white box testing
a)statement coverage
b)decision/branch coverage
c)LCSAJ
4)Condition Coverage
2)Black box testing
a)Range testing
b)Boundary value Analysis
c)Equivalence class partition
d)Equivalence class
e)variance class
f)risk base analysis
g)error guessing.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / suman
low level test:
1.boundary value analysis
2.equalance partition
3. special value
4. error based
high level test:
1.decision table based
2.folw chart based
3.state transition based
combain level test:
1.exaustive
2.All pair and orthoganal
3. single fault
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / rasul
Hai guys
Testing techniques are broadly devided into two types..
1. Dynamic testing techniques
2. Static testing techniques
Dynamic testing techniques:
1.structure based testing techniques
(conditional,branch,statement coverages..)
2.Experienced based testing techingues
(error gussing,impace analysis)
3.Specification based testing techniques
(BVA,ECP,decition tables,usecase based..)
Static testing techniques:
1.Reviews
2.walkthroughs
3.Inspections
4.static analysis
No doubt about this answer, if any comments on this im
ready to answer..
Rasul
QA Engineer
ISTQB Certified
| Is This Answer Correct ? | 12 Yes | 7 No |
Answer / shwetha
hi friends...
The diffrent types of testcase design techniques are:
1)Error guessing.
2)Equivalence class patition
->pressman's concept.
->Equivalence partitioning.
3)Boundary level Analysis.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / raghu c m
Error Guessing:Supplement formal of test design techniques.
Equivalence Partition:If the input is range of values then
design the test case for one valid and two invalid values.
1.Practice:If the input is boolean then design the testcase
for both true and false.
2.pressman:Divide the range of values in to equivalentparts
and test for the allvalues mean while make sure that for
atleast two invalid values.
Boundary Value Analysis:If the input is range of values A &
B.Then design the testcase for A-1,A,A+1 and B-1,B,B+1.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vivek ranjan
Rahul is correct. Basically test case writing technique depends on what type of test cases you have to write.
The known Test Case Writing Techniques Are
1) Risk Analysis
2) RT
3) BVA
4) Error Guessing
4) Decision Table
5) Cause Effect Graph
Regards
Vivek Ranjan
| Is This Answer Correct ? | 3 Yes | 2 No |
How any person can be a software tester, if he/she is not having software knowledge?
Why does software have bugs?
What are the main key components in web applications and client and server applications?
what is the diff. bw separate database testers and manual testers with sql knowledge guys... iam confusing so much ,,in cmpny database testers are not working on manual..? both positions are same are not? explian clesly with example? thank u
Orthogonal array testing enables the test designer to maximize the coverage of the test cases devised for relatively small input domains. is it true.explain orthogonal testing
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
Explain about performanece testing?
What is Interoperability Testing? What is Risk Based Testing?
what is test plan
How do u go about testing of web application?
What is kick-off meeting? Why is it optional?
What will be your approach if a particular script in Load Test fails?