I have an application which uses CSendUi::CreateAndSendMessageL to send sms, the application works fine and it sends the without any problem. but when I test with Symbian AppTest Lite tool to test my application, but my test fails in CON-03
I read the documentation and I found that CreateAndSendMessageL requires DRM capability. But I don't have this capability.Code:FAILED CON-03 No billable events occur. FAIL Monitor for billable events while app is running. OK Close app before test, in case running already. FAIL Running of app recording. Should not terminate unexpectedly. OK App can be closed gracefully within 15 s timeout.
The question is:
1- Is that why the test case fails, because of missing DRM capability?
2- Since I don't have DRM capability and it's required by CreateAndSendMessageL, how could my application send SMS with out problems?
Regards,
RAmi



