Posts Tagged ‘Bromine’
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 ...
Posted By: Vilmos Somogyi
This post is a duplicate of http://alasdoo.com/2010/04/running-test-cases-in-bromine-v3/
This is a short tutorial with screenshots on how to create and run test cases in Bromine v3. We'll follow a few easy steps that will include recording the test case with Selenium IDE, ...
Posted By: Vilmos Somogyi
This post is a duplicate of http://alasdoo.com/2010/04/setting-up-bromine-v3-with-selenium-rc/
Start Selenium RC
In Windows open up Command Prompt (Start->Run and type cmd)
Navigate to the directory where selenium was unzipped (cd \selenium\selenium-server-1.0.3 in my case)
Start the server (java -jar selenium-server.jar)
[singlepic id=101 w=250 h=250]
Configure Bromine
Login with ...
Posted By: Vilmos Somogyi
This post is a duplicate of http://alasdoo.com/2010/04/install-bromine-v3/
Prerequisites
Java
Webserver (eg. Apache)
MySQL database
(I’m using XAMPP (http://www.apachefriends.org/en/xampp.html) for running these servers)
Bromine (http://seleniumhq.org/projects/bromine/)
Selenium Selenium RC (http://seleniumhq.org/)
Selenium requires Java, so this means that even dough you want to run tests in some other programming language (Python, ...