ContributionsMost RecentMost LikesSolutionsRe: Need to capture toast message which changes frequently I have replaced the process name. My issue is not with the process name but the issue is that I can't run this function because the screen on which toast message appears is out of the application(dial in screen). When screen shows then the object browser display no objects. So if objects are not display in Object browser so I can't run "WaitForControlWithText" function- Any other approach to deal with toast message. Re: Need to capture toast message which changes frequently Hi I tried below function actually when the screen comes where toast message display- Objects are not visible in Object Browser for this particular screen. It is mobile device calling screen when we dial any number. Application is dependent on this screen to make a call. So I am getting Object not found issue for android_process. Is there any other approach to capture toast message. var android_process = Aliases.Device.Process("com.android.qa"); How to read .ics file with Test complete.Please suggest solution for same. How to read .ics file with Test complete.Please suggest solution for same. Need to capture toast message which changes frequentlyToast message displayed on the mobile screen changes frequently. I need to capture toast message in Output(logs). Is there any way that I will capture the toast message(changes frequently) displayed on the screen.Your application uses patch service library that is not compatible with test complete version issueToday I upgraded test complete from 10.4 to 10.50 Although I followed the process of instrumenting the android application but still getting this issue on my mobile device.Re: Unable to read toast message displayed on the mobile screenHI Alexei, I have checked the link shared by you. Thanks. Biut in my case toast message changes frequently. Toast message is dynamic - Changes frequently. I need to capture toast message in Output(logs). Is there any way that I will capture the toast message(changes frequently) displayed on the screen. Please help.....Re: Android Toast testToast message is dynamic - Changes frequently. I need to capture toast message in Output(logs). Is there any way that I will capture the toast message(changes frequently) displayed on the screen.Re: Android Toast testAndroid Process- indicates the object name of the screen where toast message displayed?Unable to read toast message displayed on the mobile screenIs thr any way to read a toast message displaying on the mobile screen. Object browser display nothing when this screen appeared. I need to validate the message appeared without any object name as object browser display nothing. Please provide help for this issue Re: How to test Web Services without passing WSDLHi Helen This sample code works for me but webservice is using authentication and that information is contain in Header part of the service containing the signature and timestamp information. How to handle authentication part of the webservice.