Solved
Forum Discussion
baxatob
9 years agoCommunity Hero
What did you mean saying "print"?
If you want to output the resulting value e.g. to the log, use:
Log.Message(str(get_test_suite(your_excel_file_driver)))
tests_to_run is a local variable inside get_test_suite() function.
If you want to output the resulting value e.g. to the log, use:
Log.Message(str(get_test_suite(your_excel_file_driver)))
tests_to_run is a local variable inside get_test_suite() function.