| /trunk/TODO r48 | /trunk/TODO r50 | ||
| 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 | Rails plugin (done) | 14 | Rails plugin (done) |
| 15 | 15 | ||
| 16 | Display all test cases/commands before run them | ||
| 17 | Click to select test case | ||
| 18 | Run current test case | ||
| 19 | Click to create breakpoint | ||
| 20 | Pause at breakpoint | ||
| 21 | Resume after pause | ||
| 22 | Step after pause | ||
| 16 | Specify default suite url in config.xml | 23 | Specify default suite url in config.xml |
| 17 | CSS selectors: | 24 | CSS selectors: |
| 18 | descendant - refactor Selector first | 25 | descendant - refactor Selector first |
| 19 | position | 26 | position |
| 20 | pseudo-classes | 27 | pseudo-classes |
| 21 | ... | 28 | ... |
| 22 | Specify "autorun" from containing HTML | 29 | Specify "autorun" from containing HTML |
| 23 | More indicative error message from verifyElementProperty | 30 | More indicative error message from verifyElementProperty |
| 24 | Any more actions? | 31 | Any other actions? |
| 25 | Pause/resume/step/breakpoint | ||
| 26 | 32 | ||
| 27 | ===== DEFECTS ===== | 33 | ===== DEFECTS ===== |
| 28 | 34 | ||
| 29 | DragAndDrop should bring data in DragSource | 35 | DragAndDrop should bring data in DragSource |
| 30 | 36 | ||
| 31 | 37 | ||
| 32 | ===== HOUSE CLEAN ===== | 38 | ===== HOUSE CLEAN ===== |
| 33 | Cleanup TestLoader (done) | 39 | Cleanup TestLoader (done) |
| 34 | 40 | ||
| 35 | "Dogfood" tests | 41 | "Dogfood" tests |
| 36 | Continuous Integration Environment (where to host?) | 42 | Continuous Integration Environment (where to host?) |
| 37 | Is it possible (and/or necessary) to have parrel verify/waitFor actions? | 43 | Is it possible (and/or necessary) to have parrel verify/waitFor actions? |