maumrm
3 years agoContributor
Copy and paste text from Variable
For an online application I have html fields which do not include the "max length" or "set text" methods. That leaves me with keying in characters to verify the max length allowed, which is not fast since the database limits are 4,000 characters. Is there a way within Keyword tests to copy the text of a project variable and then paste that into the field? Any other suggestions?
Thanks!
I was able to do this by opening using the notepad as a TestedApp. A file with the text is opening, copied from the TestedApp, and then pasted into the application, then the TestedApp gets closed.