Warning: The number of test objects created/registered exceeds
the number of test objects unregistered for the script. Unregister
the test objects that were not unregistered in the script using the
unregister(TestObject), unregisterAll(), and the testobject.unregister()
APIs.
This message is displayed when test objects requested
earlier at any time in the current call script have not been unregistered.
Playback log contains a warning message.
Unregister the test objects that were requested earlier,
which were not unregistered in the script, using the unregister(TestObject),
unregisterAll(), and the testobject.unregister() APIs.