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

Why does software have bugs?

2 Answers   Crea,


give me some brief idea about audits

2 Answers   Synechron,


what is traceability matrix?

6 Answers  


Hi all, i am planning to take ISTQB CERTIFICATION, can any one guide me by giving the links for preparing for the exams. If anyone have some materials can u send me to my mail id vpbharathi@gmail.com. Thanks in advance, Bharathi.P

0 Answers  


if u find a bug and reported to devoloper, but he is not agree with ur openion what u will do,how u convince to them

7 Answers   SunGard,






What is pesticide paradox?

0 Answers  


what is equivalence boundary

7 Answers   Deloitte,


which process u followed in ur company?

4 Answers   CarrizalSoft Technologies, Microsoft,


What is grey box testing?

0 Answers  


For Change Password functionality-- Test Case is -- > Change Password Test Steps/Descriptions: 1) Enter Old Password 2) Enter New Password 3) Enter Confirm Password 4) Click on Save button Expected -- > User should login successfully. My question is --> After 4th step tester will check/verify that user [whose password has been changed] is login successfully or not. Should I have to write that steps which user will fallow to verify user login in above test case? What are the preconditions for above test case?

6 Answers  


what is system testing and system integration testing? explian briefly?

6 Answers  


What r the checklist to review testcase?

7 Answers   AZTEC,


Categories