I will be testing an online J2EE system
that uses sessions - e.g. login is required
then JSP accesses a servlet then it access
the EJB which in turn access the DB.
Anyway, my only concern is the black-box testing
so i only want to test the jsp with all its
values displayed. But the problem is in acquiring
the session to be used for testing using HttpUnit.
I already tried using InvocationContext based from HttpUnit cookbook FAQs but I'm getting this exception:
com.meterware.httpunit.HttpNotFoundException: Error on HTTP request: 404 No servlet mapping defined [http://192.168.200.16:8988/app/ehanbai/LoginController]
Hope somebody can help in this problem.
Your response is greatly appreciated.
Thanks and regards,
Jovic Quinto
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello to all,
Good day.
I will be testing an online J2EE system
that uses sessions - e.g. login is required
then JSP accesses a servlet then it access
the EJB which in turn access the DB.
Anyway, my only concern is the black-box testing
so i only want to test the jsp with all its
values displayed. But the problem is in acquiring
the session to be used for testing using HttpUnit.
I already tried using InvocationContext based from HttpUnit cookbook FAQs but I'm getting this exception:
com.meterware.httpunit.HttpNotFoundException: Error on HTTP request: 404 No servlet mapping defined [http://192.168.200.16:8988/app/ehanbai/LoginController]
Hope somebody can help in this problem.
Your response is greatly appreciated.
Thanks and regards,
Jovic Quinto