1
42kviews
Issues in Object oriented testing.
1 Answer
3
3.3kviews

Strong text : Traditional testing methods are not directly applicable to OO programs as they involve OO concepts including encapsulation, inheritance, and polymorphism. These concepts lead to issues, which are yet to be resolved. Some of these issues are listed below.

1.) Basic unit of unit testing.

  • The class is …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.