Is the file being downloaded a text or binary file? Do file have arbitrary content of will there be markers in the file (e.g. headers in binary files)?
For example, a PDF file is binary but has a header in the file which can be asserted on to prove it's a PDF. Regards, Noel ----- "indireddysankar" <[email protected]> wrote: > Hi all, > I am doing functionality test using Jmeter.I am a problem in > matching response assertion. > > The repsonse content Type is "plain/X-USSD-request" and the response is > coming as a downloadable file , inside which i need to match the assertion. > > Please guide me how i can achieve this...It seems we can achieve using > Beanshell asstertion but i am good at coding. > > Is there any simple way to test this..? > > > Thanks in Advance , > -Siva >

