Search found 31 matches

by ramanaramidi
Tue Dec 26, 2023 6:29 pm
Forum: Automation API
Topic: Reading values from cells
Replies: 0
Views: 3336

Reading values from cells

Hi, I am using Ranorex automation API for automating a WPF application. I would like to read values from each cell using Ranorex API (using code modules only). Also, please letme know how to read/fetch specific cell value from the grid. I am attaching the snapshot and below code for your reference. ...
by ramanaramidi
Fri Aug 11, 2023 10:10 am
Forum: How To …
Topic: Installing Ranorex Studio trial version on Vmware Virtual Machine
Replies: 0
Views: 6354

Installing Ranorex Studio trial version on Vmware Virtual Machine

Hi,

Can I install Ranorex Studio trial version on Vmware Virtual Machine and also is there any restriction in using the features? Please clarify.

Thanks,
Ramana.
by ramanaramidi
Thu Aug 10, 2023 2:15 pm
Forum: General Questions
Topic: Ranorex Studio Trial version Installation on VMWare
Replies: 0
Views: 2025

Ranorex Studio Trial version Installation on VMWare

Hi,

Can I install Ranorex Studio trial version on Vmware Virtual Machine and also is there any restriction in using the features?

Thanks,
Ramana.
by ramanaramidi
Tue Jun 02, 2020 9:18 am
Forum: Automation Tools
Topic: Failed to get types from assembly 'Ranorex.Plugin.Wpf.Core, Version=9.3.1.0"
Replies: 1
Views: 2310

Failed to get types from assembly 'Ranorex.Plugin.Wpf.Core, Version=9.3.1.0"

Hi, I am facing the below issue while running the code using 'Run Code' option. Failed to get types from assembly 'Ranorex.Plugin.Wpf.Core, Version=9.3.1.0". Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral" Screenshot attached for your reference. OS: Windows 10 on VDI ...
by ramanaramidi
Tue Jun 02, 2020 9:12 am
Forum: Automation Tools
Topic: Unable to identify Non GDI element using Ranorex Spy
Replies: 3
Views: 2827

Re: Unable to identify Non GDI element using Ranorex Spy

Hi Paval,

Thank s for your reply.

I tried in different machine and observed the same issue. I will get in touch with Ranorex support team.

Thanks,
Ramana.
by ramanaramidi
Mon Jun 01, 2020 8:29 pm
Forum: Automation Tools
Topic: Unable to identify Non GDI element using Ranorex Spy
Replies: 3
Views: 2827

Unable to identify Non GDI element using Ranorex Spy

Hi, I am unable to identify Non GDI element using ranorex spy using the GDI capture feature. I am able to add the class name to GDI capture list by right clicking on the UI element. But when I track the UI element once again, the element is not captured. Please find the snapshot attached. Need your ...
by ramanaramidi
Mon May 25, 2020 9:23 am
Forum: Automation Tools
Topic: Console output is not printed
Replies: 1
Views: 1612

Console output is not printed

Hi,

I am trying to run code module using 'Run Code' button. I have included Console.WriteLine in my code to print the messages. But these messages are not getting printed in the Output tab located at the bottom.

Please let me know if any configuration needs to be added.


Thanks,
Ramana.
by ramanaramidi
Wed Apr 22, 2020 3:32 pm
Forum: Automation API
Topic: Unable to select the item/element from the contex menu
Replies: 9
Views: 1849

Re: Unable to select the item/element from the contex menu

Hi Pavel,

It's working fine after introducing the delay. Thank you so much.

Regards,
Ramana.
by ramanaramidi
Wed Apr 22, 2020 1:25 pm
Forum: Automation API
Topic: Unable to select the item/element from the contex menu
Replies: 9
Views: 1849

Re: Unable to select the item/element from the contex menu

Hi,

Could you please help me on resolving the above issue? I am also attaching the snapshot for your reference.


Regards,
Ramana.
by ramanaramidi
Tue Apr 21, 2020 2:52 pm
Forum: Automation API
Topic: Unable to select the item/element from the contex menu
Replies: 9
Views: 1849

Re: Unable to select the item/element from the contex menu

Hi Paval, Thanks for your reply. I tried with 'Ranorex.MenuItem' but no luck. Host.Local.FindSingle<Ranorex.MenuItem>("/contextmenu//menuitem[@accessiblename='Edit/View Entry...']").Click(); Thank you once again for your detailed explanation. But our project requirement is to proceed with BDD & Spec...
by ramanaramidi
Tue Apr 21, 2020 11:11 am
Forum: Automation API
Topic: Unable to select the item/element from the contex menu
Replies: 9
Views: 1849

Re: Unable to select the item/element from the contex menu

Hi, I tried with the below code to select the element from context menu but unable to select the element. Host.Local.FindSingle<Ranorex.ListItem>("/form[@controlname='MainForm']/container[@controlname='m_splitHorizontal']//table[@controlname='m_lvEntries']/list[@accessiblerole='List']/listitem[@acce...
by ramanaramidi
Mon Apr 20, 2020 7:21 pm
Forum: Automation API
Topic: Unable to select the item/element from the contex menu
Replies: 9
Views: 1849

Re: Unable to select the item/element from the contex menu

Hi Pavel, Thanks for your quick response. Actually, our requirement is to integrate ranorex solution with SpecFlow and BDD framework. We need to implement test automation for desktop application with BDD framework. So, we need to write coding instead of using the ranorex repository and recording mod...
by ramanaramidi
Mon Apr 20, 2020 4:29 pm
Forum: Automation API
Topic: Unable to select the item/element from the contex menu
Replies: 9
Views: 1849

Unable to select the item/element from the contex menu

Hi, I am trying to automate KeyPass windows application through automation api. My automation script is able to right click on the row but unable to select the item (Edit/View Entry ...) Here is the code I have written Ranorex.Form MainForm1 = "/form[@controlname='MainForm']"; MainForm1.FindSingle<R...
by ramanaramidi
Fri Mar 27, 2020 8:53 am
Forum: Automation Discussions
Topic: Specflow BDD Integration with Ranorex
Replies: 4
Views: 3763

Re: Specflow BDD Integration with Ranorex

Hi Pavel, Thanks for the response. The steps given in the trouble shooting section belongs to the C# code file generation. The C# code file "Feature1.feature.cs" is getting generated on saving feature file. But on generating step definition file (i.e from right click on the project and choose Add > ...
by ramanaramidi
Thu Mar 26, 2020 3:54 pm
Forum: Automation Discussions
Topic: Specflow BDD Integration with Ranorex
Replies: 4
Views: 3763

Re: Specflow BDD Integration with Ranorex

Hi Team,

Could you please help in resolving the below issue?
The step definition file not creating the binding based on the feature file.

Regards,
Ramana.