-
Notifications
You must be signed in to change notification settings - Fork 13
TODO's
jeremydmiller edited this page Sep 14, 2010
·
11 revisions
- Make “add step” in the test editor be “add step to [title]”
- “Latch” the binary recycling in the UI. Brandon is a gonna do this one, aren’t you?
- Change “Test” to “Specification” everywhere
- Make the ITestContext methods for logging errors be grouped. IncrementExceptions() —> LogException(part, ex), etc.
- Add ordering by “sortable” to the Test editor?
- Make sure that the Table editing in the Test Editor allows you to reorder the table rows
- VerifyPropertiesOf() needs an option to grab all simple properties defined on that type
- Make invoking a service and verifying output easier. Pick which values to match, more table based.
- Delete a Suite Command
- Shortcut in test explorer to “Open Containing Folder”
- Keyboard shortcut “accelerators” to make the test editor keyboard friendly
- Global shortcut for canceling all running tests
- Copy/Paste from test outline and between tests
- The “snippet” model
- tagging tests
- Being able to open previous results from another location
- Fixture / Grammar explorer
- Show preview
- Traceability in UI / Html to the fixture / grammar
- CTRL-F4 to close a screen
- Shortcut to open all tests in a folder
*SHIFT-TAB to switch around - Much better exception / diagnosing in the binary recycle failure messages
- InvalidProjectException – if this is detected, go to the project page
- Save indicator on tests when save is clicked
- Make sure that all the set fixture types allow you to override header cells
- When you add a section to a test, open up the grammar selector of that section
- Optional columns in SetVerification!!
- Watch the textbox. Think we need to commit changes on typing instead of onchange
- Keyboard shortcut to find the test/suite in the test explorer
- Binary Recycle Dialog needs an option to save the output to a file?
- Need to completely rethink the services
- The recycling status dialog needs to be higher up and always on top
- Syntax errors, bad grammar doesn’t tell the fixture. Disappears after changing projects
- Clean up the Engine namespace
- Export Preview & Export Results – Save Html button from test page!
- Keyboard shortcut within session editor to add steps / close section
- cursor focus in the comment field when a comment is added
- Open results from folder would be nice
- StoryTellerRunner — results html file should keep the filter in querystring so the back button can work