I have set up Emma Code Coverage for our test application with the help from bootstraponline sometime back. It worked great so far.
I want to know the importance of the second parameter in api
endTestCoverage(String intent,
String path)
Where does it pull this file to?
Suppose we use dynamic name [Ex : Systemtime()+"_coverage.ec" as fileName], how do we use that in this api ?