Ticket #4375 (closed New Feature: fixed)
Manual testing runner
| Reported by: | garry.yao | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | QA | Version: | |
| Keywords: | Confirmed | Cc: |
Description (last modified by garry.yao) (diff)
A dedicated type of runner should be added to support manual testing, with the following features:
- Seamless integration with CKTester, include working with the fort in two modes.
- Providing a manual testing stage composed of testing target ( a editor instance in case of CKEditor ) along with a pilot panel of testing scripts.
- Writing scripts with ease by leveraging either HTML or the TracWiki Format to compose testing scripts, this could be as simple as writing the scripts inside the first block right under body( use <pre> for TracWIKI and <div> or other tag for HTML ).
Change History
comment:1 Changed 3 years ago by garry.yao
- Owner set to garry.yao
- Status changed from new to assigned
- Description modified (diff)
comment:2 Changed 3 years ago by garry.yao
- Status changed from assigned to closed
- Resolution set to fixed
comment:3 Changed 3 years ago by garry.yao
- Status changed from closed to reopened
- Resolution fixed deleted
- Description modified (diff)
After discussing with Fred, both HTML and Trac Wiki format should be enabled to write scripts, update the description accordingly.
comment:4 Changed 3 years ago by garry.yao
- Description modified (diff)
Manual TCs added at :
- http://ckeditor.t/tt/4375/1.html for TracWIKI format;
- http://ckeditor.t/tt/4375/2.html for HTML format.
comment:6 Changed 3 years ago by tobiasz.cudnik
From manual writing perspective using wiki text (TracWiki in our situation) is easier and more readable (especially for lists). Important thing to notice here is that we're already using it daily in tickets, so that's noting new for us. Additionally it always gives possibility to parse it to HTML.
This sad, i'm opting for wiki text instead of HTML in this case.
Note: See
TracTickets for help on using
tickets.
