The scheduling tag has no wiki summary.
6
votes
3answers
381 views
What are good metrics for a test team to use to start measuring their workload and ability to meet external deadlines?
The tester team where I work has a demanding customer base (we do business-to-business software, some of it ultimately public-facing, some business-facing), an application that's gone beyond anyone's ...
4
votes
2answers
228 views
When to start testing a solo project
I'm building myself a solo project. (Java backend, Java AWT frontend. No lectures about AWT vs swing vs *wt, please :-))
It's fairly straightforward
Primary server - keeps user information
Content ...
-5
votes
2answers
412 views
How to schedule a Selenium application to run periodically?
I am working on a Selenium application. As per our requirement it must run every 5 minutes. How can I achieve this?