• SPEForums need your contributions to build up a strong repository of performance engineering resources.

Is it possible to record true client scripts under Init, Action,...

R

Raj Dinesh

Guest
Is it possible to record true client scripts under Init, Action, End? because i have recorded the login part in to Init, business logic in to Action, and logout in to End, when i replay the script Init part is running , and next action part it is opening a new browser and script is getting failed, could any one help me ?
 
What would happen if transaction got failed. Would the next iteration start from vu_init?
 
Dont run it as new transaction every iteration. It will work :)
 
Back
Top