[Webtest] [webtest][JIRA] Closed: (WT-324) Make <steps> node optional in
<webtest>
Marc Guillemot (JIRA)
Marc Guillemot (JIRA)" <noreply@canoo.com
Wed, 29 Aug 2007 15:40:12 +0200 (CEST)
[ http://webtest-community.canoo.com/jira/browse/WT-324?page=all ]
Marc Guillemot closed WT-324:
-----------------------------
Resolution: Fixed
Done in build 1601. Documentation update will come later together with other changes.
> Make <steps> node optional in <webtest>
> ---------------------------------------
>
> Key: WT-324
> URL: http://webtest-community.canoo.com/jira/browse/WT-324
> Project: WebTest
> Type: Task
> Reporter: Marc Guillemot
> Assignee: Marc Guillemot
>
> The <steps> node is not necessary: the tasks it contained could be placed directly in the <webtest> node.
> Now we have tests like that:
> <webtest name="test">
> <config .../>
> <steps>
> <invoke .../>
> ...
> </steps>
> </webtest>
> but following should be allowed too:
> <webtest name="test">
> <config .../>
> <invoke .../>
> ...
> </webtest>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira