I have written JWebunit test class. The program unable to execute after got exception.
I used try catch block properly.Even-though the catch block also not executed.
I got the following content from eclipse console. I can able to resolve the problem. My biggest problem is why catch block not executed and after catch block code also not processed.
I'm no expert on JWebUnit but I would guess that the execution of the method by the test case stops once the assertion, assertTitleEquals("Home1");, on line 20 fails.