Forum Discussion
nn
6 years agoOccasional Contributor
The application is in .net C# . It does not record the "Keys" method for that one step.
Example: 1. Clicking on a text box is recorded.
2. Entering the first name in the text field is not recorded.
TextBoxMaskBox Click ... Clicks the 'TextBoxMaskBox' object.(RECORDED)
searchFirstname SetText "sam" Enters text in the text editor.(DOES NOT RECORD)
i manually added the 'searchFirstname' step and now the test runs. No changes made and every other time the same test that passed does fail. Why should it fail every other time? Does TestComplete need time before the next run? Also why is it missing the recording of a step?
nn
6 years agoOccasional Contributor