0
votes

For a Robot Test Case, is it possible to display the User Library that the User Keyword is from?

For example: if the library is com.mycompany.HelloWorld and the User Keyword is sayHello

The test case will be:

Hello Test ${variable} Say Hello

Can the User library be added as follows:

Hello Test ${variable} HelloWorld.sayHello

1
Yes, but you still have to include the lib in Settings. Is that what you wanted? - MarkHu

1 Answers