Forum Discussion

hmofaz's avatar
hmofaz
Occasional Contributor
11 years ago

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 fi...
  • googleid_111826's avatar
    11 years ago
    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.