The coverage of my web application using katalo script or manulat testing

could it possible to measure the coverage of web application from my katalon
or selenium test scripts. Does anyone done similar thing or please advice me is there any approach to do the same. appreciated for your help and guidance.
Thanks

Hi @Ravindranath,

I would suggest using JaCoCo or Jenkins for Java to measure your code coverage in automation testing.

Best,
Liam

Thanks Liam for suggesting and replying back, I’m looking for application coverage measurement in testing where basically when testing on web application through manually or automation script . I’m interested in what percentage of testing is covered on application . so that in testing cycle to make sure application is covert all modules and not missing any major function .

Thanks in Advance , if you could share any approach it helps a lot or any available libraries.