I am unable (Eclipse v. 3.0.1) to access a descriptor document from my Ant build script using the "junit" tag. The packaging is as follows. testUtil src ...
I've read the FAQ and searched the archives looking for info on running setup and teardown code before and after a test run. Per the FAQ I can use TestSetup to...
HI, I have a situation where junit testcases will act a as a client sending messages to the server. Based on the message returned my testcase will pass or...
Not really. I had originally worked under the assumption that my Java application would be invoked with the XML file dropped (by an _external_ process) into my...
... I'm not sure this is a good way to go - you're losing test isolation so that you will potentially experience multiple failures if a single thing is wrong...
From: junit@yahoogroups.com [mailto:junit@yahoogroups.com] On Behalf Of James Abley ... I'm not sure this is a good way to go - you're losing test isolation It...
I have created suites using DirectorySuiteBuilder to automatically find tests in each package.(by creating appropriate filters) Now I need to create a suite...
... Hash: SHA1 Check out xmlUnit, available from http://xmlunit.sourceforge.net/. It has methods for assisting in comparisons of xml. The basic strategy is to...
When I use the junit-addons to build the suite I am not able to run it from the command line,though I am able to run it successfully from eclipse.( in other...
... I'd actually prefer to decouple the four steps in a way that recreating the state one of those steps needs isn't too hard. Each of those steps already...
... You can share resources between tests by using a TestSetup, see http://junit.sourceforge.net/doc/faq/faq.htm#organize_3 It is mostly save to use this to...
... The combinatorial explosion appears if you don't maintain state. With this approach, your tests are going to look like: Test1: 1 Test2: 1-2 Test3: 1-2-3 ...
... I agree that the above would be a waste of time. It seems to me as if you didn't consider the decoupling I referred to above, though. The approach I'd...
... That's better, and if we assume that the time to test mocks is negligible (a fair assumption), the execution time will indeed be acceptable. The problem is...
Soln 1:Use Cactus which provides Servlet/JSP type test interface. You can continue to use the http session using this. It is easy to use but need to depoy it...
... That's true. On the other hand it will also prevent a lot of trouble: - it's easier to write the tests (which might already result in an improvement in...
... Oh trust me, I am well aware of that :-) It's good to see that you are as well, and the fact that JUnit is only a unit-testing framework is what prompted...
I am using Weblogic .. i am new to this and trying to create a simple test case for this WS public class jtest implements com.bea.jws.WebService { static...
Hi, Thanks for all the input guys. I will try to give a couple of more details of what i need to do. Pardon the long post. I have a (chat server like) server...
IBM's developerWorks has published my latest article, "Measure test coverage with Cobertura", a brief introduction to the open source Cobertura test coverage...
Elliotte Harold
elharo@...
May 5, 2005 12:27 am
13401
I am looking to implement a status or healthcheck mechanism that would grow off my current unit testing. Currently to test my Corba work I am running my tests...
Hi I am using junit with Ant and Weblogic.Any queries please let me know, Thanks Praveen paolovalladolid <paolovalladolid@...> wrote: Not really. I had...
hi friends iam a student from sweden. i need help on following points. 1.How do i install and run with Jcreator? 2. I tried to set classpath at cmd prompt and...
Hi This group giving me so much information about JUNIT ,There are many good discussion are here, thats why i keep continuing in this group. Here is some small...
hi friends, This is thangaraju from Chennai. Iam working as a Software Test Engineer in Chennai. I need some help from you guys and gals. Iam assigned for Java...
Sorry - I'm getting back to this problem again. Actually - I did try and its not working, which is why I asked. If anyone has any [helpful] suggestions, I...
hi friend, I am praveen working in WB Testing (java + junit) Refer the below site to know more about junit and its architecture http://www.junit.org/index.htm ...