• Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • testlink-plugin
    • None

      I use parameterized tests in my junit class, that makes my className#methodName looks like this:

      testing.cases.AdvancedSearchTestCase
      [0]
      methodA[0]
      methodB[0]
      [1]
      methodA[1]
      methodB[1]

      The brackets indicates my parameters, and methods A and B will be executed according to this parameters.

      I can't make testlink read my method names, because they become dynamic.

      Is there a way to use regular expressions on my custom fields (like example)?

      ex:
      testing.cases.AdvancedSearchTestCase#methodA[[0-9]]
      testing.cases.AdvancedSearchTestCase#methodB[[0-9]]

          [JENKINS-16577] TestLink plugin Result Seeker

          Not yet. We'll have to create a new result seeker for this. Can't promise I'll finish it by this weekend, but hopefully will code this new result seeker in the next days

          Thanks for reporting! Bruno

          Bruno P. Kinoshita added a comment - Not yet. We'll have to create a new result seeker for this. Can't promise I'll finish it by this weekend, but hopefully will code this new result seeker in the next days Thanks for reporting! Bruno

          Hi Gustavo, I'll have to postpone this issue for my next development cycle. In case you have time to send a pull request I'd gladly merge it.

          Releasing 3.5 in few hours and ending the current development cycle on Jenkins TestLink Plug-in.

          Cheers
          Bruno

          Bruno P. Kinoshita added a comment - Hi Gustavo, I'll have to postpone this issue for my next development cycle. In case you have time to send a pull request I'd gladly merge it. Releasing 3.5 in few hours and ending the current development cycle on Jenkins TestLink Plug-in. Cheers Bruno

          kishore vnjam added a comment -

          Any update on this.

          I would like to use the regular expressions on testcase names in JUnit.

          kishore vnjam added a comment - Any update on this. I would like to use the regular expressions on testcase names in JUnit.

            kinow Bruno P. Kinoshita
            gustavolabbate gustavo labbate godoy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: