Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop script that will drive Selenium for the load testing #36

Closed
atsakiridis opened this issue Mar 3, 2016 · 0 comments
Closed

Develop script that will drive Selenium for the load testing #36

atsakiridis opened this issue Mar 3, 2016 · 0 comments

Comments

@atsakiridis
Copy link
Collaborator

The key here is that we want concurrency in the tests and most tools out there seem to be testing serially unless when employing the Selenium Grid, which seems overkill, at least for now.

Was thinking of using node since we already employ it for some server side testing logic, but it's single threaded. Then I though of perl since some of our scripts are already in python, but doesn't seem that well supported. So I decided to go with Python which seems pretty well supported and has very nice high level threading facilities to get the job done with much less code than Java.

Also let's consolidate all testing to this script, i.e. invoke all other scripts needed for the test scenario so that everything is setup before the scenario is run, and everything is torn down after scenario is run (currently there's a lot of manual testing involved)

@atsakiridis atsakiridis self-assigned this Mar 3, 2016
@atsakiridis atsakiridis added this to the 1.0.0 GA release milestone Mar 3, 2016
atsakiridis pushed a commit that referenced this issue Mar 4, 2016
…testing. Working on #37: Ehnance and organize all testing tools & resources in one place
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant