Search found 8 matches

by mysanchez
Wed Nov 27, 2013 3:38 am
Forum: Mobile Testing
Topic: Validation of toast in Android
Replies: 3
Views: 3527

Re: Validation of toast in Android

I have tried the approach of changing the RanoreXpath to the ff: /mobileapp[@title='yourAppTitle']//text[@caption~'ToastCaption] It does not work for me even if I change the app title to the package name like: com.example.mobileapptest I am not sure if this is the right approach, because I am not ev...
by mysanchez
Thu Nov 21, 2013 1:38 pm
Forum: Mobile Testing
Topic: Validation of toast in Android
Replies: 3
Views: 3527

Validation of toast in Android

How do you validate if a toast message appears inside an Activity? And does it store it in the repository as a unique UI element which is different from a toast message with different text but from the same Activity?

Thanks,
Miguel
by mysanchez
Mon Nov 18, 2013 3:31 am
Forum: Mobile Testing
Topic: Cannot instrument apk with appcompat
Replies: 5
Views: 4656

Re: Cannot instrument apk with appcompat

Please could you post me which application you've used The sample application I was talking about was a new application with a blank Activity, with changes in the Android Manifest that had a single reference to Android's appcompat library. Aside from the auto generated starter code which ADT makes,...
by mysanchez
Fri Nov 15, 2013 3:43 am
Forum: Mobile Testing
Topic: Recording actions in embedded web view
Replies: 2
Views: 2620

Recording actions in embedded web view

Is there any way to record the actions inside a WebView in an Android application? I know that actions outside the application are not recorded by Ranorex, and so I have opted to avoid using a WebView that launches the native android browser, but instead used an embedded webview inside the Activity....
by mysanchez
Thu Nov 14, 2013 8:01 am
Forum: Mobile Testing
Topic: Cannot instrument apk with appcompat
Replies: 5
Views: 4656

Re: Cannot instrument apk with appcompat

Hi Peter, I have tried making a test application using appcompat which it wasn't able to instrument as well. The code was a sample application from Android Developer Tools, with a single reference to the appcompat library. Also, since the library contains no source files but only resource files, I c...
by mysanchez
Fri Nov 08, 2013 2:23 am
Forum: Mobile Testing
Topic: Android gestures
Replies: 7
Views: 3042

Re: Android gestures

Okay. Thanks for the answer, Markus
by mysanchez
Wed Nov 06, 2013 7:19 am
Forum: Mobile Testing
Topic: Cannot instrument apk with appcompat
Replies: 5
Views: 4656

Cannot instrument apk with appcompat

I have been trying to instrument one of the apks for recording but it instrumentation always fails. I keep getting this error: System.Exception: Failed to recompile the instrumented code. See details for more information: I: Smaling... I: Building resources... C:\Users\Miguel\AppData\Local\RanorexSt...
by mysanchez
Mon Nov 04, 2013 10:36 am
Forum: Mobile Testing
Topic: Android gestures
Replies: 7
Views: 3042

Android gestures

Hi Team, I have a few questions regarding some of the actions I need to automate: First, how do you simulate a sliding gesture from one end the phones bezel to the center of the screen. I tried using the TouchStart, TouchMove and TouchEnd to simulate that action but since I just started using Ranore...