Forum Discussion

hmofaz's avatar
hmofaz
Occasional Contributor
10 years ago
Solved

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?
  • 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. 

2 Replies

  • 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. 
  • hmofaz's avatar
    hmofaz
    Occasional Contributor
    Thank you



    I changed the operation from 'Set text' to 'Keys' manually and it solved the problem and then changed it to be the default