googleid_102416
13 years agoContributor
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.