After tring to make our test scripts suit to EMOS we have some issues.
So we worked little more than present in EMOS to make our work easier.
Out of all we came up with a solution which I think will work for EMOS
framework. Instead of the key words in idx keeping in single array(idx
[]) we thought of another array(idy[]).
After applying our solution, idx will store only function name key
words and idy will store only the parameter values(I can explain this
if any body wants to). So the constraint of non repetaion of idx
values is now resolved. If any of you are interested in this patch
they can contact me so that I can provide to you.