Completed
Last Updated: 14 Jun 2013 20:19 by ADMIN
Michael Douglas
Created on: 14 Jun 2013 20:09
Type: Feature Request
1
Automating Kendo UI NumericTextBox which framework test studio at Visual Studio 2012
I have an HTML page where I have three fields to enter the following values​​:
Manufactures Suggested Value, Suggested Value and Value Sales Association, these three field are using "NumericTextBox".

With this script:
KendoInput textboxVSAssociacao = ActiveBrowser.Find.ByExpression <KendoInput> ("class = k-k-NumericTextBox widget");
                 textboxVSAssociacao.TypeText ("8500");

I can put the value in the first field but can not in demics, because the other values ​​will be reported in the first field. How do I proceed to inform the value in each field?

I'm programming Visual Studio 2012 with C #.
Fields are three texts that receive numerical values​​.
1 comment
ADMIN
Konstantin Petkov
Posted on: 14 Jun 2013 20:18
Hi,

I noticed you've also submitted a support ticket on the subject, which is the best way to get assistance shortly. I'm closing the feedback item.

Thanks!