Hi,

what about wrapping the steps form this entity within a <group>...</group>?

Marc.

Denis McCarthy wrote:
Hi,
I'm using eclipse WTP with canoo webtest. As recommended in canoo, I've got xml fragments like this (for a file called login.xml)

<?xml version="1.0"?>
<setSelectField description="set client name"
    name="select${client}"
    text="${clientname}" />
<clickButton
  label="login in as..."
  description="Click the Login as button" /

To separate out common repetitive tasks from the tests. However, eclipse WTP checks all xml files to check whether they contain valid xml. In this case, the xml is not valid (as there is no root element). Is there some way to write such canoo tests using valid xml?
Thanks
Denis
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest


_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to