[ 
https://issues.jenkins-ci.org/browse/JENKINS-12916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160161#comment-160161
 ] 

Bruno P. Kinoshita commented on JENKINS-12916:
----------------------------------------------

Don't mention it Nikolay, thanks for the compliments, I hope the plug-in can 
help you to automate your tests with Jenkins, and keep managing them in 
TestLink ;-)

Regarding the tutorial, it was due to a bad time management of my part. I 
decided to refactor the code to create the result seeking strategy (before 
that, the plug-in was using pure OO, with inheritance, and the code was very 
tied). My first idea was to refactor, fix bugs, write tests, update Wiki and 
tutorial, and then release it. But I ended having to postpone the documentation 
step for after the release.

I'll update the docs throughout this week, so by Thursday or Friday we will 
have the Wiki and the Tutorial updated.

Thank you again! I'll close this issue, but feel free to comment here, reopen, 
or e-mail me directly if you have any further issues.

Cheers, Bruno
                
> Can't assign testng results to the testlink by Test Methode  Name(only by 
> Java Class )
> --------------------------------------------------------------------------------------
>
>                 Key: JENKINS-12916
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12916
>             Project: Jenkins
>          Issue Type: Bug
>          Components: testlink
>         Environment: WinXP: Jenkins (org.jenkins-ci.main:jenkins-war:1.449), 
> Jenkins TestLink Plugin (3.0.2), TestNG Lib (6.4),TestLink 1.9.3 (Prague) 
>            Reporter: Nikolay Myakushkin
>            Assignee: Bruno P. Kinoshita
>         Attachments: testlink-3.1-alpha2.hpi, testlink_settings.png, 
> testng-results.xml, testng-resultstestlinkwithsubs.xml
>
>
> I'm using testlink plugin for my project. It is very useful and easy to use. 
> Thanks to the authors. But I have some suggestion. 
> 1.As I understand, test results from testng-results.xml are mapped to the 
> tests only  by Java Class Custom field. Do I have any way to map them by 
> test-methode?
> 2.And one more question: I'm using dataproviders in my tests. Do I have any 
> mechanism to map the pairs (test-methode,dataprovider Object[]) to the tests.
> I mean if I have 
> @DataProvider(name = "test1")
> public Object[][] createData1() {
>  return new Object[][] {
>    { "Cedric", new Integer(36) },
>    { "Anne", new Integer(37)},
>  };
> }
>  
> //This test method declares that its data should be supplied by the Data 
> Provider
> //named "test1"
> @Test(dataProvider = "test1")
> public void verifyData1(String n1, Integer n2) {
>  AssertJUnit.assertTrue( n1.equals("Anne"));
> }
> And I have 2 test in Testlink: 1. for { "Cedric", new Integer(36) }, 2. for  
> { "Anne", new Integer(37)}.
> And the results should map to each test

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to