- Selenium WebDriver 3 Practical Guide
- Unmesh Gundecha Satya Avasarala
- 124字
- 2021-08-13 16:08:04
Selenium Server
Selenium Server allows us to run tests on browser instances running on remote machines and in parallel, thus spreading a load of testing across several machines. We can create a Selenium Grid, where one server runs as the Hub, managing a pool of Nodes. We can configure our tests to connect to the Hub, which then obtains a node that is free and matches the browser we need to run the tests. The hub has a list of nodes that provide access to browser instances, and lets tests use these instances similarly to a load balancer. Selenium Grid enables us to execute tests in parallel on multiple machines by managing different types of browsers, their versions, and operating system configurations centrally.
推薦閱讀
- 物聯網與北斗應用
- Application Development with Qt Creator(Second Edition)
- 微商之道
- RCNP實驗指南:構建高級的路由互聯網絡(BARI)
- SOA用戶指南
- Building E-commerce Sites with VirtueMart Cookbook
- 異構基因共表達網絡的分析方法
- 網絡互聯技術(實踐篇)
- 雷達饋線技術
- Learning Swift(Second Edition)
- 邁向自智網絡時代:IP自動駕駛網絡
- 沖擊:5G如何改變世界
- SRv6網絡部署指南
- 物聯網與智慧農業
- Building RESTful Web Services with .NET Core