LoadRunner – Runtime Settings – Preferences – JavaScript
LoadRunner – Runtime Settings – Preferences – JavaScript
LoadRunner – Runtime Settings – Preferences – JavaScript
LoadRunner – Runtime Settings – Preferences – Logging
LoadRunner has a provision to set up authentication type to emulate real-time scenarios using VuGen script. To simulate such a scenario, you can use options that are available in the ‘Authentication’ tab of ‘Preferences’ under LoadRunner Runtime settings. There are multiple authentications and security options available, which you can use according to your requirements. Refer to … Read more
In LoadRunner, getting the first n characters is an easy task by just using strncpy(). But what about when you want to get the number of characters from the last (right side)? So, there is no direct C or LoadRunner function that you can use to cut the string to the last x digits. For … Read more
The ‘General’ tab in LoadRunner Runtime Settings contains mixed options that belong to networking, connection, request content, caching and many more. Those options are described below in detail: 1. Create snapshots during replay It is recommended to use this option only for script debugging purposes. Enabling replay snapshots consumes more memory and slows down the replay speed. … Read more
‘HTTP’ setting helps to set the option required for the connection between load generator and application. The ‘HTTP’ setting is available under the ‘Preference’ tab of LoadRunner Runtime Settings. There are multiple options in ‘HTTP’ which you can set according to your requirement related to the HTTP connection. Here, you can define the HTTP version, … Read more