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 fi...
- 11 years agoIf 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.