forrestaustin
7 years agoContributor
TestComplete Tabbing does not work with my application
Hello,
I have a .NET based desktop application I am testing with some simple textbox fields inside of it. When I run the application manually (without testcomplete) I am able to use the tab key to go to the next text field. However, when I run the application inside testcomplete such as when I am recording the test, the tab key no longer works as it should during recording. This is a problem because this is how we test if a value is out of the desired range. If the min value is 0 and one puts in -1, then the form does not allow you to tab to the next field.
Does anyone have any ideas on how I could fix this or any work around suggestions?