Search found 27 matches

by hghesani
Thu Dec 05, 2019 10:12 pm
Forum: General Questions
Topic: How can you convert a ranorex rxtst file into a set of steps ?
Replies: 1
Views: 946

How can you convert a ranorex rxtst file into a set of steps ?

I would like to convert each test case to a readable file that can be sent to people. Is there a way to export a test case so the steps can be read ?
by hghesani
Fri Oct 04, 2019 8:18 pm
Forum: General Questions
Topic: Build Failed due to access issue
Replies: 5
Views: 2232

Re: Build Failed due to access issue

Hi

Yes its in git and the files are writable. We run it as admin and the UAC is disabled.

Harsh
by hghesani
Thu Oct 03, 2019 9:43 pm
Forum: General Questions
Topic: Ranorex.rxsettings for multiple projects
Replies: 1
Views: 1194

Ranorex.rxsettings for multiple projects

Hi My Ranorex.sln has multiple test projects, rxtsts in the same solution being copied into a single output directory. There is also a Ranorex.rxsettings and RanorexLicense.lic that gets copied to that output directory. Everytime I build the solution, each project gets build and the ranorex solution...
by hghesani
Thu Oct 03, 2019 7:49 pm
Forum: General Questions
Topic: Build Failed due to access issue
Replies: 5
Views: 2232

Re: Build Failed due to access issue

What was the resolution to this issue ? I am seeing a similar issue with my project where both solution items, ranorex.rxsettings and ranorex licensemanager.lic are having access issues and it is intermittent.
by hghesani
Mon Jul 29, 2019 2:23 pm
Forum: General Questions
Topic: Test.exe crashes while running
Replies: 10
Views: 2760

Re: Test.exe crashes while running

Hi Sean The issue happens intermittently and the build used here is 64 bit. I am not sure if ranorex supports debugging in 64 bit. Additionally, if I was to get the location where this crash happens by using logging instead of debugging would that help ? What are the other reasons memory access viol...
by hghesani
Thu Jul 25, 2019 8:17 pm
Forum: General Questions
Topic: Test.exe crashes while running
Replies: 10
Views: 2760

Re: Test.exe crashes while running

The following is the info from the event viewer : Faulting application name: SemiAutomationTests.exe, version: 1.0.7110.27612, time stamp: 0x5d0bea89 Faulting module name: clr.dll, version: 4.6.1590.0, time stamp: 0x5787ef69 Exception code: 0xc0000005 Fault offset: 0x000000000000f7c2 Faulting proces...
by hghesani
Thu Jul 25, 2019 6:44 pm
Forum: General Questions
Topic: Test.exe crashes while running
Replies: 10
Views: 2760

Re: Test.exe crashes while running

I can confirm that it crashes because I see the window, which says test.exe is not responding. I will try to get the crash logs.
by hghesani
Tue Jul 23, 2019 12:06 am
Forum: General Questions
Topic: Test.exe crashes while running
Replies: 10
Views: 2760

Re: Test.exe crashes while running

Hi I finally got the logs for the crash. This is what I see just before the crash : 2019-07-17 07:40:03.724| INFO|Ranorex.Report|User: Identifying a random button to click 2019-07-17 07:40:39.334|DEBUG|Ranorex.Core.LicensingConfiguration+LicensingNLogLogger|Will create dual mode TCP client. 2019-07-...
by hghesani
Tue Jun 18, 2019 9:12 pm
Forum: General Questions
Topic: Test.exe crashes while running
Replies: 10
Views: 2760

Re: Test.exe crashes while running

Hi

I ran the test case through the rxtst file, should still be looking at the RanorexStudio logs ? Or would the Test.log for the test.exe be the relevant log file ?

Thanks
Harsh
by hghesani
Fri Jun 14, 2019 3:36 pm
Forum: General Questions
Topic: Test.exe crashes while running
Replies: 10
Views: 2760

Test.exe crashes while running

I have a test case which waits for different pop ups to occur in a loop by using PopupInfo.Exists() , once the pop up occurs, it randomly selects the buttons to click from set of buttons with a range of control ids. While running the test , .exe file for this test stops working and crashes. I wanted...
by hghesani
Mon May 20, 2019 4:05 pm
Forum: Object Identification and Technologies
Topic: Unable to run tests after upgrading to Ranorex 8
Replies: 12
Views: 5252

Re: Unable to run tests after upgrading to Ranorex 8

My issue is the same as this one. Initially I did not identify the error correctly and made the following post : https://www.ranorex.com/forum/cannot-run-ranorex-tests-upgraded-from-6-2-1-to-8--t13895.html This seems to be the similarity : "We run our tests from Visual Studio instead of Ranorex Stud...
by hghesani
Tue May 07, 2019 2:30 pm
Forum: General Questions
Topic: Cannot run ranorex tests upgraded from 6.2.1 to 8.3.3
Replies: 14
Views: 1801

Re: Cannot run ranorex tests upgraded from 6.2.1 to 8.3.3

I may not be able to upload the solution. This problem is specific to that solution, since I am able to run cases from a dummy project on the same computer. I did create a case for the support. But I am yet to hear back. Is there anything else that I should be aware of here. As I said the tests seem...
by hghesani
Mon May 06, 2019 4:56 pm
Forum: General Questions
Topic: Cannot run ranorex tests upgraded from 6.2.1 to 8.3.3
Replies: 14
Views: 1801

Re: Cannot run ranorex tests upgraded from 6.2.1 to 8.3.3

When I compile with 32 bit for the projects it seems to work just fine. It seems like I am loading a dll wrong. Is there a way that in references I can load the right dll ? Instead of loading C:\Program Files (x86)\Ranorex 8.3\Bin\Ranorex.Core.dll I can choose C:\Program Files (x86)\Ranorex 8.3\Bin\...
by hghesani
Mon May 06, 2019 2:43 pm
Forum: General Questions
Topic: Cannot run ranorex tests upgraded from 6.2.1 to 8.3.3
Replies: 14
Views: 1801

Re: Cannot run ranorex tests upgraded from 6.2.1 to 8.3.3

I just tried to use "Copy on runtime" as suggested in one of your other posts and Now am getting a new error : System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.BadImageFormatException: Could not load fileor assembly 'Ranorex.Core.WinA...
by hghesani
Mon May 06, 2019 2:17 pm
Forum: General Questions
Topic: Cannot run ranorex tests upgraded from 6.2.1 to 8.3.3
Replies: 14
Views: 1801

Re: Cannot run ranorex tests upgraded from 6.2.1 to 8.3.3

I tried that. That does not help.