Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
10answers
3k views

Disable HttpClient logging

I am using commons-httpclient 3.1 in an integration test suite. The default logging for HttpClient is extremely noisy and I can't seem to turn it off. I've tried following the instructions here but ...
1
vote
2answers
45 views

Getting java.io.IOException when running JUnit test case in Eclipse

Here's my code public class JWebUnitTest extends WebTestCase { public JWebUnitTest(String name) { super(name); } public void setUp() { ...
1
vote
1answer
51 views

jwebunit playframework functional test is stuck

I use play-framework application, and going to use JWEBUNIT for functional testings. There is a article that proved me to use that way: ...
0
votes
0answers
35 views

Getting Syntax error when running jwebunit test program

Here's my code package net.sourceforge.jwebunit.sample; import net.sourceforge.jwebunit.WebTestCase; public class JWebUnitSearchExample extends WebTestCase { public ...
0
votes
0answers
38 views

getting-java-io-ioexception-when-running-junit-test-case-in-eclipse (continued)

I've just found a proxy somewhere and applied to my code, seem to be successful. But when it comes down to submit("btnG"), I got an syntax error SyntaxError: syntax error (httpunit; line 155) at ...
0
votes
0answers
57 views

Does jwebunit work with Selenium 1 or 2/WebDriver?

I've tried using jwebunit with the proper dependencies as suggested on their website but I get the below exception. Does this mean we can't use Selenium 2? java.lang.RuntimeException: Could not ...