Forum Discussion

manish_bansal_1's avatar
manish_bansal_1
Occasional Contributor
11 years ago

TestExecute AOM (Automation Object Model) API

Hi Experts,

I am new to TestComplete world coming from another giant competitor tool, that tool provide AOM to automation the automation tool itself.

I am happy to find the similar functionality is available with TestComplete (using that I have already created a C# POC for my test)

but as per my understanding TestExecute is the right or suggested approach to execute scripts then Testcomplete.

Can you please suggest me how to use the same API or some commandlines to execute run project in TestExecute  application.



I want few public method. 

1) bool TestExecute.Running (to wait till old test case is running)

2) bool TestExecute.OpenProjectSuite (false if exception, it can be LoadProjectSuite )

3) void TestExecute.RunProject (ProjectName, Suite)

4) void TestExecute.RunProject(ProjectName)  - overload function run LoadedProjectSuite

5) String TestExecute.LoadedSuiteName



and others can be though of.



Thanks in advance.