|
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
|
- Re: Junit: Automatic Framework for generating TestCase f... Dharnidhar Vemuri
- Re: Junit: Automatic Framework for generating TestC... Brian Agnew
- Re: Junit: Automatic Framework for generating TestC... Karthik Kumar
- Re: Junit: Automatic Framework for generating TestC... Jari Worsley
- Re: Junit: Automatic Framework for generating TestC... Brian Agnew
- RE: Junit: Automatic Framework for generating TestC... Nicholas Lesiecki
- Re: Junit: Automatic Framework for generating TestC... Vincent Massol
- Fw: Junit: Automatic Framework for generating TestC... Dharnidhar Vemuri
