After LoadRunner 11 is installed, you can find a video about the new functions of LoadRunner in the c: \ Program Files \ HP \ LoadRunner \ dat directory:
1. webui. wmv, Movies-TruClient.wmv
Describes how to use the new Ajax truclient protocol in loadrunner11.
Ajax truclient: An Advanced Protocol for modern JavaScript based applications
(Including Ajax) emulating user activity within a web browser. scripts are developed
Interactively in Mozilla Firefox
It is not difficult to record scripts similar to qtp in Firefox, but you need to have some knowledge about JS, Dom, XPath, etc.
2. Silverlight. wmv
Introduces the use of the Silverlight protocol added by loadrunner11.
Silverlight: a new protocol for Silverlight based applications emulating user activity
At the transport level. Allows generating high level scripts by automatically importing
And processing ing WSDL files used by the application.
Two functions are provided:
Silverlight_service_call-Calla web service in a Silverlight enviroment.
Silverlight_soap_request-performs a SOAP request in a Silverlight environment.
3. javaoverhttp. wmv
Describes how to use the java over HTTP protocol added by loadrunner11.
Java over HTTP: a new protocol designed to record Java-based applications and applets.
It produces a Java language script using web functions. This protocol is distinguished
From other Java protocols in that it can record and replay Java remote callover HTTP
Java over HTTP provides several functions:
Javahttp. sendserialized-serializes an object and sends it to the server.
Lrapi. lr2.fieldgetter-reflects an object and returns the value of a field.
Lrapi. lr2.fieldsetter-reflects an object and sets the value of a field.
Java over HTTP functions are used to make Java remote invocations over HTTP. Use them
In conjuction with the Java login ate utility functions and the Java language web
Function.
4. webtransport. wmv
Introduction to the use of DFE (Data Format extension), a new feature of loadrunner11
Data format extension (DFE): Enhanced Data Format capabilities for the Web (HTTP/html)
Protocol family. Allows converting raw HTTP traffic into a maintainable and structured
XML format and enables correlations by XPath.
This function is helpful for parsing data formats.
A new function web_reg_save_param_xpath is provided for association:
Finds data in an HTML buffer that has been formatted as XML and saves the data to
Parameter.
Vugen supports the recording of your different types of data. New formats are
Constantly being created and vugen must adapt to support them. Some formats are
Proprietary and use custom serialization, making it difficult for the user
Understand the Code due to binary and unformatted data. vugen has developed a way
Use Data Format extensions (DfES) to convert the code to more readable formats allowing
You to parameterize and correlate this data.
Data format extensions work in ordered chains. vugen attempts to deserialize the data
Using the DfES in a chain one at a time. The Extensions within a chain are each
Designed to deserialize/serialize a specific data format. If an extension does not
Convert the specified data, this data is passed to the next extension in the chain. If
An extension does successfuly convert the data, you can configure vugen to either
Continue to run the rest of the DFE chain on the converted data, or to end the process.
You can develop your own DFE extension (using dfe sdk). The installation directory provides a sample (C: \ Program
Files \ HP \ LoadRunner \ samples \ dataformatextension), you can refer to use Visual Studio 2005 to modify
Complete the development of custom DFE extensions.
You can also directly use the DFE built-in by LoadRunner:
1. base64 Extension
Decodes strings that are encoded with a base64 encoder.
2. url encoding Extension
Decodes strings that are encoded with URL encoding format.
3. JSON Extension
Transforms JSON data to XML format.
4. xml validator Extension
Es data and checks to see if it conforms with XML syntax. This check
Allows vugen to perform correlations based on XPath and to display snapshot data in
XML viewer.
5. Correlation. wmv
This section describes how loadrunner11 can be associated.
Correlation studio: Web (HTTP/html) automatic correlation mechanic has been enhanced
To search for possible correlations in the larger scope of snapshot data created
Code Generation including data formatted by DFE.
A new association function web_reg_save_param_ex is added to support DFE. We recommend that you replace the old web_reg_save_param.
Web_reg_save_param_ex replaces the deprecated web_reg_save_param
6. snapshotview. wmv
Introduces how to enhance the snapshot view function of loadrunner11 in the Tree View.
Snapshot view: new snapshot view for Web (HTTP/html) protocol steps allows viewing
Complete HTTP traffic in both raw and DFE generated formats.
Httpview allows you to view detailed HTTP requests, and supports DFE data viewing and associated operations.
7. slapercentile. wmv
This section describes how loadrunner11 has enhanced its SLA functions.
8. richreports. wmv
Introduction to loadrunner11's function enhancements in test reports
9. Monitors. wmv
This article introduces loadrunner11's function enhancements in resource monitoring. You can customize resource monitoring lists and save them as templates.
10. analysisusability. wmv
Introduces the usability enhancement of loadrunner11 in the analysis module