peter1
7 years agoMember
Does the pre defined value #TestCase#Name work when used in the name of a dump file?
Hi,
When I am trying to dump the result of a soap request to a file, the following works correctly. The file is called <Initials value>.xml
${projectDir}/log/${#TestCase#Initials}.xml
Initials is a custom property from the TestCase.
When I use the TestCase Name, then the file that is created is named .xml. The variable #TestCase#Name does not seem to bee substituted with the testcase name.
${projectDir}/log/${#TestCase#Name}.xml
Do the pre defined properties of a TestCase TestRequest etc not work in cooperation with the Dump File mechanism?
Kind regards
Peter