Hi ,
I have a web application built in html5. I am trying to type some input values in one of the input fields..Initially I recorded the Step.
=> The Recorded step is like "KendoInput Value 500 entered" - When I give "Edit in Code " the step is like..
=> Pages.xxx.Span.TypeText ("500")
Now, I run the step. It goes and enters the Value as "00" - 5 is not present.
Then I tried to edit the code as Pages.xxx.Span.TypeText ("00500") and run the step. Now I got the value 500 entered.
I am not sure, why the first 2 value are getting erased out..
Could anyone help me to find out the issue behind it..Thank you!!
Regards,
Nithya A.