OK, I'm stumped. When a test class that loads a DLL is not in a package, it runs successfully. When the test class is put into a package -- as all good...
Hi, I am trying to estimate effort for writing a regression test suite based on Junit for an existing system. The method used for estimation is very simple...
I would like to know which open source projects use junit. The only one I can think of is Eclipse. If you know of any others, please reply directly to me. I'll...
Hi... In my test class, I have an attribute. I init this in setUp() I'm trying to test a method of a class, that modifies my attribute, this attribute is...
Dear All I am new for testing a struts application using cactus in tomcat4.0.6. if any body have experience in this area, plz help me. Regards Prabhu ...
I'm unhappy about the small number of unit tests being written here and would like my colleagues to write more tests. Now I'm considering creating a big...
Everyone: I am looking for opinions on the pro side of using inner classes to test the private parts of a class. Since I don't use the technique myself, I...
Hi, I am a newbie to JUnit and my company uses automatic build to run test cases written in Junit for each java class. But, we are not testing EJBs currently...
Hi , I have a general question , and it is more of a design issue. Currently , i am involved in a java project that has 3 people working on. We have somthing...
Everyone: I'm trying to quote the "Grandma39;s Ham" story as told by Gerald Weinberg, but I can't find it in my copies of his books. This means that either I...
Hello, I've search the archives but I can't find a thread that pertains to the topic I'd like to discuss. [I am not saying it isn't there, I just couldn't find...
I am wondering what would be the best approach to test an asynch response. For instance I have a simple object Messenger that allows messages to be added....
Everyone: I'm looking for a couple of good examples of legacy code that requires private access to test. Notably: * A class that must provide access to private...
Has anyone come across this problem when intergrating with Ant? I've already sent to the Ant user list but haven't received any feedback :-/ .... I'm not sure...
Dear Members, I whould like to test a class with a main(String[] args) method. Depending on the input argument it executes one thing or the other. The problem...
I use jswat to debug my web apps but can't seem to figure out how I would connect jswat to a unit test since jswat runs off of a port. Any ideas would be ...
Please help - I am having issues creating JUnit tests in JBuilder 9 personal (I have used JUnit before, but not J2MEUnit and I usually develop using IntelliJ)....
I do not know whether this is a duplicated question. I have a program with large number of console output from different source. Basically, I am using...
Hi All, I am trying to test my Struts application using ServletTestRunner and CactusStrutsTestCase. Exery time I test my application using this URl ...
Hi, I would like to unit test JSP's. After going through junit.org I understand that JSP's can be tested either using cactus or HttpUnit. Can you advice me on...
All, I've unsubscribed, but keep getting the (hopefully) final few e-mails. If this gets through, so be it... I just can't seem to find a balance with this...
Howdy, Is anyone aware of a JUnit extension for internationalization tests? I'm looking for something data-driven along the lines of: for $locale in $locales ...
Hi friends, I have a doubt and I believe that you people can help me. My questions are: 1) Does junit support EJB? 2)Does junit support RMI? 3)I have a method...
I have been combing through Eclipse docs and configuration files, etc. but to no avail. Does anyone out there know how to add a context menu item to an active...
Hello every one. !!! Pls help me. i want to run the same testcase with 20 different set of values of an arg that gives me 20 unique results. I don't want to...
Hi I'm trying to test a newly developed app using HttpUnit. On the page there is a Dropdown list, once selected causes the page to submit to the server...
Hello, I've downloaded JMTUnit and trying to run the built in test. (I have not made any changes to the program - it is all from the JUnit site) The program...