Frequently Asked Questions
|
Confused about an error or an issue? Search the list of frequently
asked questions to find a solution to your problem.
|
| Product: |
| AQtime |
| AQtrace |
| Automated Build Studio |
| TestComplete |
| TestExecute |
| TestRecorder |
| [All Products] |
|
|
|
|
|
|  |
|
 | Loading… |
How do I call procedures or variables declared in another unit?
Q.: How can I call procedures or variables declared in another unit? I need to call a procedure declared in UnitA from UnitB and vice versa. A.: By default, a script can call routines declared within the same unit. To call routines in another unit, the current one must be ...
Applies to: TestComplete
Updated: 12/2/2009
How do I delay the script execution unless a window is closed?
Q.: How do I delay the script execution unless a window is closed? A.: This situation is practically the same as waiting until the desired window appears on screen. The only difference is in the property to be checked by the WaitProperty method. In this case we should wait for ...
Applies to: TestComplete
Updated: 12/2/2009
Is it possible to read data from an Excel sheet?
Q.: Is it possible to read data from an Excel sheet? A.: Yes. Excel is a COM server, so you can work with it from scripts via the Excel.Application COM object. Please review our sample located in the <TestComplete Samples>\Scripts\MSOffice folder. This sample demonstrates how to work with Excel via ...
Applies to: TestComplete
Updated: 12/2/2009