chikki
16 years agoContributor
What is wrong here
Hi,
i am new bee.
I worked with (QTP) VB scripts earlier and very new new to Groovy/java and Soap UI.
i want to verify the list(a) contents with blist(b)
can i know what is wrong here
int k=0
for(k=0;k<=items.length;k++)
{
for(int m=0;m {
if (items[k]=u.EXTERNAL_ORG_UNIT_UID[m])
{
log.info("Response value ="+items[k]+ "and Db value="+u.EXTERNAL_ORG_UNIT_UID[m]+"matches")
}
else{log.info("Did not matched")}
}
}
your help is appreciated.
Regards,
Chikki
i am new bee.
I worked with (QTP) VB scripts earlier and very new new to Groovy/java and Soap UI.
i want to verify the list(a) contents with blist(b)
can i know what is wrong here
int k=0
for(k=0;k<=items.length;k++)
{
for(int m=0;m
if (items[k]=u.EXTERNAL_ORG_UNIT_UID[m])
{
log.info("Response value ="+items[k]+ "and Db value="+u.EXTERNAL_ORG_UNIT_UID[m]+"matches")
}
else{log.info("Did not matched")}

}
}
your help is appreciated.
Regards,
Chikki