Questions tagged [selenium-webdriver]
The selenium-webdriver tag has no summary.
5 questions
3
votes
1
answer
357
views
Automated Testing: where do I put Selenium?
I'm working on a Java application, it's a middleware between two ticketing webapps. I want to write end2end tests using Selenium to test functionality.
Let's say my testing process goes like this: I ...
0
votes
2
answers
169
views
How to identify test result as "ignore" (not successful or unsuccessful) in process of execution?
We use Selenium webdriver + SpecFlow for testing our Web application.
For some functionality, everything is clear.
But imagine the situation: some questions arrive to Web user from external system he ...
-1
votes
1
answer
85
views
Is there a benefit to using a specific language with Selenium WebDriver?
As I begin to make the leap from the Firefox Selenium IDE to Selenium 2, I'm realizing that a significant portion of tutorials, guides, books, and documentation regarding WebDriver is based in Java; C#...