ContributionsMost RecentMost LikesSolutionsHow to notification on Android or iOS Hi all, I have to test push notification from my app. on Android and iOS. Do you know a solution to test push notification with Testcomplete ? Regards SolvedAdd an object to manage the notifications on the mobiles Android or iOS It would be useful to be able to manage with an objet the notifications received on a mobile Android or iOS. The notifications received are sent by the application that you debug in TestComplete. Close android application with jscript Hi, How to close android application via a script written in jscript without use the screen ? Thank you SolvedArguments in command lineHi, I want to launch a command line and a routine with 1 argument. function runTest(msg) { Log.Message("Message : " + msg) } I read in the help "The routine to be called must not use parameters or return any values" How I can pass easily this argument to the routine (create an exchange file, ...) ? Thanks for you help