1

I have set of Test cases (say 10) which I would like to execute against different URLs (say 50).

I have defined a CSV file containing the 50 URLs My current solution is using DataDriver Library and adding the CSV file but the problem is that this solution supports only one test case per file, so if I have like 10 test cases then I'll need to create 10 files and any new test case means creating a new file

I have come across this question In Robot framework, how can I execute multiple of test cases in data driven meithod and I have read @Bence Kaulics's answer using dynamically generated test cases but my problem in that solution is that I have to put the keyword in a "Suite Setup" however I have another Suite Setup that I want to be executed, Is there any solution that this keyword gets executed in a Test Case or even a Test Setup?

1
  • Please provide enough code so others can better understand or reproduce the problem. Commented Mar 21, 2022 at 18:08

0

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.