Has anyone tried using Testcafe (NodeJS) to test SmartClient. We are on an older version of SmartClient and Selenium support was iffy to begin with. Now it is pretty outdated using the Selenium IDE 2 version and Firefox version 52 I believe (old!).
I tried taking the Selenium IDE extension files and pulling out a function to try to grab the locators so Testcafe could get ahold of them. But no luck. Just get weird errors. Code that runs on other pages just bombs out on SmartClient pages in our app because all the locators are obfuscated as the Isomorphic folks always mention in posts and documentation. The functions to try to grab them do not seem to help at all. In fact even functions in Testcafe to grab the window do not work.
Any guidance or help would be appreciated. We have gone a good 3-4 years now without automated testing since the Selenium IDE stopped working with our code and the SC Selenium IDE extensions for version 10. We have a large enterprise application and being able to get some automation testing going again would be a great help.
Thanks in advance. I know this is kind of vague. I am just looking for directions to pieces of code and things that would help with this. I am willing to write something that will work in Testcafe and do it from scratch. But something has to grab the pieces out of SC so we can work with them.
I tried taking the Selenium IDE extension files and pulling out a function to try to grab the locators so Testcafe could get ahold of them. But no luck. Just get weird errors. Code that runs on other pages just bombs out on SmartClient pages in our app because all the locators are obfuscated as the Isomorphic folks always mention in posts and documentation. The functions to try to grab them do not seem to help at all. In fact even functions in Testcafe to grab the window do not work.
Any guidance or help would be appreciated. We have gone a good 3-4 years now without automated testing since the Selenium IDE stopped working with our code and the SC Selenium IDE extensions for version 10. We have a large enterprise application and being able to get some automation testing going again would be a great help.
Thanks in advance. I know this is kind of vague. I am just looking for directions to pieces of code and things that would help with this. I am willing to write something that will work in Testcafe and do it from scratch. But something has to grab the pieces out of SC so we can work with them.
Comment