Search found 27 matches

by Praveen597
Sun Aug 16, 2015 2:28 pm
Forum: How To …
Topic: Compare PDF reports
Replies: 2
Views: 3690

Compare PDF reports

Hi All,

Can Ranorex support comparison of 2 PDF files ? Is there any inbuilt API ? (paid or unpaid, any thing is fine)

Thanks,
Praveen
by Praveen597
Thu Nov 01, 2012 12:52 pm
Forum: General Questions
Topic: Unable to get HTTP Responce
Replies: 1
Views: 2144

Unable to get HTTP Responce

Hi the below is the C# code to get the HTTP response but when I tried it on Ranorex it is not working(showing error message : Namespace HttpWebRequest cannot be found) Can you please help me out? HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(url); request.Method = WebRequestMethods....
by Praveen597
Mon Jul 16, 2012 11:11 am
Forum: Mobile Testing
Topic: Support for iOS devices
Replies: 1
Views: 2698

Support for iOS devices

Hi Ranorex Team,

I found that Ranorex is now supporting Mobile testing for Android Application.

May I know does ranorex extends support to iOS Appications too ?
If yes, can you please send me any documents or the links to go ahead testing with iOS applications ?

Thanks,
Praveen
by Praveen597
Tue Jan 10, 2012 7:27 am
Forum: General Questions
Topic: Image Recognition
Replies: 4
Views: 2888

Re: Image Recognition

Even I have tried with 100% similarity but haven't found any progress.

Please help me out.
by Praveen597
Tue Jan 10, 2012 6:52 am
Forum: General Questions
Topic: Image Recognition
Replies: 4
Views: 2888

Re: Image Recognition

I have changed the color of the entire image. Right ? Then, how can the image equal to 10% similarity..?
by Praveen597
Fri Jan 06, 2012 8:01 am
Forum: General Questions
Topic: Image Recognition
Replies: 4
Views: 2888

Image Recognition

Hi all, I am finding difficult to use Ranorex to recognize the color combination. I have two similar images in which only the color differs from each other. For eg, one is a colored pic where as other one is black and white pic, now when comparing these two images the ranorex is showing boolean valu...
by Praveen597
Wed Dec 21, 2011 8:22 am
Forum: Automation Tools
Topic: Zipping Functionality
Replies: 1
Views: 1875

Zipping Functionality

Hi All, I need to add some files to the folder and zip that folder and attach the same to the mail. For this I am using following code but could able to zip the required folder. ZipFile zip = new ZipFile(); for(int i=0;i<attachments.Length-1 ; i++) { System.IO.FileInfo f = new System.IO.FileInfo(att...
by Praveen597
Sat Dec 03, 2011 7:31 am
Forum: Automation API
Topic: Aim: Capture browser url
Replies: 1
Views: 2405

Aim: Capture browser url

Hi Team, I am using C # code. I am trying to retrieve all the forms on the desktop and try to find the url of all forms (by using Self.Pageurl) so that if Pageurl exists then I'll consider that form as a browser and capture that url. But I failed do it successfully . Actually I tried to get browser ...
by Praveen597
Tue Nov 01, 2011 6:49 am
Forum: General Questions
Topic: Documentation Download
Replies: 3
Views: 1776

Re: Documentation Download

YES. API doc . The Doc which I mentioned in the below URL :
"http://www.ranorex.com/Documentation/Net"
by Praveen597
Mon Oct 31, 2011 8:30 am
Forum: General Questions
Topic: Documentation Download
Replies: 3
Views: 1776

Documentation Download

Is there any way to download .Net Documentation to my desktop....??

Currently I am using "http://www.ranorex.com/Documentation/Net" for doc but I haven't found any download option.
by Praveen597
Mon Oct 10, 2011 12:32 pm
Forum: General Questions
Topic: Ranorex could not navigate to the correct position
Replies: 4
Views: 1894

Re: Ranorex could not navigate to the correct position

Hi,

Make sure your browser zoom level set to 100% and try it again.

Regards,
Praveen
by Praveen597
Mon Oct 10, 2011 11:14 am
Forum: Automation Tools
Topic: Invalid Browser Count
Replies: 14
Views: 2484

Re: Invalid Browser Count

Thank You.
by Praveen597
Wed Oct 05, 2011 12:21 pm
Forum: Automation Tools
Topic: Invalid Browser Count
Replies: 14
Views: 2484

Re: Invalid Browser Count

Hi Ciege,

Is there any predefined method/function to count the number of browsers currently running irrespective of browser type..?
by Praveen597
Wed Oct 05, 2011 12:05 pm
Forum: Automation Tools
Topic: Capture url in C #
Replies: 2
Views: 2897

Re: Capture url in C #

Thanks. It is working.
by Praveen597
Mon Oct 03, 2011 6:57 am
Forum: Automation Tools
Topic: Capture url in C #
Replies: 2
Views: 2897

Capture url in C #

Hi All,

I want to capture URL of the current web page using C # code in Ranorex.

Can any one please help me out...?

I am trying to use this piece of code

string url = HttpContext.Current.Request.Url.AbsoluteUri;


But no use.

Thanks,
Praveen.