0.0
No release in over 3 years
Low commit activity in last 3 years
Test automation helper tool for my custom automation application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.0.1
>= 0.0.1
vrlib
>= 0.0.1
 Project Readme

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.