Search found 32 matches

by mohan.pentyala
Tue Feb 18, 2020 6:53 am
Forum: General Questions
Topic: Parallel execution in ranorex
Replies: 1
Views: 1715

Parallel execution in ranorex

Hi ,

Currently, we have 50+ cases which will take total execution time of 3-4hr. We need to decrease the execution time to 1 hr or less .is there way to approach to solve this problem?

We were going through remote agent will it help us? and will the remote agent supported from Jenkins as well
by mohan.pentyala
Wed Jan 08, 2020 1:53 pm
Forum: General Questions
Topic: Not able to add text to an existing excel file
Replies: 2
Views: 1010

Re: Not able to add text to an existing excel file

HI

yes I have added close now, But still same

I have gone through line by line in debug mode. it is going through the line for adding data but data is not adding to excel.

Same time no error message test case was passed
by mohan.pentyala
Wed Jan 08, 2020 10:48 am
Forum: General Questions
Topic: Not able to add text to an existing excel file
Replies: 2
Views: 1010

Not able to add text to an existing excel file

Hi , I am trying to add data to an existing excel file. But method i executing but data is not adding to the sheet. Can you correct if I am missing anything Method: public void adddatatoexcel(string scenario,string timetaken) { Excel.Range range1 ; xlApp4 = new Excel.Application(); worKbooK1 = xlApp...
by mohan.pentyala
Thu Aug 29, 2019 7:58 am
Forum: General Questions
Topic: Else Block is not executing
Replies: 6
Views: 1173

Re: Else Block is not executing

Thanks for your reply.It worked out for me. Hi, I got stuck at one more point where I have to create a Ranorex adopter for an image. Basically the requirement is I have to verify whether the Image is not If visible click on it , else wait for it to visible like drag down the scroll bar to find the e...
by mohan.pentyala
Wed Jun 12, 2019 11:14 am
Forum: General Questions
Topic: Image based Automation
Replies: 3
Views: 1065

Re: Image based Automation

Hi , It was the same application, And the problem is not fixed, for now, we won't have any support from Dev team , so that we are going with Image-based, able to automate 30+ cases , the only thing we blocked is with the requirement mentioned in the top. Please help us if you have any inputs on this
by mohan.pentyala
Tue Jun 11, 2019 12:08 pm
Forum: General Questions
Topic: Image based Automation
Replies: 3
Views: 1065

Image based Automation

Hi Team, In my desktop application, I have the only option to automate it using coordinates or Image-based (In my previous posts even you guys validated my snapshot and confirmed the same) We have started with Image-based. Now we are blocked at the requirement i.e we have many filter options in appl...
by mohan.pentyala
Wed May 08, 2019 7:28 am
Forum: General Questions
Topic: Script execution time is high
Replies: 6
Views: 1533

Re: Script execution time is high

Hi , Thank you for response Ranorex version? Most recent is 9.0.1. - - I am using 8.3 version What web browser you are using? - I am using Chrome browser 74 Version Have you tried to add the webbrowser you are using to Ranorex whitelist? This could speed up things significantly. - Tried but didn't s...
by mohan.pentyala
Tue May 07, 2019 1:29 pm
Forum: General Questions
Topic: Script execution time is high
Replies: 6
Views: 1533

Script execution time is high

Hi Team, I have observed that script execution time is high in Ranorex, Like each test case, execution time is high compared to Selenium. I am working on a web application. I don't have any delays in scripts and even modified inbuilt time as below Mouse.DefaultMoveTime = 10; Keyboard.DefaultKeyPress...
by mohan.pentyala
Wed Jan 30, 2019 12:27 pm
Forum: General Questions
Topic: Switch window
Replies: 1
Views: 1511

Switch window

Hi I am stuck up at below scenario, can you please help me, When I click on the print preview on my application one more window will be opened but it will not be in focus, It will display as another window under my application, Now I have to navigate to that window and validate the window. I have tr...
by mohan.pentyala
Fri Jan 25, 2019 11:21 am
Forum: General Questions
Topic: Else Block is not executing
Replies: 6
Views: 1173

Re: Else Block is not executing

Thank you ,

Its working and our problem got solved with your approach.

But why we need to create an adapter here, can I create just a variable and assign my repository element and check the visible condition in if?

what is the difference ?
by mohan.pentyala
Fri Jan 25, 2019 8:08 am
Forum: General Questions
Topic: Else Block is not executing
Replies: 6
Views: 1173

Re: Else Block is not executing

Hi Thank you for the replay but i don't think you understood my question. Yes, I am calling the repo items from method only.M y problem is ,I wrote the method if eDam button is visible print code insight if the not visible print code under else condition. So now when eDam button is not displaying it...
by mohan.pentyala
Thu Jan 24, 2019 8:58 am
Forum: General Questions
Topic: Else Block is not executing
Replies: 6
Views: 1173

Else Block is not executing

Hi , I facing a problem with if else condition When the case is positive IF condition is executing for negative else block is not executing, Application is closing and throwing an exception if(repo.FusionApp1.btnEDAM.Visible==true) { Report. Success ("EDAM button is visible"); repo.FusionApp1.btnEDA...
by mohan.pentyala
Mon Dec 10, 2018 1:15 pm
Forum: General Questions
Topic: AxImp.exe" was not found
Replies: 1
Views: 2097

AxImp.exe" was not found

Hi Team, I am getting below error while running my solution, I have tried a couple of approaches from blogs but didn't work out.Can you please help me to resolve it Error : Task failed because "AxImp.exe" was not found, or the correct Microsoft Windows SDK is not installed. The task is looking for "...
by mohan.pentyala
Fri Nov 30, 2018 12:32 pm
Forum: General Questions
Topic: How to perform file based operation in Ranorex
Replies: 6
Views: 2948

Re: How to perform file based operation in Ranorex

Hi ,

As attached in below screenshot, when I click on import from my application windows explorer will open. From there I need to navigate to where my files were saved and then validate that file is available. If yes select that.
Hope it gives to some picture
by mohan.pentyala
Fri Nov 30, 2018 7:14 am
Forum: General Questions
Topic: How to perform file based operation in Ranorex
Replies: 6
Views: 2948

Re: How to perform file based operation in Ranorex

Hi ,

Thank you for some inputs.

yes, I need to navigate to windows explorer path and select a file. When I click on import from my application windows explorer will open in a different path, So I need to navigate to where my file is saved and select that file.