I am trying to record and perfom manual test with MTM. Has anyone recorded SSN number or adding m date manually in the application with MTM, having AJax MASK control. I am unable to playback action once recorded my action fails. looking for suggestion
Asked
Active
Viewed 229 times
0
-
Action recordings depend a lot on the way the app was coded. It may be that it can't find the field. What is the error you get? – Andrew Clear Aug 01 '13 at 17:16
1 Answers
0
If you're entering data into a text field, you need to make sure you click off the field (click somewhere or hit the tab key) BEFORE you complete that step. If you don't do that, it won't be able to find the text control.
For instance, if you have a test step like
1) Enter Username
You need to
- enter the username into the appropriate field
- hit the tab key
- mark the step as completed

Andrew Clear
- 7,910
- 5
- 27
- 35