This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Testing and the fly likes executing junit test case with jtest Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "executing junit test case with jtest " Watch "executing junit test case with jtest " New topic
Author

executing junit test case with jtest

anish reddy
Ranch Hand

Joined: Apr 19, 2008
Posts: 73
can any one guide/provide inputs /sample code in executing junit test case with jtest
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

The commercial product from Parasoft? Did you consider reading their documentation?
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26489
    
  78

Anish,
Are you using JTest to generate coverage reports or to "generate unit tests" ?

I recommend not doing this. Emma is faster for coverage and generated unit tests are horrible. They don't generate business inputs which are what you want to test.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: executing junit test case with jtest
 
Similar Threads
Is JUnit Cumbersome
Sunmicrosystem
Evaluation report of different testing tools
Alternatives to JUnit
new forum - testing