Running test script on multiple browsers simulteneously
Pardon my ignorance, but even after referring the answer https:/
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
- Assignee:
- No assignee Edit question
- Last query:
- 2013-09-13
- Last reply:
- 2013-09-14
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".
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/
super(
File "/usr/local/
self.
File "/usr/local/
logger.
AttributeError: 'NoneType' object has no attribute 'name'
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.