ContributionsMost RecentMost LikesSolutionsRe: Test logs can not be created message Thank you Marsha_R I will contact the support Test logs can not be created message Hi, When I run my test from command line, it gives below error message (Image 1) and tests doesn't run. I even removed all logs from the project but still same message. Also, when i try to run the tests from TestComplete using Run-> Run tests by tags, I get the following popup (Image 2). Not sure why am i getting this test logs error. Can anyone help me with this? Thanks, Pankhuri Re: OnStartTestCase not getting triggered when test is executed using Tags hkim5 - any update on this one? Re: OnStartTestCase not getting triggered when test is executed using Tags Hi Justin, Thank you for replying! We are using below syntax when calling tests in pipeline. Our tests are categorized under different tags and we have different Jenkins job for each tag. /ProjectPath:"{abs_path_old}/{project_path}" /project:"{project_name}" /tags:"{tags} Let me know if we need to modify the filter to ensure OnStartTestCase handler is getting triggered. Thanks, Pankhuri Re: Find usage of a test within Keyword Tests Hi cbeck , I was told that this would get included in TectComplete feature list. I am not sure what happened after that. And I agree this would be a great feature. Thanks, Pankhuri OnStartTestCase not getting triggered when test is executed using Tags Hi, We have used OnStartTestCase/OnStopTestCase event handlers in our test and also added a tag to few of them. Now, when we run the tagged tests in Jenkins pipeline, these event handlers are not getting triggered. We also tried running manually form TestComplete Projects section. When we run them from Projects->Run All Tests, it gets triggered but when we run using Projects-> Run tagged tests, it doesn't get triggered. Can someone help us understand why OnStopTestCase not getting triggered for tagged tests? Thanks, Pankhuri Re: Accessing test script variables in event handlers (OnStopTestCase) Hi Emma, Thanks for replying back. I was going to try the global persistent variables but i noticed there is no option to create a variable of type list. Is there any other way i can create a global variable of type list. Thanks, Pankhuri Accessing test script variables in event handlers (OnStopTestCase) Hi, I am writing a onStopTestCase event handler (script version) and trying to access variables defined in my test script. Unfortunately, i am not able to get the recent /latest values of those variables in event handler. I have defined these variables as global in my test script. Note- these are not project level variables. Can anyone help me with this? Thanks in advance! Pankhuri Re: OnStopTestCase event handler going in Loop Hi Alex, Thank you for providing a sample code. The logic makes sense, however when i was using Exit procedure, it is not working. It is giving error as not defined in python. Does it not work with python language? Also, how to call this exit, i am just using Exit() to call this procedure. Let me know if this is not the right way. Thanks, Pankhuri Re: OnStopTestCase event handler going in Loop Hi ebarbera, Thank you for replying. I was doing same thing earlier what you suggested. But that piece of code or line will only get executed when test is passed successfully. If in between (before that revert code), the test fails, the system will be not in proper state as the changes i did while test execution, it would still be there. Because of this reason, i was trying to use OnStopTestCase event handler, so that i could revert the changes irrespective of test passed or failed. Let me know if there is any alternative way to do this. I have used Selenium before and in that we have option to do teardown. I was hoping similar kind of thing would be present in TestComplete. Thanks, Pankhuri