Search found 33 matches

by sheafox
Thu Oct 14, 2021 3:38 pm
Forum: Object Identification and Technologies
Topic: How to Get Test Case Description with Code
Replies: 1
Views: 1179

How to Get Test Case Description with Code

How do you get the test case description in code? I am trying to get the test case description of each of my completed test cases in a final tear down routine for the test suite . I want to get the description at the very end of the test suite. Is this possible?
by sheafox
Fri Oct 08, 2021 2:36 pm
Forum: Automation API
Topic: How to Get Time Duration of all completed test cases with code
Replies: 4
Views: 2388

Re: How to Get Time Duration of all completed test cases with code

Thanks. So I would have to run this code after each test case?
by sheafox
Fri Oct 08, 2021 2:04 pm
Forum: Automation API
Topic: How to Get Time Duration of all completed test cases with code
Replies: 4
Views: 2388

Re: How to Get Time Duration of all completed test cases with code

Thanks for the response. I am trying to get the test duration of each individual test case at the very end of of the test run. For example I want the test case 1 duration, test case 2 duration, and etc. Is this possible?
by sheafox
Thu Oct 07, 2021 3:55 pm
Forum: Automation API
Topic: How to Get Time Duration of all completed test cases with code
Replies: 4
Views: 2388

How to Get Time Duration of all completed test cases with code

I am trying to write to code to get the time duration of all completed tests cases in the final teardown routine of the test suite. Is this possible and if so how do I do it? I am using C# as my language.
by sheafox
Fri Apr 16, 2021 7:52 pm
Forum: Mobile Testing
Topic: Cannot Connect To Android Studio Emulator
Replies: 3
Views: 1624

Re: Cannot Connect To Android Studio Emulator

Thanks for the response. I am trying to add an Endpoint in Ranorex Studio for an Android Studios AVD . The emulator is running but every time I add the endpoint it says connecting and then error. Ranorex Spy shows the last connection error on the mobile device as "No connection could be made because...
by sheafox
Wed Apr 14, 2021 9:21 pm
Forum: Mobile Testing
Topic: Cannot Connect To Android Studio Emulator
Replies: 3
Views: 1624

Cannot Connect To Android Studio Emulator

I have been trying for 2 days to get Ranorex to connect to an Android Studio emulator. No luck so far. The Endpoint shows error every time I try to connect to the device. I have created new AVDs but Ranorex cannot connect to these either. I have the latest Android SDks. Is this caused by a Windows f...
by sheafox
Thu Jan 23, 2020 3:56 pm
Forum: General Questions
Topic: Remote Agent Run returns a -4
Replies: 0
Views: 1095

Remote Agent Run returns a -4

I am executing test runs through remote agents on VMs in our CI process. Sometimes the process will exit quickly and a -4 exit code is returned. What does a -4 exit code mean ?
by sheafox
Tue Apr 23, 2019 4:53 pm
Forum: Automation Tools
Topic: MSBuild Not working When Attempting to Build Projects Manually
Replies: 1
Views: 1521

MSBuild Not working When Attempting to Build Projects Manually

I am trying to use MSBuild to build our test automation projects. However, I am getting several reference warning when I do this. Also the automation exe will not work once the build process completes. Is there a step I am missing? I am using a command similar to %WINDIR%\Microsoft.NET\Framework\v3....
by sheafox
Mon Apr 08, 2019 11:13 pm
Forum: Automation Tools
Topic: Custom Summary Report
Replies: 1
Views: 1313

Custom Summary Report

I am trying to create a custom report that just shows the following:

1. pie chart of pass and failed test
2. name of passed test
3. name of failed test

This would be a simple report for people in our department that don't need all the usually details. Is this possible? Any possible examples?
by sheafox
Wed Nov 21, 2018 7:14 pm
Forum: General Questions
Topic: Ranorex 8.3.1 update
Replies: 4
Views: 1653

Ranorex 8.3.1 update

Just noticed there was a new update for Ranorex 8.3.1. Are there any patch\hot fix notes on what was changed or added?
by sheafox
Mon Nov 05, 2018 3:15 pm
Forum: Object Identification and Technologies
Topic: Synchronize Test Cases on Two Different Computers
Replies: 2
Views: 1481

Re: Synchronize Test Cases on Two Different Computers

Thank you. I think I understand what we need to do now.
by sheafox
Fri Nov 02, 2018 4:43 pm
Forum: Object Identification and Technologies
Topic: Synchronize Test Cases on Two Different Computers
Replies: 2
Views: 1481

Synchronize Test Cases on Two Different Computers

I have a scenario that I am trying to implement with Ranorex. My company creates software where two desktop software stores connect to a desktop home office. For example, store 1 transfer an item to a store 2. Once the item makes it to store 2, it has to be manually received. So essentially we have ...
by sheafox
Thu Nov 01, 2018 6:07 pm
Forum: Object Identification and Technologies
Topic: Search Form or Document For Element With a specific accessiblename
Replies: 1
Views: 1437

Search Form or Document For Element With a specific accessiblename

I am trying to search a form\document for a element with a specific accessiblename with the command: transactionRegistersTransactionRegi.Self.Find(path). I am not sure if I am including the correct ranorexpath or if this is possible. The form has been added to the repository but the element I am sea...
by sheafox
Mon Oct 29, 2018 8:24 pm
Forum: Object Identification and Technologies
Topic: Test Application Lockup When Ranorex Tries to Interact with Form Controls
Replies: 3
Views: 1599

Re: Test Application Lockup When Ranorex Tries to Interact with Form Controls

I wonder if this is part of the problem:

DelphiAutomation.GetChildren: Exception of type 'Ranorex.Core.HwndInvokerException' was thrown. Window Handle: 6818502. Win32 Error: This operation returned because the timeout period expired.
by sheafox
Sat Oct 27, 2018 3:22 am
Forum: Object Identification and Technologies
Topic: Test Application Lockup When Ranorex Tries to Interact with Form Controls
Replies: 3
Views: 1599

Test Application Lockup When Ranorex Tries to Interact with Form Controls

I am having an issue where the application I am testing is locking up when Ranorex tries to interact with the controls on the form. The lockup is not consistent, it happens about 60 to 70 % of the time. So far it has only happened on this form. Sometimes it is on the first textbox, the second, or an...