Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Quality Assurance

Evgeniy Savchuk
Evgeniy Savchuk
1,000 Points

File as source for textarea

Hi team! I need to put huge formatted text in <textarea></textarea> and this text should be used in several tests. SendKeys can't be used for this. Need another variant. Can you give some ideas? And how it can implemented?

My code which will be used on UI and will be tested: <textarea class="textarea long-field wiki-textfield long-field mentionable wiki-editor-initialised" id="description" name="description" rows="12" wrap="virtual" data-projectkey="ALS" resolved=""></textarea>

thanks for course! I'm waiingt for next lessons :)