Hi Isomorphic,
We are about to integrate Automated Testing in our Environment. You introduced Selenium 3 + WebDriver with the new realease of SmartGWT 12. After reading the Docs about AutomatedTesting, UsingSelenium and their subchapters i saw that there is nothing said about Selenium 3 + WebDriver. I also read several posts in this forum about the topics. You mentioned not to use Selenium 2 + WebDriver because of issues with the SCLocator. Instead it was recommended to use the deprecated Selenium RC +JUnit. What would you recommand to use at this point?
If i do not use the SeleniumRC approach, is it still possible to use the Selenium IDE browser extension (version >= 3.0.1) for creating tests and use them with WebDriver? I ask because its mentioned to use the following extensions:
If using Selenium 2 or 3 + WebDriver is it possible to combine self written tests with the IDE?
Are there any new docs comming soon about how to use Selenium 3? As i saw, the current ones are still the same than in SmartGWT 6.1.
Thanks in advance!
Best regards
We are about to integrate Automated Testing in our Environment. You introduced Selenium 3 + WebDriver with the new realease of SmartGWT 12. After reading the Docs about AutomatedTesting, UsingSelenium and their subchapters i saw that there is nothing said about Selenium 3 + WebDriver. I also read several posts in this forum about the topics. You mentioned not to use Selenium 2 + WebDriver because of issues with the SCLocator. Instead it was recommended to use the deprecated Selenium RC +JUnit. What would you recommand to use at this point?
If i do not use the SeleniumRC approach, is it still possible to use the Selenium IDE browser extension (version >= 3.0.1) for creating tests and use them with WebDriver? I ask because its mentioned to use the following extensions:
- user-extensions.js
- user-entensions-ide.js
If using Selenium 2 or 3 + WebDriver is it possible to combine self written tests with the IDE?
Are there any new docs comming soon about how to use Selenium 3? As i saw, the current ones are still the same than in SmartGWT 6.1.
Thanks in advance!
Best regards
Comment