Skip to content

NigelThorne/findcontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findcontrol

A small tool to help test authors write automated tests for usage my custom test execution engine. Currently this tool requires TestComplete8 or TestExecute8 to be installed.

You can't use this!

This tool generates the automation path for the control you drag the button onto.

Elements of this path are of the format:

AutomationId(ClassName)"TextContent"

Where AutomationId, Classname are properties of the indicated control, and Text Content is what UISpy referrs to as Name

This path is useful for a custom automated testing tool I have implemented and haven't released yet, so probably not much use to you.

You can use this!

If however you can get some value from this source code, then feel free to copy whatever you like from it.

If you find it useful, I'd love to hear from you.

About

A small tool to help write automated tests for usage with a custom test execution engine. Currently requires TestComplete8 or TestExecute8 to be installed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages