loctitekidOccasional Contributor16 years agoHow to know current TC version from script?I have been using TC for a few years, but I'm sure this question is appropriate to this forum. I have a team working on a generalized script framework. The framework is used by several teams in...Show More
AlexanderMStaff16 years agoHi Neil,Use this code: Sys.Process("TestComplete").FileVersionInfo.MajorPart; //or Sys.OleObject("TestComplete.TestCompleteApplication").Manager.ProductInfo.VersionMajor;
Recent Discussions[Code suggestion]ver.1578SLM Python 313 module installation failed.General issues interacting with Desktop/Web app
Related ContentCheck Script Extension VersionDownload an Earlier Version of TestCompleteAssertion script not working in latest ReadyAPI version