sure, monitor the server code with some kind of coverage tool while the tests execute.
please note that 'code coverage' is a terrible metric for anything to do with the quality of your testing. It is for example entirely possible to write 'tests' that will never detect a single error or problem, but provide 100% code coverage, accomplishing nothing but wasting time developing them and providing management obsessed with 'code coverage' with a false sense of security. On Wednesday, January 8, 2014 8:33:00 AM UTC-8, L.M.E wrote: > > Hello, > > Is there a way to know the test coverage for the code we are testing using > Watri? > > Many thanks, > > L.M.E > > > -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
