Hi,
Is it possible to test with katalon Chrome dev tools Network that a specific URL has been loaded and validate some of it’s header info that is being sent/received?
For example:
URL was loaded
General->Request URL: somedomain.com
General->Status Code: 200 OK
Headers->Request Headers: Referer = x
Query String Parameters: param1=a, param2=b, url=xxx, someotherinfo = xxx
Thanks
Meytal
Meytal BM said:
Hi,
Is it possible to test with katalon Chrome dev tools Network that a specific URL has been loaded and validate some of it’s header info that is being sent/received?
For example:
URL was loaded
General->Request URL: somedomain.com
General->Status Code: 200 OK
Headers->Request Headers: Referer = x
Query String Parameters: param1=a, param2=b, url=xxx, someotherinfo = xxx
Thanks
Meytal
This case should be verified using API verifications, using any current Web UI verifications will not be a good choice here.
Thanks for your response.
I need to know whether my clients have implemented my code correctly and the only way knowing is by seeing it in the dev tools. i guess this would be a problem.
How about DB data testing? Is that possible with Katalon?