gingram
11 years agoNew Contributor
Query TestComplete Suite and Project Info
Is there an API (DLL) TestComplete 10 provides for .NET that can query suite and project information? Meaning, I want to create a custom app, reference the library and then query the projects along with the test items, etc. within it. I'm assuming you would need to point to the specific .pjs file.
Thanks in advance.
Thanks in advance.
- Hi Bobby,
> I want to create a custom app
In terms of TestComplete this is called Connected Application and I would recommend you to read the corresponding help section (http://support.smartbear.com/viewarticle/56563/).
In a nutshell - TestComplete provides a COM server that provides a lot of functionality to the external application.