What are the different techniques for writing test cases?

Answers were Sorted based on User's Feedback



What are the different techniques for writing test cases?..

Answer / poonam g.

The different testing techniques are:
1.Boundary Value Analysis
2.Equivalence Partitioning
3.Error Guessing

Is This Answer Correct ?    48 Yes 16 No

What are the different techniques for writing test cases?..

Answer / bhavya_b

Basically there are two different strategy used for writing
the testcases
1. Black Box Testing
2. White Box Testing

Black Box Testing includes:
a. Equivalence Partitioning
b. Boundary Value Testing
c. State Transition Testing
d. Cause Effect Graphing technique
e. Other Black box techniques like Syntax Testing, Random
Testing, smoke testing, etc

White Box Testing includes:
a. Statement Coverage
b. Branch Coverage/Decision Coverage
c. Condition Testing which would include
i) Branch condition testing
ii) Branch condition determination testing
iii) Condition Determination Testing
d. Path Coverage

Is This Answer Correct ?    27 Yes 2 No

What are the different techniques for writing test cases?..

Answer / 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

What are the different techniques for writing test cases?..

Answer / suresh.nv

The different testing techniques are:
1.Boundary Value Analysis
2.Equivalence Partitioning
3.Error Guessing

By using this techniques we write a test cases.

Sursh.nv
9989313280

Is This Answer Correct ?    15 Yes 5 No

What are the different techniques for writing test cases?..

Answer / shankar

different techniques for writing good test cases

1) boundy value analysis method

2) Equivalence class of metod

3) Error guessing

4) good analysing of software requirement

5) Try to brake the software

6) always keep in mind that customers point to give quality
product.

Is This Answer Correct ?    12 Yes 2 No

What are the different techniques for writing test cases?..

Answer / sree

previous answers are good. But I think this are only for

black box testing.

In white box testing we go for loop coverage,
brach coverage ,

condition coverge......

Is This Answer Correct ?    15 Yes 7 No

What are the different techniques for writing test cases?..

Answer / vathana

The Main TestCase writing techniques are:

1.Boundary Value Analysis
2.Equivalence Partitioning
3.Root cause Analysis
4.Coverage of Functionality

Is This Answer Correct ?    5 Yes 2 No

What are the different techniques for writing test cases?..

Answer / ramprasad.s

HI

EP & BVA



sun_ramprasad@yaho.com


9940314706

Is This Answer Correct ?    8 Yes 8 No

What are the different techniques for writing test cases?..

Answer / satish

Hi,

what are the consideration(Hardware/Software) we need to
take for perfomance testing.

Is This Answer Correct ?    4 Yes 6 No

What are the different techniques for writing test cases?..

Answer / aman saxena

there is no different techniques for writing test cases.
Actually in writing the test case different fields are used
such as- module name,steps,actual result, expected result,
priority, severity, status etc......

Is This Answer Correct ?    1 Yes 11 No

Post New Answer

More Manual Testing Interview Questions

As a Tester how we choose black or white box testing technique for a application?

4 Answers  


what is cross project reference what is entry and exit criteria for login page.

1 Answers  


What is 'string' testing?

1 Answers  


What are the tasks of test closure activities in software testing?

0 Answers  


How will u test a stored procedure,which accepts 2 int values and sums them? Test cases?

1 Answers   AVS,






does regression testing start from 2nd build or 1st build?why?could u plz answer

5 Answers   iGate,


Whenever developer will recieved the defect from the tester,then he will go thru the defect whether it is acceptable or not?for that he will execute that application again,while executing if he did not found any such type of defect(what we are rise the defect above),then he will send that defect to the corresponding tester with status of 'reject',as a tester what we can do?(here writing the reproduce steps and attached screen shots has been done by tester while sending the defect to the developer, no need to send reproduced steps and screen shots again)

6 Answers   CTS, IBM,


Gv example of a defect with high priority and low severity? Gv example of a defect with high severity and low priority?

2 Answers   McAfee,


Hi All I want discuss abt Testing tools is any one available online in google chat? pls urgent anyone pls help

1 Answers  


Guys, can any one of u give the realtime example for Regression Testing

6 Answers  


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?

6 Answers  


on what basis a tester writes test cases,i mean is it only based on FS and if so how can they know that a certain no of test cases can be written even b4 they write the test cases.bcoz a test plan contains how many test cases to be written by each tester.

2 Answers  


Categories