Search found 14 matches

by ghrkus
Fri Jun 13, 2014 8:42 am
Forum: General Questions
Topic: How to customize the report rxlog file NAME.
Replies: 4
Views: 2723

Re: How to customize the report rxlog file NAME.

Thanks Markus,


It's working. :-)



Regards,
by ghrkus
Tue Jun 10, 2014 12:17 pm
Forum: Automation Tools
Topic: Not able to run more than 3 test cases
Replies: 3
Views: 1833

Re: Not able to run more than 3 test cases

Hi, Thanks for your reply. Which version of Ranorex is installed on your machine? Currently I am using 4.1.6 version. But this issue was there even in earlier versions. Are your tests running on a virtual or local machine? Local Machine. Is the test always aborted after the same amount of time? Not ...
by ghrkus
Tue Jun 10, 2014 9:04 am
Forum: General Questions
Topic: How to customize the report rxlog file NAME.
Replies: 4
Views: 2723

How to customize the report rxlog file NAME.

Hi, Is there a way to to give a custom name rather than it taking the log name from properties? I know we can setup log name using %S%T%D..etc But I want to name the log file depending on the test cases am running. like eg. UseThisName.rxlog, MyTestLog.rxlog.. I tried to use "Ranorex.Core.Reporting....
by ghrkus
Mon Mar 24, 2014 2:14 pm
Forum: Automation Tools
Topic: Not able to run more than 3 test cases
Replies: 3
Views: 1833

Not able to run more than 3 test cases

Hi, In my project am having 7 different code based testcases. Each test case takes approx 2hrs(some more than that) time. When I try to run all 7 test cases together, every time ranorex executes/runs only first 3 test cases and gracefully stops and generates report only for those 3 test cases. I don...
by ghrkus
Wed Aug 01, 2012 11:20 am
Forum: Automation Tools
Topic: Storing an Image in repository for image comparision
Replies: 1
Views: 2078

Storing an Image in repository for image comparision

Hi, is it possible to Store an Image in repository for image comparision( a static Image) with another image generated dynamically from an application??
If I can store or save in repository,in which format I can store or save??

Please help
by ghrkus
Fri Jun 22, 2012 12:04 pm
Forum: Automation Tools
Topic: Binding Data to a csv file
Replies: 2
Views: 2268

Re: Binding Data to a csv file

Ok.Thanks for your help.
by ghrkus
Fri Jun 22, 2012 10:39 am
Forum: Automation Tools
Topic: Binding Data to a csv file
Replies: 2
Views: 2268

Binding Data to a csv file

Hi I am unable to Binding Data from a CSV file in a Code Based Test Case(C# code only, Not using recorder). I am able to Manage Data Source and attach my CSV file to Ranorex and can get data but how to bind those values with the variables using in my code or with the UI elements of my application? I...
by ghrkus
Wed Jun 20, 2012 6:46 am
Forum: Automation Tools
Topic: Testing on Maps
Replies: 4
Views: 3713

Re: Testing on Maps

ok Thanks :)
by ghrkus
Wed Jun 13, 2012 7:45 am
Forum: Automation Tools
Topic: Testing on Maps
Replies: 4
Views: 3713

Re: Testing on Maps

Thanks for your reply. I am using C#. In the application am testing, can point out the positions of the clients, with the help of their IP addresses, in the map. That Map can be Zoom in(to pin point the address) and Zoom out and can point out the IP address in that Map. My job is to validate whether...
by ghrkus
Tue Jun 12, 2012 10:27 am
Forum: Automation Tools
Topic: Testing on Maps
Replies: 4
Views: 3713

Testing on Maps

Hi, Is it possible to do automated code based testing on Maps(ie.maps which can ZoomIn and ZoomOut, like Google Maps) and validating them??
If so, how can we do it? We can only validate them as an image or any other procedure there?

Please help me out.

Thanks.
by ghrkus
Tue Apr 17, 2012 8:30 am
Forum: Automation Tools
Topic: How to show a text box is a readonly?
Replies: 3
Views: 2252

Re: How to show a text box is a readonly?

Thanks for your replies...I solved. I didnt do the java instrumentation properly. So while doing validation during the run, the whole form was selecting instead of a particular text field I wanna validate.

I re-run instrumentation with lower version of Java and I solved the problem..

thanks anyway.
by ghrkus
Wed Apr 11, 2012 8:29 am
Forum: Automation Tools
Topic: How to show a text box is a readonly?
Replies: 3
Views: 2252

How to show a text box is a readonly?

Hi,

I have a question here. How can we show a textbox in a form is READ-ONLY to developer while running our recording?

Thanks
by ghrkus
Wed Apr 11, 2012 8:20 am
Forum: Automation API
Topic: How to record a plug-in during the run
Replies: 2
Views: 1814

Re: How to record a plug-in during the run

Thanks Ciege, but I am sorry I cant post the code or a screenshot. That plugin is jnlp file. I solved it by embedding it in my C# coding
by ghrkus
Mon Apr 09, 2012 12:45 pm
Forum: Automation API
Topic: How to record a plug-in during the run
Replies: 2
Views: 1814

How to record a plug-in during the run

Hi, I got a problem with a JAVA plug-in. To login on to a UI, I need to open a java plug-in which pops out only when I reach that page for login. Everytime I have to open that plug-in to login. During the re-run of my recording, cursor is not able to click on that plug-in as I do during the real tim...