I want to export recorded Selenium 2 WebDriver Tests with the IDE or the Builder as C# code to use it in my MSTest project.
Until now I have to rewrite the code from NUnit code to MSTest, but I want to write a plugin / rewrite export code.
Now I am asking you if you've got experience with the differences for this issue between Selenium IDE and Selenium Builder, focusing on the following aspects:
- Usability
- Bugs
- Quality of exported code
- Extensibility (Rewriting exported code and also program features)
What I can tell you until now is:
- IDE is way better to control. Builder seems to be easier but is pretty unhandy.
- Selenium Builder has more Bugs.
- IDE code is better, Builder doesn't handle NUnit lifecycle methods that good (Setup and Teardown Class and Test is missing)
- Haven't tried this until now.
Update
https://groups.google.com/forum/#!topic/selenium-developers/8_GULPxxxGs
"Selenium IDE is going to the end of support soon, being superseded by Selenium Builder." [...] "I expect a transition period of a least two years"
Found this right now.