I'm assuming you've gone through Configuring Bromine for selenium Core
Creating and uploading the testsuite
Core tests are linked to Bromine testcases through their name. A test named 'test_example' will be linked to the testcase 'test_example'
This is critical if you want to use your core tests for Automatic requirement analysis.
- Record a test. Save it as 'test_example.html'
- Upload the test to your site
- Add the test to your suite
- Open Bromine
- Navigate to 'Test Lab' --> 'Testcases'
- Create a testcase and name it test_example. Fill in the steps or some jibberish
Running the testsuite
- Click the 'test lab' tab
- Click 'Testrunner core'
- Choose environment (site to be tested)
- Choose the current browser you are using
- Choose the current OS you are running
- Choose the testsuite you'd like to run
- Choose an interval if you'd like
- Click 'run test'
The testsuite should now be bussying along on its own in a new tab. When it's done you should get some sort of debug text saying how many commands were received and how many were inserted and so on. Don't mind if the numbers are odd.
Now go take a look at your results in the 'Test Result Manager' --> 'Raw data'