Forum Discussion
KarelHusa
3 years agoChampion Level 1
Hi bolli2000 ,
there is no plugin or available solution as far as I know.
Let's say we want to calculate the metric:
C = ( Services-Operations used in test steps ) / ( Services-Operations present in definitions)
Then it can be achieved by a Groovy script which would do:
for operation in definitions {
add to serviceList
}
for step in testSteps {
add to testedServices
}
compare the lists a make the output
You need to do the coding, maybe presenting the results would be the main work.
A bit nicer would be to write the code in Java, compile into jar, put in bin/ext directory. Then you can call it anywhere you want, e.g. from a tearDown script of a test suite.
Best regards,
Karel
Related Content
- 4 years ago
- 2 years ago
- 13 years ago
Recent Discussions
- 19 hours ago