LoadRunner - Create ICA Files With Powershell
A recent client engagement required the creation of 1000 Citrix ICA files, each using a different user id. Powershell was used to automate this process.
A recent client engagement required the creation of 1000 Citrix ICA files, each using a different user id. Powershell was used to automate this process.
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
Updated on Monday, October 15, 2012 at 8:25PM by Edward 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
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
1. When flying, try to sit on the aisle. Get up and walk around to improve circulation.
2. Wear noise cancellation headphones to prevent hearing loss.
3. To avoid jet-lag steer clear of alcohol and caffeine.
For simple data in SQUID, you can call SquidRetrieveData and save the result into a parameter. This parameter can then be used throughout your script. Things get a bit more complicated if your data is comprised of multiple parameter values. A common example of this is user name and password.
Let us explore 2 techniques to solve this problem in your scripts.
A user recently brought the following error to my attention (thanks Nicole!). Running the example script lr_squid_simple produced this error.
Dependency Walker was run to help detect problems with missing modules, invalid modules, import/export mismatches, circular dependency errors, mismatched machine types of modules and module initialization failures.
A while ago I wanted to call a C# dll from a QTP script.
Let us walk through creating a C# dll using Visual Studio and using the DotNetFactory in QTP to call the public methods of this C# dll.
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.
© 2008-2017 Solution Maniacs, LLC | Home | Services | About Us | Contact Us |