Forum Discussion
Well, I am not really testing the assembly I am just trying to use some features from it in my scripts so I don't have to re-write code that already does what I want it to. The problem I have is that after I close all threads the next go around If I want to re run the script it won't it won't work because TestComplete still holds the old reference in memory and only releases them when I close it. It would be a nice feature to have to be able to do this. Anyways, thanks for your reply.
Hello,
yes, it would be great, if TestComplete could release the assembly as soon as it is not in use!
I use a .NET assembly to read test configuration values using entity framework. During development I always need to
- remove the assembly from the CLR bridge
- click reload
- re-compile the assembly in Visual Studio
- add the assembly to the CLR bridge again.
Is this easier than restarting TestComplete? I'm not sure.. Both approaches are definitely uncomfortable.
Bernd