Hi,
I need to know how test a numeric TextBox. This control is customized.
Test Studio generated the next code: "Pages.CmNavigo.SilverlightApp.Numerictextbox.SetText(true, "4", 10, 100, false);" Converting the number 4 to string therefore the test fails.
Thanks