I am currently evaluating Selenium, and it seems to me that I will have to follow certain steps in my tests again and again. Is there a way to wrap a few steps from a selenium test in one step that can be referenced by other tests?
It seems that this can be done using custom coding as indicated in the UI-Element documentation , but I would prefer to use an IDE if possible.
Thank,
Adrian
source
share