[ptt-users] Seeing Data captured in the webpage

Frank Cohen fcohen at pushtotest.com
Thu Oct 26 11:46:23 PDT 2006


Hi Paul: Welcome to the TestMaker community. There are two ways to  
record the results of a request for a Web page: Set the log-level in  
the __init__ method to:

0- no logging
1- informational messages
2- detailed messages
3- Everything

or

Add some code to the recorded script right after the get or post calls.

print self.result

will show you the contents of the response, including the returned  
HTML from the server.

Hope this helps.

-Frank





On Oct 26, 2006, at 11:24 AM, Paul Cuda wrote:

> I have managed to get TestMaker 4.4 to run a test.  During the test I
> can see tat images are being parsed, but how can I see the results of
> the images (Web Pages) being captured.
>
> Paul
> _______________________________________________
> Users mailing list
> Users at lists.pushtotest.com
> http://lists.pushtotest.com/mailman/listinfo/users
>



More information about the Users mailing list