Forum Discussion

minhterry's avatar
minhterry
Contributor
12 years ago

[Discuss] ??? How to automate multi tab browser at the same time

Hello,



I want to test 1 website and do 3 different tasks on 3 tabs on IE or FF at the same time. Example: 

- tab1 : browse some books and add to cart 

- tab2: check the cart & update total

- tab3: update profile info



I see some programming language like C# can make this work. They make the browser in silence (background working) + multi thread. So can Testcomplete do that.



Thanks for any suggestion.



--

Regards,



2 Replies

  • Goobledy's avatar
    Goobledy
    Occasional Contributor
    Hi Minh,



    Testcomplete doesn't support multi-threading. Because the scripting languages it supports doesn't allow. You need programming languages  like C#, Java support for multi-threading which is not currently the case.



    Regards,

    Goobledy
  • AlexKaras's avatar
    AlexKaras
    Community Hero
    Hi Minh,



    In general, TestComplete tests emulate end-user actions against the tested application. As it is not possible for the end-user to do something simultaneously in more than one application, likewise this is not possible with TestComplete tests.



    However, if you are interested in concurrent testing, you may read just issued "A Step-by-Step Guide to Distributed Testing in TestComplete" e-book available at http://www2.smartbear.com/rs/smartbear/images/SmartBear-Distributed-Testing-in-TestComplete-ebook.pdf and go through TestComplete's help.