Search found 22 matches

by Harshal Joshi
Tue Nov 29, 2011 10:53 am
Forum: General Questions
Topic: Re: Debugging in Ranorex
Replies: 1
Views: 1537

Re: Debugging in Ranorex

Hi,
I want to know , in order to find error in recording , is debugging possible in Ranorex ?
If yes , please let me know how it can be done ? and if not , how to find errors in recording in ranorex ?
Please reply soon.

Thanks.
by Harshal Joshi
Thu Nov 17, 2011 8:21 am
Forum: General Questions
Topic: Re:system.diagnostics.process.start in Ranorex
Replies: 4
Views: 2875

Re: Re:system.diagnostics.process.start in Ranorex

Hi All,
In Ranorex project, I found one line "System.Diagnostics.Process.Start("iexplore.exe", URL);" .
I am not getting what is the purpose of this line ?
I am knowing very little about System.Diagnostics.Process.Start.
Please explain me.

Thanks in advance.
by Harshal Joshi
Wed Nov 16, 2011 12:29 pm
Forum: General Questions
Topic: Re: How to generate Ranorex test report in xl sheet ?
Replies: 4
Views: 1689

Re: How to generate Ranorex test report in xl sheet ?

Hi,
I am not getting what you excatly mean. My question is how can I display Ranorex generated test report (i.e. log generated in Ranorex) and screenshots in xl sheet ?
Please reply me soon.

Thanks in advance.
by Harshal Joshi
Wed Nov 16, 2011 10:40 am
Forum: General Questions
Topic: Re: How to select image region in Ranorex ?
Replies: 2
Views: 2019

Re: How to select image region in Ranorex ?

Hi All,
I want to know how to select image region (i.e.selected portion of image) in Ranorex while capturing the screenshot files for image.
Please reply soon. :?

Thanks in advance.
by Harshal Joshi
Wed Nov 16, 2011 7:28 am
Forum: General Questions
Topic: Re: Recording delay in Ranorex
Replies: 1
Views: 1618

Re: Recording delay in Ranorex

Hi All,
I have recoreded few controls in Ranorex but with certain delays. But, while replaying or running I don't want that much delay between those controls. So please let me know how to eliminate the delay.

Thanks in advance.
by Harshal Joshi
Tue Nov 15, 2011 10:40 am
Forum: General Questions
Topic: Re: How to add existing functionality of ranorex project
Replies: 2
Views: 2291

Re: How to add existing functionality of ranorex project

Thanks a lot. I got the solution to my problem.
by Harshal Joshi
Tue Nov 15, 2011 6:26 am
Forum: General Questions
Topic: Re: How to add existing functionality of ranorex project
Replies: 2
Views: 2291

Re: How to add existing functionality of ranorex project

Hi All,
I want to know how to add existing functionality of one Ranorex project in anotherr Ranorex projects ? i.e how to add reference to do so ?
by Harshal Joshi
Tue Nov 08, 2011 1:04 pm
Forum: General Questions
Topic: Re:Highlight item in Ranorex
Replies: 2
Views: 1976

Re: Re:Highlight item in Ranorex

Thank you. I got it.
by Harshal Joshi
Tue Nov 08, 2011 6:17 am
Forum: General Questions
Topic: Re:Highlight item in Ranorex
Replies: 2
Views: 1976

Re:Highlight item in Ranorex

Hi,
I have recorded the controls in Ranorex. But when I am going to highlight it , it is showing me the message that "The item exist but could not be highlighted because it could not be made visible." I am not getting the meaning of this message . Please help me.
by Harshal Joshi
Mon Nov 07, 2011 1:23 pm
Forum: General Questions
Topic: Re: How to generate Ranorex test report in xl sheet ?
Replies: 4
Views: 1689

Re: How to generate Ranorex test report in xl sheet ?

Hi,
I want to know how to display the test report generated in Ranorex to xl sheet ? i.e. How to make ranorex connectivity with xl ? Please help me in doing so.
by Harshal Joshi
Thu Nov 03, 2011 5:13 am
Forum: General Questions
Topic: Re: Unexcepted warning in ranorex class
Replies: 2
Views: 1595

Re: Unexcepted warning in ranorex class

Thank you for help. I got the solution for problem.
by Harshal Joshi
Thu Nov 03, 2011 5:11 am
Forum: General Questions
Topic: Re:system.diagnostics.process.start in Ranorex
Replies: 4
Views: 2875

Re: Re:system.diagnostics.process.start in Ranorex

Thank you so much. I found the link very useful
by Harshal Joshi
Wed Nov 02, 2011 12:00 pm
Forum: General Questions
Topic: Re: Unexcepted warning in ranorex class
Replies: 2
Views: 1595

Re: Unexcepted warning in ranorex class

Hi, I have created a new project named sample_demo_marketsiq. I have created a new class in sample_demo_marketsiq named TestCase. In that, I have declared some variables. But when I am running the projects I am getting some warning. My code looks like this: public class TestCase { ListItem item; dou...