What are the Techniques to be followed while writing the
Test Cases?

Answers were Sorted based on User's Feedback



What are the Techniques to be followed while writing the Test Cases?..

Answer / rajesh v.g.

1. Boundary value analysis
2. Equivalance class partition
3. Error guessing

Is This Answer Correct ?    4 Yes 0 No

What are the Techniques to be followed while writing the Test Cases?..

Answer / varshab

Hi all

Actually each one of you have mentioned black box testing
techniques.The testing techniques which we'll follow for
writing test cases will depend upon what technique we have
adopted.1)Black Box 2 )White Box.

If we'r following black box then below are choices for that.

1)Equivalence partitioning
2)Boundary value analysis
3)State transition
4)Decision tables
5)Use case testing.

For white box testing we'll follow below methods.

1)Statement coverage.
2)Path coverage
3)Decision coverage
4)Data flow.

Is This Answer Correct ?    0 Yes 0 No

What are the Techniques to be followed while writing the Test Cases?..

Answer / hemakumar

1.Boundary value analysis(BVA)and
2.Equilance class partition(ECP)

Is This Answer Correct ?    1 Yes 2 No

What are the Techniques to be followed while writing the Test Cases?..

Answer / ramprasad.s

HI
1. Boundary value analysis

(The Input Stream is Divided into diff classes
Like Numerical, Alphabetical, Alpha-Numerical,
IF required Special char's).

2. Equivalence Partitioning

( Here The Inputs Are Tested with Boundary Conditions
say Max 4 chars &
Min 1 char
Then the Boundary Condition will be
UPPER LIMIT N = 4+1 & N = 4-1
LOWER LIMIT N = 1+1 & N = 0
(i.e N = 0 is Null value).
Error guessing

Check The application with Random Inputs.

sun_ramprasad@yahoo.com

Is This Answer Correct ?    1 Yes 2 No

What are the Techniques to be followed while writing the Test Cases?..

Answer / sasidharcyt

hi friends
either one technique or all three should follow?

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

Which one is not tester responsibilities ? Option 1 Assure the process for contracting software is adequate Option 2 Review the adequacy of the contractors test plan Option 3 Perform acceptance testing on the software Option 4 Assure the ongoing operation and maintenance of the contracted software

1 Answers  


Explain your web application archtechture?

1 Answers   Verizon,


How to write JSON query ? Explain with Example

1 Answers   TCS, Wahab,


How to test the database manual? how to test data base lekage by using manual and also using QTP ?

2 Answers   Thomson,


what is usability defect?Give one exapmle.

4 Answers   NIIT,






sanity testing is done during regression testing.is it true.if it is true plz explain?

0 Answers  


Different types of design documents which can be used to write effective test cases(if FRS and SRS is not enough to write the test cases.)

3 Answers  


what is entry and exit criteria?

3 Answers   ACS, GE,


How do you decide when you have 'tested enough?'

3 Answers  


How does fundamentally a coverage tool work?

0 Answers  


What is Change and configuration management repositoty

1 Answers   Sierra Atlantica,


What made you pick testing over another career?

2 Answers  


Categories