smeyn / gallio-testlink-adapter

Moved From Google Code
3 stars 9 forks source link

TestLink adapter Pnunit #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
first of all, i would like to appreciate the effort for sharing the
ideasand the implementation you guys make. I am vijay and in our company we
are using test link adapter in Nunit 2.5.2 and its working great. But when
we try to run the same tests in PNunit (it comes with Nunit now), the
results are not updated to the test link.

Would be great if you revert back, if you have the solution.

Thank you

Regards
Vijay

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by mdvi...@gmail.com on 5 Mar 2010 at 5:19

GoogleCodeExporter commented 9 years ago
I've downloaded PNUnit and it does not use the extension architecture of NUnit. 
I 
looked at the sources but unfortunately it uses an older version of NUnit core 
library(prior to 2.5.2).  There was a major refactoring between that version 
NUnit 
and the current one. 
The only way I can see forward is to extend PNunit to make direct calls to the 
test 
link adapter. However as it uses the older NUnit library which has a different 
architecture of test cases and test suites I'd have to create a branch in the 
test 
link adapter sources. Alternatively I'd have to port PNunit to the newer 
version 
prior to extending it to use the testlink adapter.

I currently don't have the cycles to do this. I did notice however that the 
folks at 
PNunit plan to have a future version that properly integrates into the NUnit 
framework. In that case we may have a much easier chance of integrating it with 
the 
testlink adapter 

Original comment by StephanMeyn on 7 Apr 2010 at 3:45

GoogleCodeExporter commented 9 years ago

Original comment by StephanMeyn on 7 Apr 2010 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by StephanMeyn on 18 May 2012 at 1:21