When you record an application that is developed on Google
Web Toolkit(GWT), the recorded data is encoded. To view the encoded
data, open the test editor. You can also transform the encoded data
into XML format, which you can use for data correlation.
Before you begin
- Record an application that is based on GWT version 2.4.
- You must have access to the classes that contain the exchanged
objects.
- You must add the JAR file that contains the classes that are serialized
and exchanged between client and server to your project. To add the
JAR file, in the Test Navigator view, right-click
the project, click Properties, and, on the Library tab
add the JAR file.
Procedure
- To view the encoded data, in the Test Navigator, browse
to the test, and double-click it.
- Select a test element or request that contains the encoded
data. The Content field in
the Test Element Details area contains the encoded data.
- To transform the encoded data, click .
- Confirm that the Apply data transformation check
box is selected and select Convert GWT RPC to XML.
- Optional: To use data correlation after the
transformation is successful, select the Apply corresponding
data correlation rules check box.
- Click Finish. The
encoded data transforms into XML format.