TestLink Integration

Hi Dave,

yes, there are indeed possibilities, that TestLink can execute automated tests.
We already have a lot of automated tests in TestLink which we could load into the robotframework by using a prerunmodifier.

But, I could not find any clear guideline, how I could create robotframework testcases dynamically by using a prerunmodifier.

As far as I know, a prerunmodifier should be used in favor of a listener, because the prerunmodifier has access to the testsuite itself before it is parsed, and therefore can manipulate or even create testcases on the fly, but , as said, I could not find any good documentation on how to create robotframework testcases by using a prerunmodifier.