Show Menu
Cheatography

TestComplete Cheat Sheet (DRAFT) by

General TestComplete

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Keyword Tests

Create Robust UI Tests Faster
Map Objects and define Aliases first, then just select the object onscreen and the Alias should automa­tically be used
To call keyword from script
Keywor­dTe­sts.sc­rip­tNa­me.Run (not sure how to define param yet)

VB Scripting Tips

Name Mapping Tips

Use Wildcards in place of Window Index's
Use Wnd Caption to identify Generic Forms
 

Pitfalls to Avoid

Duplicate Functi­on/­Sub­routine Names (ie Main)
Causes problems when referring to units
Issues I have come across which need resolution
 

Video

Data Driven Testing