What are the techniques you follow to write test cases?
Answers were Sorted based on User's Feedback
Answer / uday kumar. a
1. Boundary Value Analysis(BVA)
2. Equaivalence Partationing Classes(ECP)
3. Decision Tables
4. Decision Trees
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / saran
1. Black Box Techniques
2. White Box Techniques
I have involved in Black Box Technique.
1.Boundary Value Analysis
2.Equaivalence Value Analysis
3.Error Guessing
4.Native Testing
5.Passtive Testing
Regards
Saran,Chennai
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / odela
i follow the test cases according functional requirement
specification.
testcases is 3 types.
1.GUI test cases
2.positive test cases
3.nagative testcases.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / a.sharmila
we have lot of techniques for Writing the Test case but
basic
1.Boundaty Value analysis
2.Equivalence partioning
3.Error Guessing partitioned.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naresh
Hi Uday,
can u explain briefly abt Decision tables or Decision trees?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uday kumar. a
We can also include some other techniques for selecting
input data.
1. Cause-effect graphing.
2. Error guessing
But i know these two techniques also we will use for
selecting test data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / babu
Review the Requirements and produce usecases
Derive the test cases through the usecases and Reqirements
Where ever necessary perform equivalence partitioning and
apply Boundary Value analysis on the test data (this is
applied for the test data while executing a test case)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sarfaraz ahmad
Type of testing strategy :
1) White box testing
2) Black box testing.
testcase technique for
white box testing
a)Random
b)Equivalance partitioned class
c)Boundary value analysis
d)Cause and effect graph.
e)State transition.
f)Guessing
| Is This Answer Correct ? | 0 Yes | 2 No |
What is TRR ?
how to find the bugs and log the test cases?
Difference btween the QA and QC?
What are noise variables?
scenario is like the following, a software to be installed in the train the work of the software is when ever any object comes opposite to it the train has to be stopped would u plese any bone tell us the test case for this
how to call a text file
What is baseline?
diff b/w waterfallmodel & v-model?
Thanks for all who are helping me and Wish u all happy new Year........ Now I have a one more question plz...help me what is the I DIFFERENCE BETWEEN Performance Testing,LOAD TESTING AND STESS TESTING JUST IN ONE LINE ANSWER give me with an EXAMPLE PLZ.... If u have time then post me to my mail id... thank u very much... for ur help.and if anyone wants to talk to me also u can add my id my id is given below. penisetty@gmail.com
Can anyone explain me about Tracebilit metrics?
you will be given a program and asked to write the Test Data and expected output for the same. for eg: there is a program which returns the sum of largest two numbers in an integer array.
Have u ever done testing related to a database,give examples to support u r answer.