0

I am learning robot and creating a testframework. I want to give people an easy way to add more tests.

Is it possible to dynamically create tests based on arguments passed in argument file?

I have all my tests in a .rst file and right now users have to populate the test table , but I want to make it simpler so other people actually use the framework.

1 Answer 1

1

No, it is not possible to dynamically create tests via an argument file.

It is, however, possible to write a script that reads a data file and generates a suite of tests before running pybot.

Sign up to request clarification or add additional context in comments.

1 Comment

Good idea, thanks. Is there something you would recommend to keep the robot framework formatting intact while creating the file (Robot is picky about the spacing in the table). I can manually count spaces and do this obviously but am wondering if there is a neater solution.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.