Dear all,
I am using existing java api calls to retrieve data from our test project.
When using the method: Map<String,Object> map = api.getExecCountersByBuild(planId);
for 'key'= table, I have some values: number of passed 'p', failed 'f', blocked 'b', and notrun 'n'. However depending on the project, the return values in 'table' are Strings/Integer or Objects...
Is there any documentation/example of values returned by this method?
Is there any easiest way to obtain the number of passed/failed/blocked and not run tests for a build in a test plan in java?
What I need is to obtain the main information that appears in "Metric dashboard".
Thank you very much,
api call to retrieve pass/fail/blocked/not run test (metric)
Moderators: Amaradana, TurboPT, TL Developers
Re: api call to retrieve pass/fail/blocked/not run test (met
Forum does not cover issue with JAVA CLIENT is not part of this project.
All info about API as this moment is only what is written on php file that implements the XMLRPC server
All info about API as this moment is only what is written on php file that implements the XMLRPC server