readTextFileby Group Public on Wednesday November 18 2009 @ 13:42:27 (1/1 Points) |
|
| API ↪Reference ✑ Reply ✓ Stick It ✗ Ditch It ⚐ Tag It |
readTextFile loads text from a file. It is a common wrapper to ReadFile→. The files are expected to be plain text with unicode encoding. If this is not the case then ReadFile must be called and the parameters specified.
set %Body% as readTextFile email_body.txt
TestPlan readTextFile
