03-30-2009, 07:21 PM
Hello,
I have an action that performs navigation to a certain url. After that I want to read the HTTP response that was returned. I need to check some headers. How do I do that in QTP?
The navigation is done like this:
Regards,
x
I have an action that performs navigation to a certain url. After that I want to read the HTTP response that was returned. I need to check some headers. How do I do that in QTP?
The navigation is done like this:
Code:
Browser("Browser").Navigate Parameter("url")
Regards,
x