I'm testing my application using AppTest Lite pre test tool. My Application
is listening fir incoming SMSs and Incoming and outgoing calls.
The report tells
// -----------------------------------------------------------------------------------------------------
FAILED PHN-01 Service Interruption. (call, SMS, MMS, alarm, charger)
OK Application is launched.
OK Running of app. Should not terminate unexpectedly.
FAIL SMS notification is visible.
OK MMS notification is visible.
FAIL Alarm notification is visible.
FAIL Call notification is visible.
FAIL Charging dialog becomes visible.
// -----------------------------------------------------------------------------------------------------
But I'm sure that this report is incorrect.
When the sms arrives I can see the Icon notification on the phone
Incase of alarm, I can see the dialogue of the alarm and I can hear the
sound as well
Incase of incoming call the phone behaves normally, the dialog is displayed
with CLID or the callers name.
When I connect my phone to the charger .I can see the charging note.
So should I rely on the report and assume that there is something wrong with
my application, or this is a known issue?
Regards,
Rami