| /trunk/TODO r45 | /trunk/TODO r48 | ||
| 1 | ***** Current Version Under Development: 0.0.2 ***** | 1 | ***** Current Version Under Development: 0.0.2 ***** |
|---|---|---|---|
| 2 | 2 | ||
| 3 | ===== FEATURES ===== | 3 | ===== FEATURES ===== |
| 4 | 4 | ||
| 5 | Action: verifyElementPresent / waitForElementPresent (done) | 5 | Action: verifyElementPresent / waitForElementPresent (done) |
| 6 | Action: sleep (done) | 6 | Action: sleep (done) |
| 7 | Action: verifyStyle (done) | 7 | Action: verifyStyle (done) |
| 8 | CSS selector: simple / type / attribute (done) | 8 | CSS selector: simple / type / attribute (done) |
| 9 | CSS selector: universal (done) | 9 | CSS selector: universal (done) |
| 10 | CSS selector: children (done) | 10 | CSS selector: children (done) |
| 11 | Generate XML report (done) | 11 | Generate XML report (done) |
| 12 | Post result to url specified in config.xml (done) | 12 | Post result to url specified in config.xml (done) |
| 13 | Handle alerts (done) | 13 | Handle alerts (done) |
| 14 | 14 | Rails plugin (done) | |
| 15 | Rails plugin | 15 | |
| 16 | Specify default suite url in config.xml | 16 | Specify default suite url in config.xml |
| 17 | CSS selectors: | 17 | CSS selectors: |
| 18 | descendant - refactor Selector first | 18 | descendant - refactor Selector first |
| 19 | position | 19 | position |
| 20 | pseudo-classes | 20 | pseudo-classes |
| 21 | ... | 21 | ... |
| 22 | Specify "autorun" from containing HTML | 22 | Specify "autorun" from containing HTML |
| 23 | More indicative error message from verifyElementProperty | 23 | More indicative error message from verifyElementProperty |
| 24 | Any more actions? | 24 | Any more actions? |
| 25 | Pause/resume/step/breakpoint | 25 | Pause/resume/step/breakpoint |
| 26 | 26 | ||
| 27 | ===== DEFECTS ===== | 27 | ===== DEFECTS ===== |
| 28 | 28 | ||
| 29 | DragAndDrop should bring data in DragSource | 29 | DragAndDrop should bring data in DragSource |
| 30 | 30 | ||
| 31 | 31 | ||
| 32 | ===== HOUSE CLEAN ===== | 32 | ===== HOUSE CLEAN ===== |
| 33 | Cleanup TestLoader (done) | 33 | Cleanup TestLoader (done) |
| 34 | 34 | ||
| 35 | "Dogfood" tests | 35 | "Dogfood" tests |
| 36 | Continuous Integration Environment (where to host?) | 36 | Continuous Integration Environment (where to host?) |
| 37 | Is it possible (and/or necessary) to have parrel verify/waitFor actions? | 37 | Is it possible (and/or necessary) to have parrel verify/waitFor actions? |