Search found 9 matches

by svelaga
Wed Nov 18, 2015 10:16 pm
Forum: Automation API
Topic: Report as pdf
Replies: 32
Views: 14663

Re: Report as pdf

Hi Iam trying to generate the reports in .pdf format 1) I have referenced the Ranorex.PDF dll to the project references 2) I have added the ReportToPDF.cs file into the project Now can anyone tell me where to update the code so as I can convert my .rxlog files to .pdf format (without adding them to ...
by svelaga
Wed Nov 18, 2015 12:07 am
Forum: Mobile Testing
Topic: instrumentation fail on time in code ignores limit
Replies: 3
Views: 2068

Re: instrumentation fail on time in code ignores limit

Yes, it uses the special certificate and we have given the keystore parameter with the valid .jks file (all the required credentials for device certificate are given) while instrumenting the .apk using Ranorex wizard When we try to install the apk file using adb install commands .. it is installed f...
by svelaga
Thu Nov 12, 2015 2:55 pm
Forum: Automation Tools
Topic: Hide soft keyboard in ranorex C# Code
Replies: 7
Views: 2830

Re: Hide soft keyboard in ranorex C# Code

Add Mobile Key Press action with parameter {DONE}.
Has successfully worked for me
by svelaga
Tue Nov 10, 2015 5:26 pm
Forum: Mobile Testing
Topic: instrumentation fail on time in code ignores limit
Replies: 3
Views: 2068

instrumentation fail on time in code ignores limit

System.Exception: Failed to deploy the application via USB. pkg: /data/local/tmp/hfcv2_20151109_1533-instrumented.apk Failure [INSTALL_FAILED_SHARED_USER_INCOMPATIBLE] 2384 KB/s (2089925 bytes in 0.856s) at Ranorex.Plugin.Mobile.Tools.Android.AndroidUsbDeploymentService.CheckForErrorsThatDoNotResult...
by svelaga
Fri Nov 06, 2015 4:27 pm
Forum: Automation Tools
Topic: Hide soft keyboard in ranorex C# Code
Replies: 7
Views: 2830

Re: Hide soft keyboard in ranorex C# Code

Thank you ...
It is working as expected
by svelaga
Fri Nov 06, 2015 2:12 pm
Forum: Automation Tools
Topic: Hide soft keyboard in ranorex C# Code
Replies: 7
Views: 2830

Re: Hide soft keyboard in ranorex C# Code

Sorry I could not find anything to help to know on IME_ACTION_DONE ...
If anyone have idea how to close the soft keyboard in android device while Ranorex automation code using c# code. Please share your knowledge ... Thank you
by svelaga
Thu Nov 05, 2015 11:28 pm
Forum: Automation Tools
Topic: Hide soft keyboard in ranorex C# Code
Replies: 7
Views: 2830

Hide soft keyboard in ranorex C# Code

Hi One of the text field opens the soft keyboard and as i do not enter any data into it ... the keyboard is still shown and this makes the other options on the application to be hidden at the back of the keyboard and untill I manually close the soft keyboard I could not see or perform any action on ...
by svelaga
Mon Nov 02, 2015 5:30 pm
Forum: Automation Modules and Examples
Topic: add code module validation into rxrec
Replies: 1
Views: 5843

add code module validation into rxrec

1) I have recorded the user actions 2) I have written a code module where I would verify the value of one of the UI element (taken from repository) based on the input from excel I should make the user action eg : if(strHighways == "TRUE") { var avoidHighways = repo.ComAPP.CreateTrip.AvoidHighWays; a...
by svelaga
Fri Oct 30, 2015 7:59 pm
Forum: General Questions
Topic: How to access data from excel using the code
Replies: 6
Views: 4159

Re: How to access data from excel using the code

Can you please let me know how the path of the excel document need to be given , as I have tried couple of ways but getting error 1) I have my excel sheet with in the project folder as C:\\MyRanorex\\TripMaker_Consumer\\InputData.xls 2) The code I have written is Excel.Application excelFile = new Ex...