I must admit that I fell in love with Selenium for its recording and playback function, as well as for generating a test test for these recorded actions from the IDE. But I still do not dare to go to the implementation stage due to random details (for example, searching for events with the DOM, xpath..etc) that are embedded in the test file during recording, which can make the test test fail if there is an html change after import it into RC. I fully understand that this is part of the tasks of testers in order to adjust the expected results from time to time as part of the regression test, but I also do not want the time spent on this to be more than the time spent on a manual test,
As far as I know, Selenium with the Robot frame takes the form of keywords of test files. I suppose this allows us to extract random details into various keywords, which could facilitate the setup of test boxes and more ease of maintenance. (Please correct me if I am wrong)
It’s clear that you’ll hear suggestions for setting up an effective user interface automation environment. Should I use Selenium RC or Selenium with Robot platform? And why?
Thanks in advance
java selenium selenium-rc robotframework
Daniel
source share