I have recorded a test case in Selenium IDE and want to convert that to Junit. When I try to change through format, I have two options called ‘JUnit WebDriver’ and ‘JUnit WebDriver Backed’. Can you guys please explain me what is the different between this WebDriver and WebDriver Backed? Sorry I am new to Selenium, started learning through Internet Materials.
Thanks, Abdul Hameed
You use "JUnit WebDriver" if you are using the Selenium 2/WebDriver API. You use "JUnit WebDriver Backed" if you are using the Selenium 1/RC API.
If you switch back and forth you can see the difference in the test method displayed in the IDE window.
More info on the Selenium website here.
The WebDriver Backed JUnit is a hybrid option to allow you continue using the Selenium 1.0 RC while migrating your existing tests to Selenium 2.0 WebDriver
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With