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 ...
13380
Adam Wildavsky
tameware
May 1, 2005 8:25 pm
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...
13381
Akhil Srinivasan
akhilss
May 2, 2005 7:43 pm
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...
13382
paolovalladolid
May 2, 2005 7:44 pm
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...
13383
James Abley
taboozizi
May 2, 2005 9:13 pm
... 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...
13384
James Abley
taboozizi
May 2, 2005 9:24 pm
... That's a little sparse to provide much help. http://www.catb.org/~esr/faqs/smart-questions.html Then we can try narrowing it down. James...
13385
Cedric Beust
cbeust
May 2, 2005 9:51 pm
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...
13386
bkpreddy
May 2, 2005 10:00 pm
I have created suites using DirectorySuiteBuilder to automatically find tests in each package.(by creating appropriate filters) Now I need to create a suite...
13388
Jim McMaster
mcmaster_tat...
May 3, 2005 2:02 am
... 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...
13389
bkpreddy
May 3, 2005 2:02 am
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...
13390
Ilja Preuss
ipreussde
May 3, 2005 6:36 am
... 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...
13391
Ilja Preuss
ipreussde
May 3, 2005 6:42 am
... 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...
13392
Cedric Beust
cbeust
May 3, 2005 1:49 pm
... 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 ...
13393
Ilja Preuss
ipreussde
May 3, 2005 2:07 pm
... 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...
13394
Cedric Beust
cbeust
May 3, 2005 2:21 pm
... 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...
13395
Arun J
jayarunkumar
May 3, 2005 2:46 pm
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...
13396
Ilja Preuss
ipreussde
May 4, 2005 7:21 am
... 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...
13397
Cedric Beust
cbeust
May 4, 2005 2:37 pm
... 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...
13398
Jyoti
jyoti_madan
May 5, 2005 12:27 am
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...
13399
Akhil Srinivasan
akhilss
May 5, 2005 12:27 am
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...
13400
Elliotte Harold
elharo@...
May 5, 2005 12:27 am
IBM's developerWorks has published my latest article, "Measure test coverage with Cobertura", a brief introduction to the open source Cobertura test coverage...
13401
boston_ronin
May 5, 2005 12:28 am
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...
13402
manjunath_cs99
May 5, 2005 12:33 am
hi 2 all can anybody help me regading how to install HttpUnit and Cactus and also some sites to get free e-books of cactus and httpunit...
13403
Praveen AH
praveen_maduray
May 5, 2005 12:34 am
Hi I am using junit with Ant and Weblogic.Any queries please let me know, Thanks Praveen paolovalladolid <paolovalladolid@...> wrote: Not really. I had...
13404
murali krishna
murali4321
May 5, 2005 12:34 am
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...
13405
manjunath b.r
manjunath_cs99
May 5, 2005 12:35 am
hi all can anybody help me regarding how to setup and configure cactus framework with out using eclipse plugin I e manually configure cactus ...
13406
Gowrysankar Pandava
gowry_pandava
May 5, 2005 12:35 am
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...
13407
thanga raju
thangaraju_mce
May 5, 2005 12:36 am
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...
13408
Adam
adamcabler
May 5, 2005 4:12 am
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...
13409
Praveen AH
praveen_maduray
May 5, 2005 4:41 am
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 ...