python - RobotFramework adding tests through argument file -


i learning robot , creating testframework. want give people easy way add more tests.

is possible dynamically create tests based on arguments passed in argument file?

i have tests in .rst file , right users have populate test table , want make simpler other people use framework.

no, not possible dynamically create tests via argument file.

it is, however, possible write script reads data file , generates suite of tests before running pybot.


Comments