torus
2 years agoContributor
Web Testing - How to extract Network Responses and http status codes with TC
When conducting a UI web test (UI test of an online application), is there a way to monitor the network reposes (the returned http status codes) and ensure no 400/500 error codes (or other error codes) appeared while running the test? There are a few tests where I got a few error messages during the execution of one of my UI tests ... one of the response messages was an error message, however, the TC test still passed. The test really shoudl not have passed since there was an error message.
Similar to how you can monitor network reposes in selenium:
https://www.youtube.com/watch?v=h-1bon3dMac