...
General Approach to Developing a Test
Using
...
ERSelenium's meta tag features for advanced test development
Using @include meta tag
The @include tag is ideal for those common setup and teardown tasks. It is common for a test to go to the main application entry page and to login as its first step. Here is how we could use @include meta tag to make this a reusable.
...