문제

I am quite new android testing. Iam using robotium for testing application. I want to know the usage of the CALL and ENDCALL fields .I am not able to end call using the field. Please suggest me on this..

도움이 되었습니까?

해결책

Those two have been removed from Robotium 2.0 just because of all the problems that users have experienced with them. Due to security reasons one is not allowed to interact with other applications if they do not have the same certificate singing and are not defined in the AndroidManifest.xml of the test project. What those two try to do is to start and control the contacts application. Due to security reasons that introduces problems. My advice would be to update to Robotium 2.0 and stop trying to use them.

/Renas

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top