Inserting One text field into another

Check out the Tips and Tricks repository I posted. Has examples of how to do this embedded.http://community.trivantis.com/forum_posts.asp?TID=2083&PN=1Given variable X that holds the desired string and you want to move it to Y the target, have an action that isAction: Modify Variable; Target: Y, New Value: var(X)Your option 2 is really very easy. You can initialize X to any desired value with Tools > Manage Variables and click the Edit button after selecting X.Also use Tools to generate page numbering in a test title and look at the code generated.Be aware that stuffing variables into a text box does not allow you to format it.

Discussions have been disabled for this post