RPE - Output filename using template variable?
![]()
Hi,
Is it possible for tell RPE name the output file ([name].doc or [name].docx) using a variable from the document template? Like the module's name or the work item summary or the test case ID?
|
One answer
![]() While configuring output in RPE, you can use an environment variable/system variable, but not template variable. Suppose you have environment variable "opfilename" with value "TestCase_101.docx", providing the "Path" property for Word output as C:\${opfilename} will result in creation of output file C:\TestCase_101.docx.
|