Selenium: Can I combine several commands into one command to be referenced by other tests without co
Posted
by Adrian Grigore
on Stack Overflow
See other posts from Stack Overflow
or by Adrian Grigore
Published on 2010-04-25T10:33:09Z
Indexed on
2010/04/25
10:43 UTC
Read the original article
Hit count: 599
selenium-ide
|selenium
Hi,
I'm currently evaluating Selenium and I can imagine that I will have to perform certain steps in my tests over and over again. Is there any way to wrap several steps from a selenium test into one single step which can be referenced by other tests?
It seems that this can be done with with custom coding as mentioned at in the UI-Element documentation, but I'd prefer to use the IDE if possible.
Thanks,
Adrian
© Stack Overflow or respective owner