Hi Cedric
Thanks for your response.
Please find the testng.xml that i am using and where i am creating
dependency with the common group A
Module1.xml
-----------------------------------
<suite name="Module1" verbose="1" >
<test name="PortTest" >
<classes>
<class name="com.testng.test.PreRequisiteTest" />
<class name="com.test.PortFencingBeanTest" />
</classes>
<groups>
<run>
<include name="PortFencing" />
</run>
</groups>
</test>
</suite>
-------------------------------------
PreRequisiteTest-- has Group A.(this Group is run through common.xml
testng file)
PortFencingBeanTest - has tests which dependsOnGroups= A.
But when i run the test i get cannot depend on nonexistent group "A"
Please let me know what could be the problem here...
Thanks in Advance...
> ***Cédric
> *- Hide quoted text -
>
> - Show quoted text -