doug_bowen
8 years agoOccasional Contributor
How do you package your DLLs for TestComplete to consume?
Our automation has a shared body of code between products it covers. I'm considering breaking off this shared code into a separate project. I can then use Jenkins to put that dependancy in place however I can't figure out what that dependancy looks like.
Is it a DLL that projects load? Is it a project thank Jenkins checks out of version control and is then utilized by other scripts. (we use JScript currently)
If it's a DLL, how do I build it?