This is a migrated thread and some comments may be shown as answers.

RadInput textbox change value

1 Answer 90 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dru Snyder
Top achievements
Rank 1
Dru Snyder asked on 08 Dec 2010, 05:32 PM
I'm trying to enter in some text in a RadTextbox field, do something and make a verification.  Then I want to enter a different value in the textbox, do something and then make some different verifications.  I can't figure out how to change the value in the textbox.  It keeps appending the new data to the old when I run the test.  It won't remove the old data first.  Can you give me a tip on how to do this?

Thanks. 

1 Answer, 1 is accepted

Sort by
0
Keaegan
Telerik team
answered on 10 Dec 2010, 06:40 PM
Hi Dru Snyder,

On each sub-sequent interaction with the TextBox after the first, you will record the step the same, but need to change one of the step properties (See screenshot). Record the step, go back to the Record tab within QA edition and highlight the 2nd text input step. Look in the properties section for an attribute called ClearBeforeTyping. This is set to false by default. You will want to change this setting for each additional new item you are inputting into the RadTextBox. If you do not change this setting then the feedback you are experiencing is correct. Please let us know if this behavior persists after enabling this feature.

Greetings,
Keaegan
the Telerik team
Interested in Agile Testing? Check out Telerik TV for a recording of Automated Testing in the Agile Environment
Tags
General Discussions
Asked by
Dru Snyder
Top achievements
Rank 1
Answers by
Keaegan
Telerik team
Share this question
or