hi everyone,

i met a problem ,i have no idea to do this step .

in my test xml file :

<steps>
<!--first Group-->
   <group>
..........
   </group>
<!--second Group-->
<group>
            <!--check whether should click the next page-->
                <ifStep description="check whether should invoke the first
group ">
                    <condition>
                        <verifyXPath description="check last item in this
page" xpath="....." text="...">
                    </condition>
                    <then>
*                                how to invoke the first group ?*
                    </then>
                    <else>
                        *stop*
                    </else>
                </ifStep>

        </group>

</steps>

any idea? thanks

Reply via email to