Abstract:
This study presents a tool that helps programmers to test their program using automatically generated test cases for return type methods without writing these test cases manually.
A tool does this by analyzing program under test and defines all methods that have testing values and then collecting these methods in a file and generate test cases for every returned value methods.
Each method has specific class saved in a file that contained the test cases and provides these test cases for executing without a need to write them manually.
The use of this method reduces the exploited effort in writing test cases manually so save time then accelerates the testing process.
Also, uses of this method accelerate the delivery time of the program of which acceleratesprogram development and delivery is final.