Hi,
           I was writing test cases for my project here and suddenly I got an idea. The programmer is responsible for creating a TestCase class and writing the assertions
etc. The functionality is being tested for a class finally. Why can't there be a GUI that can write the extends TestCase... file for us. That GUI can have a button that will
run the test cases for that class(es).
        The GUI will display all the methods that are there in a class. It has associated check boxes for each method. For each method there might be many test cases
There might be a button that will allow us to enter all possible scenarios. All the conditions are entered like wise for all the methods in the class (to begin with)
Once all the inputs are given, it will ask for the filename and generate the TestCase class. This looks simple.
        Please feel free to comment on this. The same might be extended to Server side test cases too.
 
 
Regards,
Dharnidhar
 

Reply via email to