Forum Discussion

ajantha1311's avatar
ajantha1311
New Contributor
12 years ago

Run Selenium Scripts

Hi I am struggling with running selenium scripts( with JUnit) in Testcomplete 10.5



As insturcted in Index help, I have created the JUnit file gave the classpath directly and it seems everything is ok up to that point. But now I am unable to find a place to copy already written selenium scripts since it has not been mentioned the specfic place or a  folder to do that. Please help.  

2 Replies


  • Hi,


     


    It looks like your test should be specified in the JUnit files. Let me quote the "Java Unit Test Editor" article:


    Specify classpath directly - Select this option if you want to specify the Java class paths directly from your test.


    -- For JUnit tests, enter the path to the junit.jar file and to classes that contain JUnit tests to run.