Forum Discussion

selena_darkness's avatar
11 years ago

Concurrent Users

Hi Everyone....



I would like to know how I can indicate multiple threads in a project of TestComplete to simulate that the script are running with multiple concurrent users.



Thanks.

2 Replies

  • AlexKaras's avatar
    AlexKaras
    Icon for Champion Level 2 rankChampion Level 2
    Hi Alma,



    Generally, this is not possible because TestComplete emulates user's actions against the tested application and like two users cannot work simultaneously within one user session so TestComplete is not intended to press two different buttons simultaneously, for example.

    You may consider distributed testing functionality provided by TestComplete (http://support.smartbear.com/viewarticle/55046/) if you need to test, for example, what happens if two users simultaneously submit changes to the same some record.
  • Sounds like you're trying to load test it.



    This isn't something TC is designed for. It's automation software, not load testing software.