What are Dirty Test Cases?

Questions by JohnMathew   answers by JohnMathew

Showing Answers 1 - 12 of 12 Answers

surbhi bansal

  • Nov 16th, 2007
 

Test cases for invalid inputs are dirty test cases and this type of testing is called Dirty or Neagtive testing.

  Was this answer useful?  Yes

Dirty test cases are those that checks the robustnes and validation checks.

In dirty test cases we provide negative / invalid inputs.

Ex: If amount field accepts a positive amount 0 - 10000 then dirty test cases will constitute those that checks values outside its  boundary value, invalid entries...
eg : 10001,-1,aa,a!!,&&* etc..

We test the application for maximum amount of invalid inputs......but again "When anough is enough" concept should be kept in mind.....considering time comstraints

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