11-05-2009, 09:15 PM
Hi,
Les take this scenario,
By selecting State1 from state list then District1, district2, district3 has to dispaly
1. m=First select state1 from state
2.n=Get the all items displayed under district list i.e Getroproperty("all items") (Note: It will display with any delimeter like district1;district2;district3) (usually developers will display with any delimeter)
3. All item consists of then split the total items with ; delimeter
4. Use the if else condition like
if (m=n)
use reporter event with pass
else
reporter event with fail
End if
This is the way u have to proced...
Please let me know if u need any information apart from this...
Les take this scenario,
By selecting State1 from state list then District1, district2, district3 has to dispaly
1. m=First select state1 from state
2.n=Get the all items displayed under district list i.e Getroproperty("all items") (Note: It will display with any delimeter like district1;district2;district3) (usually developers will display with any delimeter)
3. All item consists of then split the total items with ; delimeter
4. Use the if else condition like
if (m=n)
use reporter event with pass
else
reporter event with fail
End if
This is the way u have to proced...
Please let me know if u need any information apart from this...