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

Data Driven Textbox Question?

1 Answer 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sebastian
Top achievements
Rank 1
Sebastian asked on 16 Jul 2014, 01:36 PM
Hi
I'm entering text into a textbox using an Excel file for the sorce of the dat; no problem.

I want to have the test enter the text from one cell into the textbox then a ", " then the data from another cell without clearing the textbox.
This way I will have a long line or coma delimited text in the box.

Is there a way to keep an Enter text step from clearing the box before entering text into it?

1 Answer, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 17 Jul 2014, 11:02 PM
Hello Sebastian,

No I'm sorry there isn't. Instead you can use a coded step to enter the text all at once like this:
Actions.SetText(Pages.AustinAstronomicalSociety2.FunctionalBlock1MemberApplicationMainStepTemplateEmailText, (string)Data["Cell1"] + "," + (string)Data["Cell2"]);


Regards,
Cody
Telerik
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
Tags
General Discussions
Asked by
Sebastian
Top achievements
Rank 1
Answers by
Cody
Telerik team
Share this question
or