hmofaz
11 years agoOccasional Contributor
Desktop application testing
Hi,
When I was recording the test, I inserted text into a field and then moved to the next text field, but when I run the test, the system deletes the text from the field when moving to the next field.
I tried to compile Delphi 7, I used the option 'Create Property Checkpoint' but it didn't help.
What should I do?
When I was recording the test, I inserted text into a field and then moved to the next text field, but when I run the test, the system deletes the text from the field when moving to the next field.
I tried to compile Delphi 7, I used the option 'Create Property Checkpoint' but it didn't help.
What should I do?
- If you use 'Keys()' add next step pressing enter button 'Keys ("[Enter]")' after adding text to field.
Or use 'SetText ()' to field insted. Text should be applied to field.
Or write here your part code.