Which Methodology u follow in ur Testcase?

Showing Answers 1 - 11 of 11 Answers

sireesha

  • Dec 18th, 2005
 

based on three methods we folow to write testcases

business logic based testcases

input domain based testcases

userinterface based testcases

  Was this answer useful?  Yes

Follow Black Box Testing Methodology.

1) Use Equivalence class partitioning

2) Boundary value analysys.

and also there r types of Test case are giving below..

1) User Interface

2) Usability

3) Validations

4) Functionality

  Was this answer useful?  Yes

Harry

  • Jan 21st, 2006
 

Following methods are commonly used for writing test cases.

* Equavalence partitioning.

* Boundry value analysis

* Based on past experience.

Include representative element for each class-Equivalence PartitioningInclude boundary values for each class - Boundary Value AnalysisInclude non external values that require special treatment Include invalid input values

  Was this answer useful?  Yes

hari

  • Apr 9th, 2006
 

we follow three types of test case design methodsbusiness logic input domain user interface if am wrong clarify

  Was this answer useful?  Yes

Pattabiraman.A.C

  • Jun 8th, 2007
 

Error : Mistake done by developer in development environment is called Error

Bug : If that defect is found by a tester in testing environment is called bug

Defect : If the same error or bug found by the end user or Customer in his environment is called as Defect . A defect is also defined as ""Deviation from the desired product attribute""

Methodologies used to prepare test cases:
1) Business logic and functional design (from requirements)

2) Work-flow (from work-flow diagrams)

3) User interface (from specifications)

4) Equivalence class partitioning

5) Boundary value analysis

6) Logic input domain

7) Negative tests

8) Positive tests

9) Useability


Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions