-
Bug
-
Resolution: Fixed
-
Major
-
UFT 15.0.2
Plugin version 6.2
When using a MTBX to runs the same UFT script several times with different parameters, the 'publish report' post-build action generate and publish n-reports but all publish reports are the same.
The script execute the step without issue, with good parameters defined in the MTBX so there is not issue with the file : the issue is with the publish report
It's working fine if the mtbx contains several different script buit I need to erxecute several instance of a script
sample of mtbx :
<Mtbx>
<Test name="[1] uft_param" path="C:\\dev_tools\\Jenkins\\UFT\\Testing\\uft-formation-eo\\Scripts
uft_param">
<Parameter name="Plateforme" value="PROD" type="string"/>
<Parameter name="DateDebutAnnee" value="01.08.2019" type="string"/>
<Parameter name="DateFinAnnee" value="31.07.2020" type="string"/>
<Parameter name="Etablissement" value="1" type="string"/>
</Test>
<Test name="[2] uft_param" path="C:\\dev_tools\\Jenkins\\UFT\\Testing\\uft-formation-eo\\Scripts
uft_param">
<Parameter name="Plateforme" value="DEV" type="string"/>
<Parameter name="DateDebutAnnee" value="01.08.2020" type="string"/>
<Parameter name="DateFinAnnee" value="31.07.2021" type="string"/>
<Parameter name="Etablissement" value="2" type="string"/>
</Test>
</Mtbx>