International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 80 - Number 4 |
Year of Publication: 2013 |
Authors: S. Suguna Mallika |
10.5120/13847-1679 |
S. Suguna Mallika . EATOOS-Testing Tool for Unit Testing of Object Oriented Software. International Journal of Computer Applications. 80, 4 ( October 2013), 6-10. DOI=10.5120/13847-1679
With the advent of Object Oriented programming, most of the software being built is using object oriented programming languages. The major challenge lies with testing the software and it is a known fact that testing consumes around 40% of the time in the total software development process. If more number of errors are uncovered in the unit testing phase itself then the probability of propagation of errors to other components or phases gets reduced drastically. Similarly object oriented software also needs to be tested thoroughly at unit level. Unit level testing in OO software refers to the individual classes or group of classes which need to be tested. In the current work an attempt has been made to come up with an automated testing tool for unit testing of object oriented classes developed in java. It offers a single click automation solution for unit testing of OO software by providing the flexibility for the tester to choose the methods of his choice to test.