Integrating STP With TestComplete

Smartbear TestComplete is a functional testing tool that organisations have invested due to its affordability compared to the rest of the market. The integration of TestComplete with Stream Test Pro (STP) presents an enterprise alternative to corporations.

TestComplete assumes the role of a robot, whilst Stream Test Pro (STP) takes care of all the framework requirements. What this means is that all test data related (performance, test results, defects, data) are being captured within STP allowing 3rd party solutions to interface with STP on the database level, building complex and relevant intelligence back to its business stakeholders.

Speak with a consultant today to learn more.

 

 

Calling STP from TestComplete

  • Ensure STP is installed successfully on your local machine
  • In your TestComplete Functional library or test action type the following:

Set myobject=CreateObject("TestPointStreamTestDLL.StreamTest")

  • Use the created object to call methods within the STP library:

myobject.SendAutoTests (1,1,0,"Testing","TestScript","TestApp","TestENV","TestSuite",0,0)