Search found 19 matches

by deepak1920
Thu Mar 16, 2017 1:45 pm
Forum: Automation API
Topic: No Exception if element was not clicked
Replies: 2
Views: 1851

No Exception if element was not clicked

Hi, I want to click on a button. I can do it by using button.Click() method. Let's say button is overlapped by another pop-up window. We can interact with this button only after popup window is closed. For some reason popup window was not closed by script. Then the script tries to click the button. ...
by deepak1920
Tue Feb 14, 2017 3:21 am
Forum: Object Identification and Technologies
Topic: No viable alternative at input 'Element'
Replies: 1
Views: 2986

No viable alternative at input 'Element'

Hi, For last 2-3 days, my test is failing with below exception - Ranorex.RxPathException: Parsing RxPath 'Element not found with XPath - /form[@controlname='NewLogin']/?/?/link[@controlname='GooglelinkLabel']/?/?/link[@accessiblename='View all Google Fonts']' failed. line 1:30 no viable alternative ...
by deepak1920
Fri Oct 07, 2016 5:06 pm
Forum: General Questions
Topic: Debug point is not hit
Replies: 8
Views: 1878

Re: Debug point is not hit

Hi Robin, Thanks for your suggestion. I don't understand why people are focusing only on license part rather than providing the solution. My test case is failing on another machine. I want to debug there. Now you will have a question that I can debug on my machine with ranorex license. Answer is - m...
by deepak1920
Wed Oct 05, 2016 10:46 am
Forum: General Questions
Topic: Debug point is not hit
Replies: 8
Views: 1878

Re: Debug point is not hit

Hi Pavel, I am using evaluated version also on one machine. But for some reason I am using trial version on another machine. I am not facing this issue on my machine with evaluated version. But Debug point is not hit on machine with trial version. Hence I wanted to be sure whether this is a issue wi...
by deepak1920
Wed Oct 05, 2016 6:34 am
Forum: General Questions
Topic: Debug point is not hit
Replies: 8
Views: 1878

Re: Debug point is not hit

Hi Bernhard, Thanks for your reply. I think this problem is same as described here - http://www.ranorex.com/forum/debug-doesn-t-work-on-visual-studio-2012-t5864.html For me also when I debug the test method then it doesn't show the continue evaluation pop-up. But If I run the test method then it sho...
by deepak1920
Mon Oct 03, 2016 6:31 am
Forum: General Questions
Topic: Debug point is not hit
Replies: 8
Views: 1878

Debug point is not hit

Hi, I am using latest version of ranorex - 6.1. I am trying to debug the test case using Visual Studio. Whenever I debug the code line - Ranorex.Core.Reporting.TestReport.Setup(RX.ReportLevel.Info, Path.Combine(reportDir, "SkyFontTestsReport.rxlog"), true); It hangs or goes into some infinite loop. ...
by deepak1920
Wed Sep 14, 2016 12:42 pm
Forum: Automation API
Topic: Take screenshot of UI at the time of failure
Replies: 1
Views: 2066

Take screenshot of UI at the time of failure

Hi, I am using ranorex API in my visual studio solution. Whenever something goes wrong, test script is failed and in report I can see the failure reason. I want to know the state of UI at the time of failure. Is it possible to enable some settings through code which will capture the screenshot whene...
by deepak1920
Wed Sep 14, 2016 12:20 pm
Forum: General Questions
Topic: How to open any app like word mobile on windows 10?
Replies: 11
Views: 2745

Re: How to open any app like word mobile on windows 10?

Hi,

Did ranorex team fix this issue 'process ID returned by RunApplication method is zero' in any latest release?



Regards,
Deepak
by deepak1920
Tue Aug 02, 2016 8:03 am
Forum: Object Identification and Technologies
Topic: SelectedItemText and Text value is null for combobox.
Replies: 5
Views: 2717

Re: SelectedItemText and Text value is null for combobox.

Hi, I got the snapshot using (Ctrl+Win) shortcut. In snapshot on the right side bottom, it won't show the combobox visually. Once I click save snapshot, it forces the default app to come into foreground and takes the screenshot from there. Please let me know if you need more information on the same....
by deepak1920
Tue Aug 02, 2016 7:43 am
Forum: Object Identification and Technologies
Topic: SelectedItemText and Text value is null for combobox.
Replies: 5
Views: 2717

Re: SelectedItemText and Text value is null for combobox.

Hi,

I have uploaded the spy snapshot for the control. And I am using version #5.4.5.19886


Option value 'No' was selected in combobox while taking this snapshot.



Thanks!
by deepak1920
Tue Aug 02, 2016 7:29 am
Forum: Object Identification and Technologies
Topic: SelectedItemText and Text value is null for combobox.
Replies: 5
Views: 2717

SelectedItemText and Text value is null for combobox.

Hi, In windows metro style app, I have one combobox. This combobox is created after overriding the default template of combobox. Now it is like - Grid -> Rectangle -> Combobox. The implementation is same as of answer shown for button on following link: https://social.msdn.microsoft.com/Forums/en-US/...
by deepak1920
Thu May 26, 2016 7:27 am
Forum: Automation API
Topic: Report not getting saved in custom location
Replies: 1
Views: 2202

Report not getting saved in custom location

Hi, I am trying to set up the report from Visual Studio. I have written below line of code - Ranorex.Core.Reporting.TestReport.Setup(ReportLevel.Debug, "abc.rxlog", true, "C:\\Temp"); I have placed view.rxlog file in "C:\\Temp" folder. Now when I execute my script from Visual Studio, it creates abc....
by deepak1920
Thu Apr 21, 2016 11:54 am
Forum: General Questions
Topic: How to get different reports for dropdown items?
Replies: 1
Views: 1262

How to get different reports for dropdown items?

Hi, I have a dropdown which has 2 items. I am using TestReport.Setup(ReportLevel.Debug, "report.rxlog", true) to generate the report. Now my code selects each option of dropdown one by one using loop. Once it is done with option one, it save the report using function TestReport.Save(). Now the first...
by deepak1920
Thu Mar 17, 2016 6:38 am
Forum: General Questions
Topic: How to open any app like word mobile on windows 10?
Replies: 11
Views: 2745

Re: How to open any app like word mobile on windows 10?

RunApplication method returns the process id of application being opened through it.

When I run windows desktop app using RunApplication method then this method returns '0' instead of correct process ID.


Any thoughts on this?


Thanks!
by deepak1920
Thu Mar 10, 2016 11:38 am
Forum: General Questions
Topic: How to open any app like word mobile on windows 10?
Replies: 11
Views: 2745

Re: How to open any app like word mobile on windows 10?

Thank You!

It worked well.