Forum Discussion

saikrithika's avatar
saikrithika
New Contributor
5 years ago

Pdf download using load complete

How to download and save pdf in a path during execution using load complete?do we have any specific response time measuring functions similar to load runner to capture pdf download time?

4 Replies

    • saikrithika's avatar
      saikrithika
      New Contributor
      Thanks Alex,
      We have a requirement to load test payslip download time and we are using google chrome brower where our payslip gets downloaded in google chrome downloads section.
      • AlexKaras's avatar
        AlexKaras
        Champion Level 3

        Hi,

         

        We have a requirement to load test payslip download time

        You will get this time as a Time To Last Byte metric.

        However:

        -- Is your tested application a subject of in-house use or can be used by anyone from the internet? If the latter, how are you going to cope with the delays provided by the infrastructure? (Network, routers, etc.)

         

        And still I don't see the the reason to store downloaded file to disk. The goal of your load test is to verify that your server can serve certain amount of concurrent users/requests.

        Verification that the given payslip contains correct expected data, generally speaking, must be done with the help of the regular functional tests.

        So the question about the necessity to store obtained response to hard drive still remains...