What is oo testing? what is oo testing? how it is important?
Printable View
What is oo testing? what is oo testing? how it is important?
[quote=prashant3115;27847]what is oo testing? what is oo testing? how it is important?[/quote]
Hi,
OO testing means Object Oriented Testing.
Object - Oriented testing is done by evaluating the correctness and consistency of the object oriented architecture and object oriented design models.
Following are the general problems faced in testing OO
- Testing shall report errors accessing the internal state of objects.
- Rncapsulation hides internal things.
- Inheritance: test cases of the superclass may may have to be adapted
Use case based testing, Random testing, Partition testing, State Diagram based testing, Inter-class testing are some of the test techiniques used in testing OO.
Regards,
Ganesan