Hi,
The site I am testing has a number of pdf documents (tickets etc) generated
on the fly. However, they are generated as downloads rather than as pdf
links.
When I use the normal webtest pdf syntax (admittedly new to me) like so:
<clickLink label="${Txt_AltText_PrintBoardingPass}" />
<pdfVerifyText text="Traveller Info"/>
I get the error
filename="C:\working\cwt\doc\isis\testTest.xml" line="133" message="Current
response is not a PDF page but has following mime type
application/x-download ([EMAIL PROTECTED]
)">
which makes sense when I think about it.
Is there any way around this, i.e. any way I can use the pdf support in
webtest to examine the content of these pdf files that are generated?
thanks and regards,
John Lockhart