Forum Discussion

cae1's avatar
cae1
New Contributor
14 years ago

Applications with Flash

I have an application I want to test via load testing (TestComplete 8.70). I record the task which includes a flash part that requires me to view different pages and use zoom in / zoom out functions...but this is not captured anywhere. Does Test Complete allow for the use of Flash in load testing ?



Would Load Complete ?

3 Replies

  • George,



    For load testing, I'd recommend using LoadComplete. It provides extended support for Flash: you will be able to view and change parameters of application requests and check the response data. As for TestComplete 8.x, it can record traffic and simulate the load, but it does not offer enhanced support for Flash. Also, SmartBear discontinued support for load testing in TestComplete version 9.



    Please note that load testing consists in simulating massive workload on the tested server. To do this, both LoadComplete and TestComplete record requests sent from your computer to the server. You can then create load tests that will simulate multiple virtual users, each playing back the recorded requests.



    I don't know your application, but often, the zoom in/zoom out operations work on the client part and don't include the data exchange between the Flash app and the server. If your tested app works in a similar manner, then load tests will not help. To simulate and check these zoom in/zoom out operations, you have to use TestComplete and create an ordinary functional test against your Flash app.
  • cae1's avatar
    cae1
    New Contributor
    Follow up question: I've recorded a task using TestComplete 8.7. Part of the task included some flash tutorials where I had to move through several pages of content. I realise that the act of moving through the pages is not recorded, however, is the traffic generated while I'm in the flash portion of my task recorded then simulated when I run a load test ?
  • George,


    >> I realise that the act of moving through the pages is not recorded <<

    TestComplete (and LoadComplete) records traffic between the client part of your app and the web server. Perhaps, you are moving between several pages within the Flash movie, while the page's URL remains the same. In this case, TestComplete will load the requests and responses, but will place them under the same URL in the recorded task.


    TestComplete (and LoadComplete) simulates all the recorded requests regardless of the page to which they belong.