How to set up the conditions to test web pages for HTTP status codes 403, 404, 500, 503

2021-06-17 Thread albert kao
I developed a web application with Java (Struts 2) and Web Experience Toolkit (WET - https://github.com/wet-boew/wet-boew), which is running on the WebLogic 12c server. When any one of the HTTP status codes 403, 404, 500, 503 occurs, my web application will display a corresponding web page. e.g. Wh

Re: How to set up the conditions to test web pages for HTTP status codes 403, 404, 500, 503

2021-06-17 Thread Lukasz Lenart
czw., 17 cze 2021 o 13:24 albert kao napisaƂ(a): > > I developed a web application with Java (Struts 2) and Web Experience > Toolkit (WET - https://github.com/wet-boew/wet-boew), which is running on > the WebLogic 12c server. > When any one of the HTTP status codes 403, 404, 500, 503 occurs, my we