Does anyone know how to access the name of the current test list inside a coded step?
Thanks,
Steve
1 Answer, 1 is accepted
0
Elena
Telerik team
answered on 08 Aug 2016, 03:18 PM
Hello Stephen,
You could use the opportunity that Test Studio allows you to enhance your test execution with the help of the so called execution extension. What you need is to override the 'public void OnBeforeTestListStarted(TestList list)' method with the help of 'list.TestListName' that will store the name into a variable in your code that could be used later on.
Please let me know if you need further assistance.