- Viewing binary data
You can view binary data in tests. Use the binary editor to inspect test data, to determine if the binary data is of interest or should be transformed so that it can be correlated. You can also edit binary data in tests. To edit binary data you need to have in-depth knowledge of the data format in question. Typically, you do not edit binary data in tests.
- Viewing JSON data
You can view the JSON data in a JSON format from the test editor, and you can use this data for data correlation.
- Viewing or transforming GWT encoded data
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.
- Transforming GraniteDS or BlazeDS data
To test an application that is developed on Granite Data Services (GraniteDS) or Adobe BlazeDS framework, you must deserialize or transform the objects that are encoded in the AMF format to the XML format.
- Transforming SAP Web DynPro XML to ASCII
To test applications that are built using the SAP Web DynPro framework and correlate data, you must transform data to the ASCII format.
- Creating custom data transformations
You can create your own data transformations to transform binary data in tests. Data transformations can convert binary data to a more readable format and can assist with data correlation.