The http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Save_Responses_to_a_file
test element may be useful here. Run the test, and check the resulting file against the expected data. On 24/08/2009, Noel O'Brien <[email protected]> wrote: > 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

