-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Toseter edited this page Sep 2, 2011
·
4 revisions
As saw from name, it is runner and it is for Selense(Se IDE scripts), additionaly runner holds in xunit style. And main idea of this runner is to remove similar functionality from SeServer and make improvments in it.
- Use WebDriver — for running tests
- Run tests
- Fixtures — setup/teardown for tests and testSuites
- Datasets
- Refactoring
- Implement other Selense command ( now implement only basic )
- Parallel execution
- Other improvments