Forum Discussion

monj's avatar
monj
Occasional Contributor
10 years ago

Which tool best for web exceptional handling test

Is Soapui good for testing and detecting web exception handling?

currently what we do is get the asp event error log and checking it one by one to debug and tell which page link exception handling error occurred.

is there a tool can be used to pre-test exception handling before the real error occurred and log by asp event?

2 Replies

  • SoapUI is great for testing web service calls.  For web exception handling, another SmartBear tool - TestComplete - might be a better fit.

     

    With SoapUI you can determine whether your REST or SOAP web service calls work as intended.  So if your web exception is thrown at the time when a web page makes a call to a web service, SoapUI can help narrow down whether the issue itself is manifested in the web service.  If not, it's likely in the integration of the call