Karthick
Karthick

Reputation: 1

In Robot Framework how do I pass PATH parameter for a REST API having its path parameter in following format {path}/getinfo

Please provide the code format or syntax , by which I can pass the path parameter for API in Robot Framework.

Upvotes: -3

Views: 732

Answers (1)

Sujit Neb
Sujit Neb

Reputation: 118

Some samples to use PATH in robotframewok

Refer more options at - https://robotframework.org/robotframework/latest/libraries/OperatingSystem.html#library-documentation-top You must use Library Operating system to deal with File Path.

Upvotes: 0

Related Questions