Has anyone tried to drive Functional Tests with JUnit? How did you accomplish it? In particular, how could you drive a Swing GUI? By "Functional Tests", I...
cc: bcc: Contact: Tel: 2761 - None Available, 1st Floor South, Queens Walk Testing private methods I will confess to being somewhat confused by all the...
Dear Sir, We are using apache jser 2.0 servlet engine. To use present version of cactus we need to have higher version of apache jserver 2.0. Now we can’t...
Dear Junit Users, Sorry for this off-topic message, but it is posible tah someone may be able to offer some useful advice: When I tested a program recently, I...
Hi All, First of all I would like to thank all of you who replyed to my last mail regarding tests of private/protected methods - YOU WHERE GREAT ;-). But now I...
You could look in this newsgroup for a mail from Kent Beck where he forwarded a comparison of Java code testing frameworks. JUnit was the 2nd or 3rd best. I...
Hi, I am assigned to test a Java application using Junit. I am new to Junit testing. Any body can help me in suggesting what steps to be followed to test the ...
We just test the client-side, i.e. the methods of the remote interface. Thus you dont have to deploy anything differently. The only thing necessary with...
Hi Any body knows how to test EJBs using Junit on weblogic server. If you have any documents containing set up of weblogic and deployment procedure with ...
Hi, It was told in documentation of cactus/installtion.html -- under SystemRequirements----A Servlet 2.x compliant servlet engine for running your J2EUnit...
Hi, Iam familiar in writing testcases for bussiness objects using JUnit and now iam trying to write the testcase for the servlets for which iam making use of...
We are extending JUnit a bit to display a count of assertions encountered when running a suite of tests. We can get this to work (i.e. to display the correct...
Hi, I would like to download JUnitCreator for VA, unfortunalty the web site seems to be down. Does anyone know an alternative location or could send me a copy?...
... In our current project we are planning to use junit for unit testing of EJB Components. We know the procedure of testing the EJB Components in J2EE Server...
hello all. i am trying to unit test my entity bean after deploying it on weblogic 5.1 server. the test bombs when i execute "home.create( )". for some reason...
Hi! As you probably noticed I didn't get a great deal of response from the News group... ... however I have finally managed to sort it out myself. First...
Hi all, First of all I have to mention that I'm pretty novice when it comes to use JUnit for writing unittests. But I have a question which I hope some of you ...
Can anyone offer any suggestions why I'm getting "Cannot instantiate test case:" failure? Thanks in advance. Brian FAILURES!!! Test Results: Run: 1 Failures:...
hi, do you know something about TestGenerator ? thanx! ... Profitez de l'offre spéciale Liberty Surf ! 50 h / 95 F TTC par mois tout compris pendant 3 mois ...
You probably need the EJB stubs in the JUnit classpath, as well any Weblogic client libs. Scott Stirling Macromedia ... From: Choe, Mike To: JUnit Group...