Will JUnit test case auto-generation revolutionize unit testing?
Parasoft has added a new technology feature âTest Case Snifferâ to its
JTest 7.0. Test Case Sniffer eases the unit testing process. Test Case
Sniffer provides the ability to monitor the running application and to
generate unit test cases that capture application behaviour.
Just cover application functionality scenarios to be
tested and Test Case Sniffer automatically generates the JUnit test
cases with real data that is represented in the application.
The product info claims the following key benefits:
- Fast and easy generation of an intelligent low-maintenance functional unit test suite.
- Automated creation of a thorough regression test suite against which to validate and assess the impact of new code changes.
- Ability to test a full range of application functionality on a single machine independent of a complex testing environment.
The
importance of unit testing and the need to write proper JUnit based
test cases has been widely accepted. The only hurdle was always the
developer’s reluctance to invest the time and effort that needs to be
invested in writing test cases.
So is automated test case generation the solutions for all developer unit testing woes?
Reference:
>> Test Case Sniffer
I am Madhaba Rout & have completed MCA in this year 2008.I have a keen desire to know deep concept of java as well as good interview questions.I found this site as a very good platform to improve my java knowdledge.Thank you.
It will when a product comes out that will write an application for you without you writing any code.
Can’t wait to try out the sniffer. I hope it generates relevant tests so that it can do my job and I can stop feeling guilty about not writing unit tests 🙂