Posts Tagged ‘Java’
Posted By: Vilmos Somogyi
This post is a duplicate of http://alasdoo.com/2010/05/util-library-to-be-used-with-selenium-under-bromine-3/
In the previous tutorials we have set up Bromine to run with Selenium Java test cases, so now it's time to create a util library that will hold the classes used in multiple projects.
For ...
Posted By: Vilmos Somogyi
This post is a duplicate of http://alasdoo.com/2010/04/compiling-a-java-code-for-bromine-in-eclipse/
Bromine v3 requires the Java code to be compiled and packed in an executable JAR. In the previous tutorial we covered the recording of the test case with Selenium IDE and its conversion to ...