Forum Discussion

fkr717's avatar
fkr717
Occasional Contributor
10 years ago
Solved

How to use CTRL-A (select all) when recording test

Brand New to TestComplete, using version 10.  Testing a windows form application written in C#.  Using .NET v4.5.   This is my first day working with Test Complete so I am writing a simple test to ...
  • colinstrydom's avatar
    10 years ago

    My 2 cents on this older request. I've learned my lesson with using the setText method, as you may skip some validations on some controls.

     

    Use the Keys method, and start the keys with ^a and then your text. IE "^atext"