Hi,
I'm pretty new user to Robot Framework.
I have a python script holding a table of 15 test cases to be ran: that works well in Python. Using Robot,I have to declare my test cases again, one by one. Would it be possible to read a variable in order to generate some test cases?
I don't try to get only 1 keyword that would run my 15 caes inside 1 Robot test case. I really would like to get 15 Robot test cases generated on the fly... And I would like to code this behaviour directly inside the Robot script :)
Thanks for your advices,
Greg.