Forum Discussion
1 Reply
Sort By
- rraghvani
Champion Level 3
If I remember correctly, you can not pass an object as a parameter.
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.