Search found 18 matches

by prasoon.jmit
Tue Dec 07, 2021 9:41 am
Forum: General Questions
Topic: Ranorex Stopped Identifying Element
Replies: 1
Views: 696

Ranorex Stopped Identifying Element

Hi, I am using Ranorex to test the WPF application. In my scenario, using automation I have to restart the application many times and then I have to find the controls using ranorex. Problem I am facing is after couple of restart of application "Ranorex stopped to recognize the elements(although i ca...
by prasoon.jmit
Tue Apr 27, 2021 3:37 pm
Forum: General Questions
Topic: Regenerate CS file using MsBuild
Replies: 2
Views: 1077

Regenerate CS file using MsBuild

Hi,

In our project we don't store .cs for example for repository.rxrep, we store rxrep file only in GIT not .cs file. I am aware using Ranorex studio we can regenerate .cs file. Is it possible to do that using without Ranorex using MSBuild or some other way?

Thanks,
Prasoon
by prasoon.jmit
Tue Apr 27, 2021 1:46 pm
Forum: General Questions
Topic: Ranorex nuget package
Replies: 3
Views: 1202

Re: Ranorex nuget package

Hi,

Ranorex agent will help in building the Ranorex solution in the machine where Ranorex Studio is not installed or run the test script from remote machine or both?

Thanks,
Prasoon
by prasoon.jmit
Thu Apr 22, 2021 1:10 pm
Forum: General Questions
Topic: Run time error
Replies: 1
Views: 910

Run time error

Hi, I have requirement to integrate Ranorex project with Jenkins. The build server does not have "Ranorex" installed. I have created a packages folder which contain required dll's to build the "Ranorex" solution. After using that "Package" folder my "Ranorex" solution is getting build. But while run...
by prasoon.jmit
Wed Apr 21, 2021 10:29 pm
Forum: General Questions
Topic: Ranorex nuget package
Replies: 3
Views: 1202

Ranorex nuget package

Hi, We want to integrate our ranorex project with CI pipeline. We are using jenkins. We don't have ranorex installed in build server. In order to build ranorex solution we need ranorex dlls. Is Ranorex present in nuget package? If yes how we can use that? Or do we have any other approach? Thanks, Pr...
by prasoon.jmit
Thu Sep 10, 2020 1:18 pm
Forum: General Questions
Topic: Unable to track Shape
Replies: 1
Views: 940

Unable to track Shape

Hi,

In my application i am using "Polygon" control. I am able to track all the elements apart from "Polygon".

As Polygon class is sealed i can't inherit it and override AutomationPeer OnCreateAutomationPeer() method.

Is their any way by which i can track "Polygon" control.

Thanks,
Prasoon
by prasoon.jmit
Wed Apr 01, 2020 10:31 am
Forum: General Questions
Topic: Passing configuration information
Replies: 2
Views: 1147

Passing configuration information

Hi, In my project i have two test suites 1. FirstTestSuite.rxtst It has two configuration - FirstRun and SecondRun 2. SecondTestSuite.rxtst It has also two Configuration - SanityRun and NormalRun My requirement is Scenario 1 From the command line i have to trigger FirstTestSuite.rxtsxt(Config- First...
by prasoon.jmit
Tue Dec 31, 2019 10:39 am
Forum: How To …
Topic: DataType of variable
Replies: 1
Views: 1291

DataType of variable

Hi,

Can I declare integer type recording variable? if yes, please tell how to do that

Thanks,
Prasoon
by prasoon.jmit
Sun Dec 22, 2019 5:01 pm
Forum: How To …
Topic: Not Able to find menu item
Replies: 1
Views: 1347

Not Able to find menu item

Hi,

I have grid header. When I click on the header, context menu comes. Problem I am facing is that I am able to find the header using spy but I am NOT able to locate context menu item.

I tried to use recording but using that is hanging the application.

Please suggest how I can resolve this issue.
by prasoon.jmit
Thu Dec 19, 2019 12:01 pm
Forum: How To …
Topic: OR condition in XPath
Replies: 5
Views: 7588

OR condition in XPath

Hi,

Can I use OR condition in XPAth?
by prasoon.jmit
Thu Dec 19, 2019 11:50 am
Forum: How To …
Topic: Selecting dynamic grid row
Replies: 1
Views: 1194

Selecting dynamic grid row

Hi, I have a scenario, there is a filter functionality in the grid. Condition is suppose I entered "abc", text that contains 'abc' text will be filtered out and I have to click on the first row. Then I entered "xyz" again after filtering I have to click on the 1st filtered row. How I can identify fo...
by prasoon.jmit
Wed Dec 18, 2019 4:15 pm
Forum: How To …
Topic: using normal varaible in XPath
Replies: 9
Views: 1858

Re: using normal varaible in XPath

Hi,

Thanks a lot. This cleared my doubt .

So what is the advantage of repository variable, if we can achieve same thing using recording variable?
by prasoon.jmit
Wed Dec 18, 2019 3:30 pm
Forum: How To …
Topic: using normal varaible in XPath
Replies: 9
Views: 1858

Re: using normal varaible in XPath

Hi,

Thanks a lot for detailed explanation. Most of the things are clear. Just one confusion $testVar as I can see in screenshot is the "Repository Variable", can I use variable which is normal variable not a repository variable?
by prasoon.jmit
Wed Dec 18, 2019 2:56 pm
Forum: How To …
Topic: using normal varaible in XPath
Replies: 9
Views: 1858

Re: using normal varaible in XPath

Hi, Yes the XPath is stored in Repository. I have one recording e.g. abc.rxrec. In Recording I have UserCode(Name of method is SelectUser), inside userCode I am accessing the repository item like repo.Cell.Click() (cell is the repository item whose path I have shared in first post). I am planning to...
by prasoon.jmit
Wed Dec 18, 2019 2:39 pm
Forum: How To …
Topic: using normal varaible in XPath
Replies: 9
Views: 1858

Re: using normal varaible in XPath

Hi, Thanks for quick response. My XPath is like "element[@automationid='Test']/?/?/element[@automationid='Cell_User' and @helptext=$varReadOnlyWorkspaceName]" Can I Use $varReadOnlyWorkspaceName as normal variable in place of repository variable? If yes, than what is the use of Repository variable?