Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can clover be used with QTP (Quick Test Pro)?

Sumeet Kumar May 19, 2013

Hi,

we want to check the coverage of our test cases but not the junit tests but the functional tests being used from QTP.

If there it is possible then please provide the links for tutorial for the same.

3 answers

1 accepted

0 votes
Answer accepted
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 19, 2013

In general, in order to record a per-test coverage the only thing which Clover needs to know is when given test starts and ends. So usually by writing a some helper script or app you can integrate Clover with any test framework or tool. Please check this "Hacking Clover" article:

Measuring+per-test+coverage+for+manual+tests

0 votes
Sumeet Kumar May 26, 2013
I think that clover can't be used in the way we want it. Our requirement was that when QTP test suite runs the at the end we get the analysis of code coverage for suite. I think that clover would work with JUnits or other unit test frameworks which are run from inside the code but it won't work with Functional testing tools which are triggerred separately. Thanks for the support. Cheers.
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 26, 2013

Well, it can!!! The trick is that you have to create an artificial JUnit test class in which every single 'empty' test method will correspond to the single test from QTP. When QTP test starts, it shall start also test method from JUnit. Similarly, just before QTP test finishes it shall end the JUnit test method. Thanks to this trick, Clover will be able to track per-test coverage, even for external test frameworks.

0 votes
jjaroczynski
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 19, 2013

One more thing is that if you don't need per test coverage information then it will simply work and no additional integration is required.

Just compile your business code with clover and start your QTP tests. After that you will be able to generate report with business code coverage (but without "per test coverage" information).

Cheers,
Jacek

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events