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
Assigned to: 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
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest