Running test script on multiple browsers simulteneously

Asked by fagunbhavsar

Pardon my ignorance, but even after referring the answer https://answers.launchpad.net/selenium-simple-test/+question/228612 I could not figure out.

Is there any way, i could run stand alone test on multiple browsers at the same time?

Question information

Language:
English Edit question
Status:
Answered
For:
selenium-simple-test Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Corey Goldberg (coreygoldberg) said :
#1

> is there any way, i could run stand alone test on
> multiple browsers at the same time?

I'm not sure what you are asking.
You can run tests against different browsers sequentially, but not "at the same time".

Revision history for this message
fagunbhavsar (fagun-bhavsar) said :
#2

Hello,

Pardon me again but when I tried to execute my sample test with "sst-run -b Chrome test", it shows an error:

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/sst/cases.py", line 188, in setUp
    super(SSTScriptTestCase, self).setUp()
  File "/usr/local/lib/python2.7/dist-packages/sst/cases.py", line 75, in setUp
    self.start_browser()
  File "/usr/local/lib/python2.7/dist-packages/sst/cases.py", line 107, in start_browser
    logger.debug('Browser started: %s' % (self.browser.name))
AttributeError: 'NoneType' object has no attribute 'name'

Revision history for this message
Corey Goldberg (coreygoldberg) said :
#3

can you verify which version of SST, Chromedriver, and Selenium you are using?

The same works for me on latest trunk, using Chromedriver 2.2 and Selenium 2.35.

Can you help with this problem?

Provide an answer of your own, or ask fagunbhavsar for more information if necessary.

To post a message you must log in.