Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 In this article, we will see how we perform setup and tear down operation for test cases in vREST.

Here is a video tutorial for the same:

Widget Connector
urlhttp://youtube.com/watch?v=l21OoQu9ZA8

The setup or tear down method is simply yet another test case in vREST. The idea is, you need to implement some kind of logic over REST API to initialize your test application. This can be done in two ways:

...