Forum Discussion
AlexeyKryuchkov
Alumni
10 years agoHi Alex,
Personally, I prefer not to reuse any scenarios at all. I’d rather record scenarios of any complexity at once, no matter whether there will be any "reusable" parts like login, logout etc. This frees me from the jigsaw puzzle of combining atomic scenarios into a complex one. I think that I have such an opinion as being a support engineer I've never had any big load testing tasks, and I don't really understand the value of reusing scenarios =)
So, I have to perform a mental experiment. If I had to create scenario chunks, I would still start with recording a long scenario as I'd need to learn the logic in the HTTP traffic. Only then I would try to extract any simpler scenarios from it.
Personally, I prefer not to reuse any scenarios at all. I’d rather record scenarios of any complexity at once, no matter whether there will be any "reusable" parts like login, logout etc. This frees me from the jigsaw puzzle of combining atomic scenarios into a complex one. I think that I have such an opinion as being a support engineer I've never had any big load testing tasks, and I don't really understand the value of reusing scenarios =)
So, I have to perform a mental experiment. If I had to create scenario chunks, I would still start with recording a long scenario as I'd need to learn the logic in the HTTP traffic. Only then I would try to extract any simpler scenarios from it.
- AlexKaras10 years agoCommunity Hero
Hi Alexey,
Thank you a lot for your comments.
I have to say that in general they correspond to my current vision. :)
I hope that I will have a chance to verify this my vision in some near future and get a more practical experience of how well it works for me.