Search found 30 matches

by priyank1989
Wed Mar 04, 2020 11:16 pm
Forum: General Questions
Topic: is it compulsory to keep Rxservice App in foreground for iOS?
Replies: 2
Views: 1119

Re: is it compulsory to keep Rxservice App in foreground for iOS?

Nope , I have iPad mini with iOS 11.0 and I have to keep running that Rxservice App otherwise its not showing device as connected into Ranorex studio endpoints sections.
If we don't have to launch Rxservice app on device than can you please explain me the use of that application into device ?
by priyank1989
Fri Feb 28, 2020 10:55 pm
Forum: General Questions
Topic: is it compulsory to keep Rxservice App in foreground for iOS?
Replies: 2
Views: 1119

is it compulsory to keep Rxservice App in foreground for iOS?

Basically I am using code module to run my testcase. So My testcase is like change some settings on server(web app) and make sure that change appear appropriately on client (iOS app). so what I am doing is like set my current host to local machine first Step 1 Host.MakeCurrentHost(localhost); and ma...
by priyank1989
Thu Jan 23, 2020 11:55 pm
Forum: General Questions
Topic: Screenshot comparison with repository Item
Replies: 4
Views: 1528

Re: Screenshot comparison with repository Item

If you are getting good object recognition, regardless of the language setting in the AUT, I would advise against using image-based actions as this is more of a backup option when normal object recognition does not work. Image-based automation is good in Ranorex, but not nearly as good as the stand...
by priyank1989
Thu Jan 23, 2020 4:03 pm
Forum: General Questions
Topic: Screenshot comparison with repository Item
Replies: 4
Views: 1528

Re: Screenshot comparison with repository Item

anyone have any idea on this ?
by priyank1989
Wed Jan 22, 2020 8:10 pm
Forum: General Questions
Topic: Screenshot comparison with repository Item
Replies: 4
Views: 1528

Screenshot comparison with repository Item

HI, My windows application support almost 10 Language. Mostly issues are like if I have button with text "Submit" on it in my English version it looks fine , but If I start application with different language support like Sundanese in that case "Submit" is like "ngalebetkeun" , so there is a chance ...
by priyank1989
Fri Jan 17, 2020 12:17 am
Forum: General Questions
Topic: REST API service automation testing
Replies: 1
Views: 1785

REST API service automation testing

Hi ,

I am new to Ranorex Studio,
Is there any way to automate my all API testing using Ranorex ?
I am doing it currently using Postman , so please let me know if there is any way and share links or tutorial .
by priyank1989
Wed Jan 08, 2020 11:44 pm
Forum: General Questions
Topic: How to automate audio call and image transfer
Replies: 1
Views: 965

How to automate audio call and image transfer

Hi , My application can make a call to one user to another user, and also can transfer images and videos and also can have live streaming from one end . So how Ranorex can help me to automate above feature ? I can make a call from user A to user B, and I can set auto receive on User B endpoint, so i...
by priyank1989
Mon Dec 30, 2019 6:16 pm
Forum: General Questions
Topic: Android : Spy is not able to track elements which is out of screen
Replies: 8
Views: 1680

Re: Android : Spy is not able to track elements which is out of screen

you can find two attachment in post , one without scroll in which element visible state false and that make sense .. but another attachment is one on which I scroll and take that element on screen and I refresh spy and check my element status and surprised its still false even though I can see that ...
by priyank1989
Thu Dec 19, 2019 10:59 pm
Forum: General Questions
Topic: Android : Spy is not able to track elements which is out of screen
Replies: 8
Views: 1680

Re: Android : Spy is not able to track elements which is out of screen

Its two different sanpshot . 1. taken when element is not on screen 2. I took element on screen and refresh spy, but still elements visible state is false .. and thatz the problem ... If I took elements on screen by scroll and refresh my Ranorex spy that elements should have visible state as true .....
by priyank1989
Wed Dec 11, 2019 4:09 pm
Forum: General Questions
Topic: Android : Spy is not able to track elements which is out of screen
Replies: 8
Views: 1680

Re: Android : Spy is not able to track elements which is out of screen

xpath for elements - /mobileapp[@title='com.librestream.onsight.connect']//container[@contentdescription='rootControl']/container[@contentdescription='clientControl']/container[@contentdescription='settingsStack']/container[@contentdescription='settingsView']/container[@contentdescription='contentAr...
by priyank1989
Tue Dec 10, 2019 11:00 pm
Forum: General Questions
Topic: Android : Spy is not able to track elements which is out of screen
Replies: 8
Views: 1680

Android : Spy is not able to track elements which is out of screen

HI , I have application which UI is based on OpenGL, Application share same UI with Android and Windows. In case of Android while I am using Tablet it able to track all elements which is visible, but elements which are not on screen its state is invisible. If I tried to spy same thing in my Windows ...
by priyank1989
Thu Oct 03, 2019 5:00 pm
Forum: General Questions
Topic: How to execute android testsuite .exe file using command line
Replies: 10
Views: 1209

Re: How to execute android testsuite .exe file using command line

yeah, so finally we can close this thread as I can update apk using command line there is no need of any extra parameters, it is taken care automatically, what help me is just /deploymode:"Usb" /dt:"300" /it:"300"

So thanks for your support
by priyank1989
Thu Oct 03, 2019 4:46 pm
Forum: General Questions
Topic: How to execute android testsuite .exe file using command line
Replies: 10
Views: 1209

Re: How to execute android testsuite .exe file using command line

Got the answer we have to use /it:"300000", this will help you extend timeout
by priyank1989
Thu Oct 03, 2019 4:44 pm
Forum: General Questions
Topic: How to execute android testsuite .exe file using command line
Replies: 10
Views: 1209

Re: How to execute android testsuite .exe file using command line

ok so its all about deplymode, if you set deploymode it will automatically install application. I can install test apk but while O tried to install my actual .apk it is giving error as below Process did not finish within the specified timeout of '00:01:00' so is there any way using commandline where...