Consultor Eletrônico



Kbase P72055: How to launch TestComplete from Progress 4GL?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/03/2004
Status: Unverified

GOAL:

How to launch TestComplete from Progress 4GL?

FIX:

TestComplete is an automated test manager made by Automatedqa Corporation. It may be invoked from 4GL using the following code:

DEFINE VARIABLE hTestComplete AS COM-HANDLE NO-UNDO.
CREATE "TestComplete.Application":U hTestComplete.

For details on TestComplete API calls syntax, see the appropriate Automatedqa documentation.