06-04-2012, 01:14 PM
hi ,
i have a situation where i need to execute a case (which itself is parameterised)
and then call a function after it
eg Function A.vbs (text Box , checks all combinations )
Function B.vbs ( used for logging in with actual user name and a Static password for all users )
now if i write
A (expecting to execute all cases of A i.e parametised)
B (and then execute here )
this does not work , all that happens it that after executing 1st case of A , QTP moves to B
Can anyone help , how to handle this situation??
i have a situation where i need to execute a case (which itself is parameterised)
and then call a function after it
eg Function A.vbs (text Box , checks all combinations )
Function B.vbs ( used for logging in with actual user name and a Static password for all users )
now if i write
A (expecting to execute all cases of A i.e parametised)
B (and then execute here )
this does not work , all that happens it that after executing 1st case of A , QTP moves to B
Can anyone help , how to handle this situation??