Help in Writing Test Case

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Help in Writing Test Case

MehulSheth
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?