Blog

Entries in Parameters (4)

Sunday
Aug262012

LoadRunner - Date Handling (3 of 3) - Powershell

If you are using LoadRunner, you've probably encountered date and time values in your scripts. These values should be evaluated and dealt with.

This post will look at using Powershell with LoadRunner.

Part 1 - lr_save_datetime
Part 2 - C date/time functions
Part 3 - Powershell

Click to read more ...

Friday
Aug242012

LoadRunner - Date Handling (2 of 3) - C Date/Time Functions

Updated on Monday, October 15, 2012 at 8:25PM by Registered CommenterEdward Leno

If you are using LoadRunner, you've probably encountered date and time values in your scripts. These values should be evaluated and dealt with.

This post will look at using C date/time functions with LoadRunner.

Part 1 - lr_save_datetime
Part 2 - C date/time functions
Part 3 - Powershell

Click to read more ...

Wednesday
Aug222012

LoadRunner - Date Handling (1 of 3) - lr_save_datetime

If you are using LoadRunner, you've probably encountered date and time values in your scripts. These values should be evaluated and dealt with.

This post will look at using the lr_save_datetime function from LoadRunner.

Part 1 - lr_save_datetime
Part 2 - C date/time functions
Part 3 - Powershell

Click to read more ...

Friday
May112012

LoadRunner - Copying Parameters Between Scripts

Congratulations on wanting to use the same parameters for multiple scripts. This helps speed up the script development process and makes your scripts more consistent and predictable.

Let us walk through the process of creating 2 scripts and copying the parameters from one script to the other without manually reentering in the information.

Click to read more ...