08-06-2010, 12:44 PM
Hi,
I am facing some issues while automating my web application.
1. I have a function for random string creation .And want to use it in lots of scripts around 10.So i want to make it Global so that i'll just call the function and it'll be usable there.For this please suggest me how to do this..
2. I have made a 'log in' action in one script .And same login action is required in all scripts so i made it reusable in that script.Now i called the reusable action to other scripts too.But parent property mismatch error is getting populated for that action in other scripts.Donn know why?
Please help me to sort it out....
Thanks
I am facing some issues while automating my web application.
1. I have a function for random string creation .And want to use it in lots of scripts around 10.So i want to make it Global so that i'll just call the function and it'll be usable there.For this please suggest me how to do this..
2. I have made a 'log in' action in one script .And same login action is required in all scripts so i made it reusable in that script.Now i called the reusable action to other scripts too.But parent property mismatch error is getting populated for that action in other scripts.Donn know why?
Please help me to sort it out....
Thanks