I'm doing performance testing with JMeter Python
using JSR223
sampler. I want to know the following.
- How to connect to existing browser window?
- How to calculate performance timing? Suppose I have 10 steps in
Python
code. I want to calculate timing from step 3 to step 5.- How to call methods from one
JSR223
sampler to another?
Kindly help me with it.
Thanks.