|
I want to enhance the code coverage for order management module.The approach i thought is as follow:
First i need to check that which are the java methods and classes called during execution(available in application/order/src)
How can i check which are the java classes called during execution.
I tried to write some of the test cases using selenium IDE but i am unaware of which are the java classes called during that process.
Can anyone throw some light on it?
|