Search found 118 matches

by rsudhak
Wed Aug 05, 2020 1:25 pm
Forum: General Questions
Topic: Unable to build on VM
Replies: 4
Views: 984

Re: Unable to build on VM

Installing the build tools fixed the issue. Thank you so much
by rsudhak
Tue Aug 04, 2020 11:49 pm
Forum: General Questions
Topic: Unable to build on VM
Replies: 4
Views: 984

Unable to build on VM

HI, I am getting build errors, I have updated the .net sdk version, but still getting the build errors, works fine on physical machine. \when build for the first time, ranorex crashes and then only there are build errors which cannot be resolved. This has been reproduced in multiple VM's Using Ranor...
by rsudhak
Fri Jul 10, 2020 10:39 am
Forum: Object Identification and Technologies
Topic: CEF Sharp unable to identify elements
Replies: 1
Views: 1315

Re: CEF Sharp unable to identify elements

Force wwin32 rectangle for dom element when set to true for CEF sharp , works well
by rsudhak
Fri Jul 10, 2020 10:37 am
Forum: Object Identification and Technologies
Topic: CEF Sharp unable to identify elements
Replies: 1
Views: 1315

CEF Sharp unable to identify elements

Hi All, I Have a CEF sharp project , when I try to find elements in the spy, not only the highlighted area seems incorrect, I am not able to locate the elements to. For example the text area and the buttons , Cant find the element... Not sure if there is a setting that needs to be activated to get t...
by rsudhak
Fri Jul 10, 2020 9:42 am
Forum: Object Identification and Technologies
Topic: CEF sharp object identification issue
Replies: 2
Views: 1342

Re: CEF sharp object identification issue

How will Ranorex know that the port has been changed? And not to look at port 8081, we don't specify anywhere in the settings, right?
by rsudhak
Thu Jul 09, 2020 6:16 pm
Forum: Object Identification and Technologies
Topic: CEF sharp object identification issue
Replies: 2
Views: 1342

CEF sharp object identification issue

Hi All, I have a CEF Sharp form, spy fails to identify the elements on the page by throwing the error which I have attached in the screen Steps that was followed: 1. Added bit of code in the AUT as mentioned in https://www.ranorex.com/help/latest/interfaces-connectivity/technology-instrumentation/te...
by rsudhak
Wed Jun 17, 2020 12:14 pm
Forum: General Questions
Topic: wait method similar to WaitForDocumentLoaded() on desktop apps
Replies: 4
Views: 972

Re: wait method similar to WaitForDocumentLoaded() on desktop apps

I did try creating a snapshot through the code module, but ranorex just hanged.
by rsudhak
Wed Jun 17, 2020 10:52 am
Forum: General Questions
Topic: wait method similar to WaitForDocumentLoaded() on desktop apps
Replies: 4
Views: 972

Re: wait method similar to WaitForDocumentLoaded() on desktop apps

we have scenarios wherein few methods are invoked through an API, I am unable to capture the Progress dialog, so want another way to make sure that the app has completed the task, Also I was looking for something generic
by rsudhak
Wed Jun 17, 2020 10:11 am
Forum: General Questions
Topic: wait method similar to WaitForDocumentLoaded() on desktop apps
Replies: 4
Views: 972

wait method similar to WaitForDocumentLoaded() on desktop apps

Hi,

I know for web apps we have WaitForDocumentLoaded() method, do we have anything similar for desktop apps?

Thanks,
Rajee
by rsudhak
Fri Jun 12, 2020 3:17 pm
Forum: General Questions
Topic: AUT requires user click explicitly to resume
Replies: 1
Views: 996

AUT requires user click explicitly to resume

HI, I have a test suite which has more than 300 tests, after around 30 mins of execution, the test starts failing, If intervened, with a mouse click by the user, the test resumes correctly If not the test fails. Has anyone had this issue or similar issue before, any idea as to how this can be handle...
by rsudhak
Fri Jun 12, 2020 3:12 pm
Forum: General Questions
Topic: Tracking while mouse load on Spy
Replies: 3
Views: 992

Re: Tracking while mouse load on Spy

I am not able to get the form XPath, its a separate dialog that appears, I have tried recording too, but nothing related to the progress bar dialog gets recorded. I believe to create snapshot I need to have the rxpath of the element which I am not able to I did try to guess the dialog title, but no ...
by rsudhak
Fri Jun 12, 2020 12:07 pm
Forum: General Questions
Topic: Tracking while mouse load on Spy
Replies: 3
Views: 992

Tracking while mouse load on Spy

HI, I have a progress dialog which fails to be identified by spy . Through instant recording, it fails to track element as the mouse is loading (in use) I am having issues with this dialog and want to add a custom method to wait for this progress bar to disappear, is there a possible way to do so .....
by rsudhak
Mon Jun 01, 2020 9:34 am
Forum: General Questions
Topic: Export the file and then open it up in another application
Replies: 4
Views: 1057

Re: Export the file and then open it up in another application

example:
In my aut1 , I have a functionality called Export to aut 2, which when used the file is generated and opened in aut 2..... I want to check whether on aut-2 the file opens up correctly, this is what the scenario is.

Thank,
Rajee
by rsudhak
Mon Jun 01, 2020 9:31 am
Forum: General Questions
Topic: Installer Tests
Replies: 4
Views: 1111

Re: Installer Tests

I can specify the steps exactly: On a VM(VM Ware) 1 : 1. we have to revert VM snapshot to a snapshot where we have the released version of the software installed 2. run the patch for the installer 3. copy the folder to a shared drive or push it to git(to speed up the copying process) On a VM(VM Ware...
by rsudhak
Fri May 29, 2020 5:24 pm
Forum: General Questions
Topic: Installer Tests
Replies: 4
Views: 1111

Installer Tests

Hi All,
Has anyone tried automating installer testing using Ranorex? IF so can you give me some idea
Thanks,
Rajee