All Questions
Tagged with selenium automation
3 questions
2
votes
1
answer
542
views
Using Selenium in a Web Service
Given that a local copy of the Selenium server and web drivers are required to run an automation test, i.e...
junit-4.10.jar
selenium-chrome-driver-2.0a4.jar
selenium-java-2.53.0-srcs.jar
selenium-...
0
votes
1
answer
19k
views
How do I actually use Selenium to automate UI testing? [closed]
We have a large inventory system where we work and making changes has the possibility to break things in other areas. This happens a lot, and it is hard to manually test for everything every time ...
2
votes
1
answer
91
views
Automated web tests depending on developer code
When QAs write automated selenium tests to test a multi-layered website (e.g. testing a web app which is on mvs design, spring and database) should the tests make use of existing classes and ...