Modify

Opened 16 years ago

Last modified 14 years ago

#3283 new enhancement

enter test cases like in TracFormsPlugin ?

Reported by: anonymous Owned by: edunne
Priority: normal Component: TestCaseManagementPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

would it be possible to enter the test cases like in TracFormsPlugin ?

Attachments (0)

Change History (4)

comment:1 Changed 16 years ago by anonymous

no idea.

I could take a look at TracFormsPlugin and see what you are talking about.

comment:2 Changed 16 years ago by anonymous

that would be great! it basically lets you enter steps in a GUI and you do not have to code xml for entering test cases.

comment:3 Changed 15 years ago by edunne

ok I'll start taking a look at this....

I am a little reluctant as I like treating subversion as a read only repository.

But I could generate the XML using java script, then people could cut and paste the xml themselves and save it/commit to subversion.

comment:4 in reply to:  3 Changed 14 years ago by anonymous

Replying to edunne:

ok I'll start taking a look at this....

I am a little reluctant as I like treating subversion as a read only repository.

But I could generate the XML using java script, then people could cut and paste the xml themselves and save it/commit to subversion.

I use this in conjunction with the WikiInclude macro and wiki pages to achieve this.

I created some simple XML files that look like so:

<testcase>

<id>
MyId1
</id>

<component>
Some Actual Component name
</component>

<summary>
Simple testcase summary
</summary>

<description>
[[WikiInclude(some wiki page)]]
</description>

</testcase>

The wiki pages then have test steps and expected results. I don't see any reason why the wiki page couldn't also have a TracForm for a checklist or whatever, but I haven't tried it yet.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain edunne.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.