Is it possible to run multiple instances of one selenium test at once?

后端 未结 2 1504
攒了一身酷
攒了一身酷 2020-12-19 09:26

I have done some research and the consensus appears to state that this is impossible without a lot of knowledge and work. However, would it be possible to run the same test

2条回答
  •  余生分开走
    2020-12-19 09:44

    Look at TestNG, you should be able to find frameworks that achieve this.

    I did a brief check and here are a couple of links to get you started:

    Parallel Execution & Session Handling in Selenium

    Parallel Execution using Selenium Webdriver and TestNG

    If you want a reliable, rebost framework that can do parallel execution as well as load testing at scale then look at TurboSelenium : https://butlerthing.io/products#demovideo. Drop us a message and will be happy to discuss this with you.

提交回复
热议问题