[jbehave-user] Exporting test results into HP Quality Center (or any other test management tool)

2014-04-10 Thread Hans Schwäbli
I achieved to create Java classes which can export test results into HP Quality Center by using its REST interface. But now I wonder how to extract the outcome from the JBehave run so that I can export the results. I want to export that in a very basic way: test result with an attached XML

Re: [jbehave-user] Exporting test results into HP Quality Center (or any other test management tool)

2014-04-10 Thread Mauro Talevi
@AfterScenario supports the variable uponOutcome to determine if the scenario has failed or not. Else you can parse the XML of the story and extract the scenario info. On 10/04/2014 13:42, Hans Schwäbli wrote: I achieved to create Java classes which can export test results into HP Quality