Code coverage in Katalon

Hi Team,

I am trying to figure out a way to measure code coverage for my project in Katalon. I believe Katalon doesn’t employ maven or gradle for building purpose and that makes the task of code coverage little tricky. Could someone please help me with the code coverage issue in Katalon?

3 Likes

Nitun,
Which code do you want to get the code coverage? Production code or Testing script code at Katalon Studio?

Hi @Trong Bui,

Thanks for the prompt reply. I am trying to check the code coverage for the test scripts under ‘Test Cases’ folder.

Nitun,

I am sure if I understood your concern correctly. I think code coverage is the relationship between test code and production code. could you please provide the formula for this calculating?