Micro Focus Application Automation Tools - Plugins run a different TestSet

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      The plugin runs a different test set if it is located on a subfolder but the test set has the same name of another one located to a parent folder.

      It seems that in https://github.com/hpsa/hpe-application-automation-tools-plugin/blob/master/HpToolsLauncher/Runners/AlmTestSetsRunner.cs at line 421 the condition lack of another check.

      It should be change from:

      if (ts.Name.Equals(tsName, StringComparison.InvariantCultureIgnoreCase))

      to

      if (ts.Name.Equals(tsName, StringComparison.InvariantCultureIgnoreCase) && (ts.TestSetFolder.NodeID == tsFolder.NodeID))

      Is it possible to fix it in version 5.6.2 of the plugin?

      Thank you,

      Massimo.

       

            Assignee:
            Dorin Bogdan
            Reporter:
            Alessandro
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: