Search found 32 matches

by tejas.deshpande
Tue Oct 16, 2018 6:20 am
Forum: Mobile Testing
Topic: Testing for iOS version.
Replies: 1
Views: 1448

Testing for iOS version.

1) To test an iOS app on a device, will the app need to be built for each version of iOS to be tested?
2) Can we test an app build for iOS 11.4 on iOS 12?

Any help is appreciated! Thanks in advance!
by tejas.deshpande
Thu Oct 11, 2018 4:27 am
Forum: General Questions
Topic: Running different tests on different mobile devices in parallel
Replies: 2
Views: 1145

Running different tests on different mobile devices in parallel

I have an app that I need to test on multiple devices in parallel where the action from 1 devices will be received by other devices. Sender - Device 1 Receivers - Device 2, 3 & 4 Types of test suites: 2; since both groups of devices will be performing different actions i.e. sending and receiving. Qu...
by tejas.deshpande
Thu Oct 04, 2018 10:49 am
Forum: Mobile Testing
Topic: What to do if the p12 certificate and mobile provision are not available?
Replies: 2
Views: 1749

What to do if the p12 certificate and mobile provision are not available?

I have the .ipa file to test but I don't have the certificate and mobile provision.

Q1. Will I have to generate the files mentioned above using Xcode?

Q2. The instructions to generate these files are not that easy to work with. Can the support team please share a video for the same?
by tejas.deshpande
Tue Apr 10, 2018 8:24 am
Forum: General Questions
Topic: Run tests on multiple machine through single Jenkins server.
Replies: 3
Views: 3961

Run tests on multiple machine through single Jenkins server.

I have Jenkins test server to execute Ranorex tests set up on one machine.
How to keep the server on the same machine but perform the testing on a different machine on the local network?
P.S. The application being tested is Web-based.
by tejas.deshpande
Fri Mar 30, 2018 8:46 am
Forum: General Questions
Topic: Use existing C# Selenium test suite in Ranorex test suite
Replies: 3
Views: 1494

Use existing C# Selenium test suite in Ranorex test suite

I have a Selenium test suite created using C#.

How do I import that into a Ranorex test suite?
by tejas.deshpande
Fri Mar 30, 2018 6:50 am
Forum: General Questions
Topic: Remote Development and Testing
Replies: 1
Views: 1083

Re: Remote Development and Testing

Hi,
This is a common issue while working with remote/virtual environments.

Check out the workaround suggested in the following post:
https://www.ranorex.com/forum/test-is-n ... tml#p36104

Hope this helps!

-Tejas
by tejas.deshpande
Thu Mar 15, 2018 2:30 pm
Forum: General Questions
Topic: Ranorex report not showing any logging messages
Replies: 4
Views: 2922

Re: Ranorex report not showing any logging messages

I am having the same issue. I have followed the instructions above but nothing has changed.

Any other suggestions are appreciated!
by tejas.deshpande
Thu Mar 01, 2018 9:38 am
Forum: General Questions
Topic: How to link test data to Smart folders and respective tests
Replies: 1
Views: 1562

How to link test data to Smart folders and respective tests

Following is my test suite structure: Smart Folder -Test Case 1 -Test Case 2 -Test Case 3 I could link a data source to the smart folder. How do I bind the variables in the respective test cases to the data source linked to the smart folder? I cannot use global variables since I have multiple smart ...
by tejas.deshpande
Thu Jan 25, 2018 11:56 am
Forum: General Questions
Topic: Switch data source using build parameter
Replies: 3
Views: 2116

Switch data source using build parameter

I would like to switch between two .csv files as data source where selection would depend on a build parameter.
Eg. ranorex.exe /pa: C:\DataSource2.csv

Any suggestions?
by tejas.deshpande
Fri Jan 19, 2018 10:57 am
Forum: Bug Reports
Topic: Error While Loading Test Suite
Replies: 5
Views: 6927

Re: Error While Loading Test Suite

I am getting a similar error and following are the exception details:
Ranorex8-ExceptionDetails.PNG
This is blocking my work.
Any help would be appreciated.
by tejas.deshpande
Wed Jul 19, 2017 6:03 am
Forum: General Questions
Topic: Ranorex stops working when application under test crashes
Replies: 2
Views: 1667

Ranorex stops working when application under test crashes

I am working with an app that can crash at any event. When it does, Ranorex stops working and I have to close both applications, potentially losing the report of the previously executed test run. Is there a way to close my application under test and stop Ranorex test run to indicate the crash and cr...
by tejas.deshpande
Wed Jul 19, 2017 5:31 am
Forum: General Questions
Topic: Graph in reports
Replies: 1
Views: 1302

Graph in reports

Hi, I am interested in tracking the memory consumption of my application under test and then displaying it as a graph in the Ranorex report.

Is this possible?

Thanks in advance.
by tejas.deshpande
Tue Jun 21, 2016 12:05 pm
Forum: General Questions
Topic: Pop Up Handler/Watcher
Replies: 7
Views: 6604

Re: Pop Up Handler/Watcher

That's a relief!

I'm trying to click the "Close Program" button that appears when an application under test crashes.

Here's my Program.cs file:
Program-cs.png
Any idea what I'm doing wrong?

Update: The Pop Up Dialog can be found, but the button is not getting clicked.