Modify

Opened 14 years ago

Closed 14 years ago

#6435 closed task (fixed)

TestCaseManagementPlugin - Question

Reported by: marcin.owczarewicz@… Owned by: edunne
Priority: lowest Component: TestCaseManagementPlugin
Severity: trivial Keywords:
Cc: Trac Release: 0.11

Description

Hello, I have setup the plugin according to hints at: http://trac-hacks.org/wiki/TestCaseManagementPlugin but when I try to create a test run a get a error message like:

The test: test1, doesn't match it's file name or you've specified it wrong in the testtemplates.xml file

All seems to be setup correctly. What is wrong?

Looking forward to your answer.

Regards, Marcin

SubversionPathToTestCases (from trac.conf): /testcases/sample

Content of /testcases/sample/test1

<testcase>

<id>

test1

</id> <component>

map

</component> <summary>

This test verifies correct functionaliy of zoom on the map.

</summary> <description>

Steps:

  1. Zoom around on the map.
  1. etc. Note you can use TRAC formatting in the testcase if you want.

</description> <expectedresult>

The map should correctly zoom to the area specified by the user..etc.

</expectedresult>

</testcase>

Content of /sample/testtemplates.xml

<templates>

<template name="SomeOtherTestGrouping">

<testcases>

<testcase>test1</testcase>

</testcases>

</template>

</templates>

Attachments (0)

Change History (1)

comment:1 Changed 14 years ago by John Vattic

Priority: normallowest
Resolution: fixed
Severity: normaltrivial
Status: newclosed
Type: defecttask

The tests cases must be xml files, with a xml extension. Here the templates point to test1.xml who doesnt exist (test1 <> test1.xml).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain edunne.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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

 
Note: See TracTickets for help on using tickets.