Fix timedGroup example on the official webtest site
---------------------------------------------------
Key: WT-158
URL: http://webtest-community.canoo.com/jira/browse/WT-158
Project: WebTest
Type: Task
Environment: http://webtest.canoo.com/webtest/manual/timedGroup.html
Reporter: StarBreeze
Remove tags closing "/" from <timedGroup description="performance test"
maxSeconds="1"/>
and <timedGroup description="load/stress test" maxMillis="500"/>
in the timedGroup Example:
<webtest name="Timed Group Example">
<config ... />
<steps>
<timedGroup description="performance test" maxSeconds="1"/>
... <-- nested steps which performace some lengthy task
and must take no more than 1 second to execute -->
</timedGroup>
<group ...>
... <-- non time-critical steps could go here -->
</group>
<timedGroup description="load/stress test" maxMillis="500"/>
... <-- nested steps which stress the system and must
take no more than 1/2 second to execute -->
</timedGroup>
</steps>
</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
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest