Request for change for the plugin: Micro Focus Application Automation Tools

      Currently the plugin allows to use Junit standard XML files in order to upload test results to ALM. The current XML structure does NOT allow to indicate the test version executed.

      We need to be able to indicate the test version executen within the XML file uploaded in ALM.

      Let me explain it with an example:

      <?xml version='1.0' encoding='UTF-8'?>
      <result>
      <suites>
         <suite>
           <file>Changes file</file>
           <name>Changes Test Set</name>
           <duration>2.293</duration>
           <cases>
               <case>
                 <duration>8.293</duration>
                 <className>ChangesManagement</className>
               <testName>List changes</testName>
                 <testVersion>4.0</testVersion>
                 <skipped>false</skipped>
                 <failedSince>0</failedSince>
             </case>
           </cases>
         </suite>
      </suites>
      <duration>0.576</duration>
      </result>

       

      The tag testVersion is a non-supported tag, and in this case, the plugin will fail.

      In this case, we want to be able to inform the Test Version Number of the instance in the Test Set:

      We think that this is a very common situation where typically test cases have different versions and maybe you are execution a version that it’s not the current one, so the plugin should be able to inform the version of the test executed.

       

      See attached file.

          [JENKINS-60174] To be able to inform test version executed

          Sergio Cuenca created issue -
          Roy Lu made changes -
          Assignee Original: Maria Narcisa Galan [ narcisamgalan ] New: Roy Lu [ roy_lu ]
          Sergio Cuenca made changes -
          Attachment New: image-2019-11-21-06-45-40-549.png [ 49564 ]
          Sergio Cuenca made changes -
          Attachment New: image-2019-11-21-06-46-30-693.png [ 49565 ]
          Sergio Cuenca made changes -
          Attachment New: image-2019-11-21-06-47-23-253.png [ 49566 ]
          Roy Lu made changes -
          Resolution New: Done [ 10000 ]
          Status Original: Open [ 1 ] New: Closed [ 6 ]

            roy_lu Roy Lu
            scuenca Sergio Cuenca
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: