Category: Scripting

For the scripting best practices, teachings and all about performance scripting.
For everything else, Master card.

I will try to stay as far as possible from specific tools. I want these posts to be timeless and to help you understand scripting.

Best practices, tips, tricks, stories and all! As usual making it fun and enjoyable. Dont forget, adding tacos and all.

Besos! <3

SCRIPTINGSCRIPTING 07: SO HAPPY TOGETHER

There is another characteristic for the scripts that we create. They will be simulating different users doing the same process all together at the same time. This is known as concurrency. Just like moving...

Script repetitions

SCRIPTING 06: DOING THE REPS (ITERATIONS)

The main goal for a ‘load test automated script‘ is to do the same process several times again and again. In essence to be able to put some reps while working. Just like when...

Variables scripting

SCRIPTING 05: WHAT ABOUT VARIABLES?

We are going to talk today about the variables and parameters that you will use in your code. After we are done with the correlations from the last post, we will replace the remaining...

Script correlations

SCRIPTING 04: HUNTING CORRELATIONS

On this post we will examine the process of finding and doing correlations. The best practice has brought you to the core point of the process. This is for most scripting as it focuses...

Scripting Diferences

SCRIPTING 03: SPOT DIFFERENCES 2 CORRELATE

Now on the third delivery of the scripting series, we will find a better way to correlate. The technique uses the capacity to spot differences from our two scripts. It is recommended to work...