Libraries

Sometimes you have to execute the same test sequence in different places. For example a login. Of course, you can copy the nodes from one place to another. But for future maintenance it might be better to put it in a library.

  1. Add a new Library node to the project and call it "myLibrary".
  2. To this library node, add another library node and call it "myReusableTestSequence"
  3. Add your test steps to that node
  4. In your test go to the location, where you want to call the library sequence. There add a new Link node.
  5. On the [Link] tab, select "myReusableTestSequence" from the [Link to library] selection.
Hints: