Search found 47 matches

by aravin
Fri Jun 19, 2015 12:39 pm
Forum: General Questions
Topic: Not able to click on the object outside the visible area
Replies: 13
Views: 4656

Re: Not able to click on the object outside the visible area

satishmohan wrote:Did it resolve your issue.
My issue still exists. My project is not switching between application. This issue occurs randomly.

Sometimes it works fine but sometimes it stucked in searching for element.

Anyway, thanks for your answer.
by aravin
Fri Jun 19, 2015 6:57 am
Forum: General Questions
Topic: Not able to click on the object outside the visible area
Replies: 13
Views: 4656

Re: Not able to click on the object outside the visible area

satishmohan wrote:This is available on the command at the recorder. Add new action to select invoke(). Page 40 of Tutorial pdf.

Hi Thanks satish.
by aravin
Thu Jun 18, 2015 11:27 am
Forum: Object Identification and Technologies
Topic: Why ranorex is not switching between apps? random issue!
Replies: 15
Views: 5222

Re: Why ranorex is not switching between apps? random issue!

Hi odklizec,

I have tried differnt application. Let me try with our own application and revert back.

Updated: Our App also working without any issue.
by aravin
Thu Jun 18, 2015 11:07 am
Forum: Object Identification and Technologies
Topic: Why ranorex is not switching between apps? random issue!
Replies: 15
Views: 5222

Re: Why ranorex is not switching between apps? random issue!

Hi odklizec, I have created sample project in Ranorex and verified that switching between multiple app is working perfectly. But my project is not working like that. :?: Steps I have done: 1. Verified the path 2. Added the unique & same basepath for all element. 3. EnsureVisible() set to default in ...
by aravin
Thu Jun 18, 2015 6:55 am
Forum: Object Identification and Technologies
Topic: Why ranorex is not switching between apps? random issue!
Replies: 15
Views: 5222

Re: Why ranorex is not switching between apps? random issue!

Thanks Odklizec,

Now I am using "EnsureVisible()" from General settings.

I can see that Ranorex is trying to open the window but still it is behind another application.

Kindly check the attachment, you will get some idea.
switching app.PNG
How to fix this!!!
by aravin
Thu Jun 18, 2015 6:21 am
Forum: General Questions
Topic: Not able to click on the object outside the visible area
Replies: 13
Views: 4656

Re: Not able to click on the object outside the visible area

satishmohan wrote:Team,
Please make use of invoke(). works for me.
Hi Satish,

Where to use invoke(). Can you please explain?
by aravin
Wed Jun 17, 2015 8:04 am
Forum: Object Identification and Technologies
Topic: Why ranorex is not switching between apps? random issue!
Replies: 15
Views: 5222

Re: Why ranorex is not switching between apps? random issue!

Hi, Thanks for the link. I have checked that option from General Setting. --- if you have your switching methods in each of these 150 test cases, then I'm afraid, it's a bad design. I have 150+ test cases. Each test case will perform its own opertion (call seperate method). Is it bad practice. All t...
by aravin
Wed Jun 17, 2015 7:26 am
Forum: Automation Tools
Topic: Getting "Object reference not set to an instance" error!
Replies: 2
Views: 3453

Getting "Object reference not set to an instance" error!

Hi Team, I am getting this error message. When I try to run the testcase from the recordings. Same testcase running successfully while running from TestSuite. How to get grid of this error. Error Log: Can not intercept exception. Debugged program can not be continued and properties can not be evalua...
by aravin
Wed Jun 17, 2015 7:15 am
Forum: Object Identification and Technologies
Topic: How to find the elemnet from Visible Area of desktop?
Replies: 5
Views: 2109

Re: How to find the elemnet from Visible Area of desktop?

Hi Odklizec, Thanks a lot. Old Code if(tempThumb.Element.GetAttributeValueText("Caption")==thumbName ) New Code if(tempThumb.Element.GetAttributeValueText("Caption")==thumbName && repo.browserScreen.Self.ScreenRectangle.Contains(tempThumb.Element.ScreenLocation) This worked for me. I have taken the ...
by aravin
Wed Jun 17, 2015 7:11 am
Forum: General Questions
Topic: Not able to click on the object outside the visible area
Replies: 13
Views: 4656

Re: Not able to click on the object outside the visible area

Hi Krstcs,

Sure.. Got your idea. Thanks!!!
by aravin
Wed Jun 17, 2015 7:08 am
Forum: Object Identification and Technologies
Topic: Why ranorex is not switching between apps? random issue!
Replies: 15
Views: 5222

Re: Why ranorex is not switching between apps? random issue!

Hi Odklizec, Thanks for your support. I can't reveal all the code as per my company policy. I am not using EnsureVisible(). I will try using that method and let me know the result.. Q: My project have more than 150 Test Cases, it is difficult for me to add EnsureVisible() for me in all the methods. ...
by aravin
Tue Jun 16, 2015 1:41 pm
Forum: Object Identification and Technologies
Topic: Why ranorex is not switching between apps? random issue!
Replies: 15
Views: 5222

Re: Why ranorex is not switching between apps? random issue!

Hi, Here is the code module. private void ClickAllPublication() { try { fiddler.FiddlerInitialization(); // FIDDLER APP flash.ToptoolbarArrowHover(); // SWITCH TO BROWSER flash.AllPublicationClick(); List<List<List<String>>> final=fiddler.collectRequiredEventsFlash(); // AGAIN FIDDLER APP InitialSet...
by aravin
Tue Jun 16, 2015 1:35 pm
Forum: Object Identification and Technologies
Topic: Why ranorex is not switching between apps? random issue!
Replies: 15
Views: 5222

Re: Why ranorex is not switching between apps? random issue!

Hi, Here is the details for you.. 1. Fiddler - http://www.telerik.com/fiddler 2. Mozilla Firefox - https://www.mozilla.org/en-US/firefox/new/ Ranorex Version: 5.3.2 Tested App: Fiddler (windows App) & Flash website. As per my company policy I can't reveal the snapshot of the project. This issue occu...
by aravin
Tue Jun 16, 2015 12:29 pm
Forum: Object Identification and Technologies
Topic: Why ranorex is not switching between apps? random issue!
Replies: 15
Views: 5222

Why ranorex is not switching between apps? random issue!

Hi, In my project. I use 2 different app. 1. Fiddler App. 2. Web Browser. I perform some operations in fiddler app, then I will perform few operations in web browser and again I will perform some operations in fiddler. In this case, switching between the application is not happening everything. Fidd...