Hi,
I'm using Eclipse, so I don't know how JUnit works with IntelliJ.
You really should read some doc about JUnit-like tests, and
IntelliJintegration. I found:
http://www.jetbrains.com/idea/docs/help/junit/index.html
http://junit.sourceforge.net/doc/cookstour/cookstour.htm
Oh, and I tried to fix
Hi Julien.. thank you so much for your response and taking the time
to help me...
I'm now using an ide (intellij idea) to develop my simple tests. I've
followed your instructions (which include removing Tester = new
WebTester) but am still getting problems - namely the following:
/opt
Hello,
I have a problem with JWebUnit testing a web application with html frames.
The html pages of the application are composed by frames. The frameset is
similar to the follow:
The page header.html has in the tag body a javascript call to a function.
The java