CRFCN0527E

Playback cannot continue.

Explanation

There might be multiple instances of a test object found, which often happens when multiple instances of the application under test are running. Playback requires that only one instance of a test object be found.

System action

Playback stops when it encounters more than one instance of a test object. In this case, counter_value instances of the same test object were found. During playback, the test was looking for the object_name object. The test found these objects:

User response

Make that only one instance of the an application is running when playback is started.

Feedback