0
votes

We are trying to test our IBM MobileFirst Platform Foundation-based mobile application with IBM Rational Test Workbench MobileTest version 8.7.

One issue we are running into is that the testing fails due to application authenticity tests failure when trying to test against a remote worklight server. We tried to test it locally and that works. However, we are wondering if turning off the app authenticity is the only way to test using a remote worklight server. If anyone knows of any setting etc to get around the issue without having to turn off app authenticity every time we test on a pre-production build ( using remote server ) please let us know. It will be a great help.

1

1 Answers

0
votes

There are no settings.

I can think of two ways:

  1. Either authenticity is enabled, and the server and client are properly setup for the authenticity challenge to successfully pass...
  2. Or you disable it for example by temporarily commenting out the wl_authenticity realm from the used security test in the authenticationConfig.xml file (which is located inside the .war file that was deployed to the remote server). Once done testing, uncomment it and re-start the server.