Adapter Properties Editor Testing

Version History:

Version#DateModified ByDescription of Modification
1.05/19/2015Sailaja AdusumilliInitial Version

Overview

The following steps are for testing CONNECT adapter configuration functionality.

Test Environment Setup:

  1. Deploy CONNECT ear (mvn clean install -P AD,PD,DQ,DR,DS,Direct,admingui) and AdminGUI war
  2. Successfully execute ConnectValidation suite before running AdminGUI test cases
  3. Browse to http://localhost:8080/CONNECTAdminGUI

Properties

Expand the Properties menu in the left navigation panel, select Adapter, and execute the following tests:

Test Scenario
Test Steps
Expected Results
Navigate to Adapter Properties configuration tab
  1. Select Properties -> Adapter from the left navigation panel

User will be able to see Adapter Properties tab with a list of available properties.

The Adapter tab shows list of property rows with below fields:

1.Key : keys from the Adapter.properties file
2.Description: Property description, defined as comments in the Adapter.properties file
3.Value: property value.


Edit Property Value
  1. In the assigningAuthorityId row, click on the Value in the far right column. Change the value to 1.1.
  2. Check adapter.properties and verify that the value is 1.1
  3. In the assigningAuthorityId row, click on the Value in the far right column. Change the value to 2.2
  4. Check adapter.properties and verify that the value is 2.2

When a value is changed, an info box will appear describing the change that has just been made. In this case, you will see the following two messages:

  • Property value changed for assigningAuthorityId from 2.2 to 1.1.
  • Property value changed for assigningAuthorityId from 1.1 to 2.2.
Edit Property Setting - Negative case
  1. From "Adapter Properties" tab right click on value assigningAuthorityId and XDSbHomeCommunityId
  2. Update / comment property value with "#".

User will be able to comment the selected property key successfully.

User will see an info alert as property changed.

From the SOAPUI run Connect ValidationSuite test. The result will be fail.