Opened 16 years ago
Closed 15 years ago
#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 )
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 (7)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
After discussing with Fred, both HTML and Trac Wiki format should be enabled to write scripts, update the description accordingly.
comment:4 Changed 16 years ago by
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 16 years ago by
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.
comment:7 Changed 15 years ago by
Milestone: | CKEditor 3.1 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Fixed with [4189] at CKTester and [4190] at CKEditor.