Pierre-Yann Bridé wrote:
> Our application create automatically the components. In some case, some
> specific components must NOT be created.
> How can we test that? If we search for the missing component, the whole
> test will fail. If we test by component number,
> the test is not failsafe, ie. we want to test the condition that created
> the components. If the condition are totaly wrong, the test by number
> may not fail.
If the created component can be distinguished by it's
name or label, you can use 'if' like this;
<if verifier="Verify" property="name" expected="...."
isEqual="false"
componentFinder="COMPONENT_NUMBER" ... />
</if>
But I see this is too complicated.
--
----------------------------------------------------
Nobuhiko YASUNAKA
---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...