Search found 26 matches

by rotciv
Mon Mar 30, 2015 9:36 am
Forum: General Questions
Topic: Cant move mouse when recording
Replies: 9
Views: 3870

Re: Cant move mouse when recording

hi Robert
is it possible to update that thread with the result?
I have the same issue on 5.3 and W7
I never had such problem in the past and started after made a few migrations (dunno which one actually caused it but currently I am on the latest 5.3)

thanks
by rotciv
Fri Sep 19, 2014 2:39 pm
Forum: Automation API
Topic: Report data file file is missing
Replies: 12
Views: 4600

Re: Report data file file is missing

hi Markus
thanks I found it indeed in the current directory / so it is already good and will help us
Is there a way to setup the test to save temp data file to the Log directory from the start?
The fact that it is not happening seems like a bug

Kind regards,
Victor
by rotciv
Thu Sep 18, 2014 3:13 pm
Forum: Automation API
Topic: Bug: IE zoom makes tests failed
Replies: 3
Views: 2337

Re: Bug: IE zoom makes tests failed

thanks krstcs

I didnt know that i could use support email as well
and thank you for zoom information I already moved to 100% but now I know that this is the only possible setup

Kind regards,
rotciv
by rotciv
Thu Sep 18, 2014 8:08 am
Forum: Automation API
Topic: Bug: IE zoom makes tests failed
Replies: 3
Views: 2337

Re: Bug: IE zoom makes tests failed

Hello
should I raise it somehow differently in order it to be fixed?

thanks,
rotciv
by rotciv
Wed Sep 17, 2014 4:02 pm
Forum: Automation API
Topic: Report data file file is missing
Replies: 12
Views: 4600

Re: Report data file file is missing

hi Markus it doesn't make any difference I can not see any *.rxlog.data_tmp neither in log directory nor anywhere on drive C I tried TestReport.Setup(ReportLevel.Debug, outputLog + "\\Report.html", true,false,new Duration(1000)); or TestReport.Setup(eportLevel.Debug, outputLog + "\\Report.html", tru...
by rotciv
Tue Sep 16, 2014 3:40 pm
Forum: Automation API
Topic: Bug: IE zoom makes tests failed
Replies: 3
Views: 2337

Bug: IE zoom makes tests failed

hello I am using Ranorex version 5.01.17706 OS Windows Server 2008 R" Standard (the same scenario works fine on W7) is it a known bug that changing the zoom of the Explorer makes actions like click to be misplaced? in particular I have very simple scenario - certificate issue, trying to continue to ...
by rotciv
Tue Sep 16, 2014 8:54 am
Forum: Automation API
Topic: IReportMetadata - what is the usecase?
Replies: 1
Views: 2492

IReportMetadata - what is the usecase?

Hello I reused the code from the recording module (in Visual Studio) and see that it is always using IReportMetadata example is Report.Log(ReportLevel.Debug, "Keyboard", String.Format("Key sequence '{0}' with focus on 'ABC.Username'.", userName), repo.UsernameInfo, new RecordItemIndex(2)); in report...
by rotciv
Mon Sep 15, 2014 2:17 pm
Forum: Automation API
Topic: report level from app.config
Replies: 2
Views: 1849

Re: report level from app.config

thanks Robert
by rotciv
Mon Sep 15, 2014 1:36 pm
Forum: Automation API
Topic: Report data file file is missing
Replies: 12
Views: 4600

Re: Report data file file is missing

ok thanks is there any way to set up Ranorex report to save temp data file every X seconds or something? I mean log4net for example is readible even id the process got killed changing TestReport.ReportWriteInterval =0 doesnt seem to change anything I will see how to handle killing - it is other fram...
by rotciv
Mon Sep 15, 2014 7:31 am
Forum: Automation API
Topic: Report data file file is missing
Replies: 12
Views: 4600

Re: Report data file file is missing

hi Markus there is no debug directory it is release executable written in Visual Studio and using inside Ranorex Report if this executable goes to the end all files are created in the log directory if this executable is killed half way through there is no data file as explained before thank you for ...
by rotciv
Thu Sep 11, 2014 2:44 pm
Forum: Automation API
Topic: report level from app.config
Replies: 2
Views: 1849

report level from app.config

Hello just wonder if there is out of the box way to initialize Ranorex report level from config file (app.config) when test is written in Visual Studio? currently I am doing testreport.setup and making conversion from string to ReportingLevel. but I wonder if it is possible to do it without conversi...
by rotciv
Thu Sep 11, 2014 8:32 am
Forum: Automation Discussions
Topic: Validate.Exists to initialize
Replies: 2
Views: 2956

Validate.Exists to initialize

Hello I have a general question and wonder if you could help in order to play safe and at the same time not to waste time I am doing very similar thing twice always in the code: if (Validate.Exists(repo.LoginWindow.SelfInfo.AbsolutePath, new Duration(20000), "Check Object '{0}'", new Validate.Option...
by rotciv
Wed Sep 10, 2014 3:14 pm
Forum: Automation API
Topic: Report data file file is missing
Replies: 12
Views: 4600

Re: Report data file file is missing

hi Markus I revisited the problem at the time when I received your answer the problem was solved the other way so I didnt really follow it out (ie believed that there is such temp file and that in the future I would use it) now I started to have the issue again program takes too long to execute and ...
by rotciv
Thu Aug 28, 2014 9:49 am
Forum: Object Identification and Technologies
Topic: Two Ranorex sync
Replies: 4
Views: 1841

Re: Two Ranorex sync

thank you for your help and ideas
by rotciv
Thu Jul 10, 2014 8:50 am
Forum: Object Identification and Technologies
Topic: Two Ranorex sync
Replies: 4
Views: 1841

Two Ranorex sync

Hello I have a general question and hope someone can point in the right direction. our Ranorex tests are lengthy with Application under test performing internal operations and staying inaccessible for 10-15 mins. It is a waste to execute only one such test on the same machine so I want to run two or...