vectyvec
vectyvec

Reputation: 305

How to run Keywords directly instead of TestCases In robot Framework

I am new to Robot Framework. I came across a scenario where i just want to create Employee details and not assert, is there a way in Robot framework where i can run a file which has KeyWords section and not TestCases and still execute the operation?

Upvotes: 2

Views: 836

Answers (2)

Noordsestern
Noordsestern

Reputation: 98

There is robotlab which is a robotframework flavoured jupyterlab ide.

Teatcases and keywords are organised in so called notebooks. There was a lightning talk at the robocon conference last week, where they demonstrated execution of keywords without a wrapped test case.

Maybe that ide fits your need.

Upvotes: 0

devna
devna

Reputation: 29

No, you can’t execute keyword without testcase.

Upvotes: 1

Related Questions