Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #90437
| Date | 2015-05-11 22:31 +0200 |
|---|---|
| Subject | smart scheduling for webapp tester |
| From | "Fetchinson ." <fetchinson@googlemail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.388.1431415108.12865.python-list@python.org> (permalink) |
I'm looking into a robust solution for web application testing. While selenium is great for the actual testing, I'm thinking of a scheduler as the final piece in the pipeline. Let's say I have 4 websites that I need to test periodically, A, B, C, D. I'd like to be able to define things like "run the tests for site A once a day" or "run the tests for site B twice a day indefinitely" or "run the tests for site C twice a week between now and 2 months from now" or "run the tests for site C once a week between May 25 and June 21". What would be the right scheduling tool for this? I know about the standard tools like cron, sched, etc, and first even wrote one myself (which became of course unmanagable after a short while :)) but was hoping a more sophisticated tool is available. Any ideas? Daniel -- Psss, psss, put it down! - http://www.cafepress.com/putitdown
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
smart scheduling for webapp tester "Fetchinson ." <fetchinson@googlemail.com> - 2015-05-11 22:31 +0200
csiph-web