Can we perform functionality testing from QA edition. For exp- Text box is containing alfanumeric text but it is supposed to take only numeric text. etc.
1 Answer, 1 is accepted
0
Daniel Levy
Telerik team
answered on 01 Feb 2011, 04:48 PM
Hello Nitin,
This is exactly the type of testing that WebUI Test Studio has been designed for. In this example - you could create a test case for a numeric form validation, your test can enter a non-numeric, then perform verification on the validation message. When the test runs in the future, if the validation message does not appear, we will fail the test. There are of course many other ways to accompolish your goals with our automated testing tools, not just the one in my example!
Hope this helps, please let us know if you have any additional questions.