How to use test case?

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

How to use test case?

MehulSheth
Hi,
      I want to write some test case for one of the component of Ofbiz say asset, how to write those test cases and how to use them? I created one login test case using sielenium IDE and RC. It works well if i run it using selenium IDE. Suppose i convert that html file into java using selenium RC and want to use with m OFbiz code that is running on eclipse than how to do it? How to integrate that java file with junit test case in eclipse?