Search code examples
robotframework

Test contain no key words


New to Robot Frame Work, couldn't understand whats wrong!

Here I am trying to read a json file and the test is failing saying that there are no keywords, what have I done wrong?


Solution

  • Your test case name is the same as the keyword you defined. The test case does not have any step, just the name.

    You need to add a step calling a keyword.