Solved
Forum Discussion
RaviKumar98
8 years agoContributor
Hi All,
I'm not able to find the solution.please provide solution with java script
Thanks
vinoth G
This should work:
A = get_test_suite(test_case_container) Log.Message(str(A[0]))
as well as this:
A = [get_test_suite(test_case_container)] Log.Message(str(A[0][0]))
Hi All,
I'm not able to find the solution.please provide solution with java script
Thanks
vinoth G