Forum Discussion
- rraghvaniChampion Level 3
If I remember correctly, you can not pass an object as a parameter.
Related Content
- 4 years ago
- 6 years ago
Recent Discussions
- 10 hours ago
- 2 days ago
Hi all,
Is there a way to pass an argument from BDD or some other way to the CheckExcelWorkbook function? something like below?
@then("the user compares the result to the {arg}> GoldCopy")
def step_impl(param1):
Files.ARGUMENT.CheckExcelWorkbook(("S:\QA\Test\ImportStats*.xlsx"))
If I remember correctly, you can not pass an object as a parameter.