Selenium: can I combine several teams into one command to refer to other tests without coding

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

+3
source share
2 answers

- Rollups ( UI-Element), . Selenium IDE.

+1

Source: https://habr.com/ru/post/1742652/


All Articles