10-16-2012, 05:04 PM
Hi
when we are talking about non-reusable action , it means it can be called once in the same test, and if we are calling that action in another test it will be treated as readonly reusable action.
This because test2 called this action forcefully , and it can be use multiple time in another test so it make the action readonly
hope this will clear your doubt
when we are talking about non-reusable action , it means it can be called once in the same test, and if we are calling that action in another test it will be treated as readonly reusable action.
This because test2 called this action forcefully , and it can be use multiple time in another test so it make the action readonly
hope this will clear your doubt