Forum Discussion

googleid_102416's avatar
googleid_102416
Contributor
13 years ago

Checking for server response


There is a very simple web app. When a user navigates to it in their browser, the page (javascript) makes an ajax (xhr) request to a server and writes the response to the page. The server returns a random integer value. In TestComplete I need to verify that the text on the page is equal to server's response. Any ideas how to do this?


 


Basically this is the same question I posted in this thread: http://smartbear.com/forums/f75/t77061/waiting-for-a-resource-to-be-loaded



Thanks.

1 Reply

  • You could install a proxy such as fiddler2 and read the response from its GUI as well as checking what's in the browser.