Opened 16 years ago
Last modified 15 years ago
#4375 closed New Feature
Manual testing runner — at Version 4
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 (4)
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.
Fixed with [4189] at CKTester and [4190] at CKEditor.