ContributionsMost RecentMost LikesSolutionsRe: TCUnit Test TestLog rraghvani , I am calling the same TCUnit Test using a loop. I have just written a for loop to call TCUnitTest again and again. Henry1 ,No I havent tried events TCUnit Test TestLog I am using TCUnitTest and the result will be logged into TestComplete when an exception occurs in Visual Studio. But I need to add a comment when the testcase is passed. Is it possible. Now, we have the testlog like this. Whenever the test is passed, I need to log something as sub of TestCompleteUnitTests log. Is this possible?Or is it psossible to rename the log since it is created an ambiguity which testcase has passed and which has failed. SolvedRe: Threading error while doing Unit Testing rraghvani , I did internet search. But the problem is that I am using TestComplete to do unit testing on a desktop application in which I cannot edit the functions inside the application. I am trying to do unit testing on functions which involve multiple threads. And I am using TCUnitTest to call the functions inside the application. Re: Taking inputs from Testcomplete to Visual Studio application In TC, I have added a variable in project and then I am accessing the variable using script. Then setting it in environment variable. In visual studio , I am getting the variable like Re: Taking inputs from Testcomplete to Visual Studio application rraghvani I have tried environment variable and set the environment variable from TestComplete but I am not getting the updated variable value inside Visual Studio. Is there any other way we can do this since we are not allowed to use some files in order to exchange the data? Threading error while doing Unit Testing I am trying to create unit tests for a method in my application. But in the middle I am getting an error related to threading. SolvedRe: MSTest Configuration I have been using TestComplete x64. But inside visual studio , I have given platform target as x64. When I am running with this platform, there is error in test complete. But when I use " Any CPU" as platform , it is working fine. But for my application, it is necessary that I need to use x64. I am thinking whether MSTest.exe is configured to run 32 bit DLLs. Re: MSTest Configuration rraghvani when I try to run mstests, this error is coming. Can we only run tests which are build in Any CPU configuration inside testcomplete? I have build the assembly in x64 bit. Re: MSTest Configuration rraghvani I got it now. It is working. Thanks Re: MSTest Configuration rraghvani I am using VS2017 I am not getting these references.