Set up Advanced Standards testing

Relevant for: API testing only

This section provides guidelines for using UFT One in advanced standards testing.

Test a Web Service using MTOM

  1. Select the WCFService (Custom Binding) scenario from the Service Details list.

  2. Configure the Encoding to MTOM.

    If your service requires advanced settings, click the Advanced button.

Back to top

Change the WS-Addressing version of a service

  1. Select the Web Service scenario from the Service Details list.

    Note: If your service uses WCF, use the appropriate scenario and configure the addressing version from the Advanced Settings dialog box's Encoding tab. For details, see the Advanced Settings Dialog Box.

  2. Click the WS-Addressing tab and select a version.

Back to top

Enable support for a service or activity that uses 256-bit SSL encoding

Change the SSL cipher order so that AES256 precedes AES128 in the cipher list:

Tip: Check with an IT professional before performing the following actions.

  1. Type gpedit.msc at a command prompt to open your group policy editor.

  2. Choose Computer Configuration > Administrative Templates > Network > SSL Configuration Settings.

  3. Open the only item—SSL Cipher Suite Order.

  4. Select Enabled.

  5. The first item in the list is TLS_RSA_WITH_AES_128_CBC_SHA

    The second item is TLS_RSA_WITH_AES_256_CBC_SHA

  6. Change the first 128 to 256. Then move the cursor forward and change the 256 to 128.

  7. Move the cursor through the list and change the cipher priorities as in the above step.

  8. Close the group policy editor and reboot.

Back to top