Does anyone experience any scenario where code coverage are not captured for BDD tests against an applicaton running in an local application server.
I tried an example with BDD test with a simple java class and functions, there i have no issues, is there any specific settings or ways that i need to configure for test running against application running in servers?
please suggest.