Top "Testcasesource" questions

Is there any way to send arguments/values to Robot test cases from jenkins?

I have automated test which takes input from the user and runs the test. Any idea on if we can …

jenkins jenkins-plugins robotframework testcasesource
NUnit TestCaseSource

I'm having a go with the TestCaseSource attribute. One problem: when the sourceName string is invalid, the test just gets …

c# nunit testcasesource
Setup a complicated row test with nunit and TestCaseSource and TestCaseData

For every expect return value like 2 or 4 I want to pass this value as parameter for the unit test method. …

nunit testcasesource testcasedata