Search found 104 matches

by slavikf
Tue Apr 05, 2016 7:21 am
Forum: Automation API
Topic: MS released WinAppDriver
Replies: 1
Views: 2993

MS released WinAppDriver

MS released WinAppDriver:
https://github.com/Microsoft/WinAppDriver

Would be interesting to head comments from Ranorex: are you planning to support it?
by slavikf
Tue Jun 11, 2013 4:58 pm
Forum: Mobile Testing
Topic: I can only automate app developed by me?
Replies: 2
Views: 2304

Re: I can only automate app developed by me?

Looking at mobile testing instruction... How did you come to this conclusion? Usually testing is always done without accessing / modifying application source code. So, it totally possible to automate action on any application, where Ranorex can recognize controls (i.e. almost any kind of application)
by slavikf
Tue May 07, 2013 5:00 am
Forum: General Questions
Topic: Issue using Ranorex in Win8 x64
Replies: 1
Views: 2023

Re: Issue using Ranorex in Win8 x64

Oh, never mind.
Issue was caused by installing MSI.
When I used "setup.exe" , then it installed all necessary prerequisites and now working OK.
by slavikf
Tue May 07, 2013 4:43 am
Forum: General Questions
Topic: Issue using Ranorex in Win8 x64
Replies: 1
Views: 2023

Issue using Ranorex in Win8 x64

I am not sure, if the issue is Win8, or something else. - I installed trial version of Ranorex (4.0.3) on new system (Win8 x64) - Created new suite (C#) - Added only 1 action: "Run application" - Tried to execute it. Got following error: The "Ranorex.MSBuildTasks.CreateImageResources" task could not...
by slavikf
Thu Jun 28, 2012 3:36 pm
Forum: Bug Reports
Topic: Report missing information, when special symbols are in it
Replies: 4
Views: 2608

Re: Report missing information, when special symbols are in it

I am not sure, if code would be of any help, but here it is: public static string Net_send (string msg) { Report.Info ("Sending: " + msg); string response1 = ""; IPAddress ipAddress = IPAddress.Parse(HL7_IP); if (ipAddress != null) { IPEndPoint serverEndPoint = new IPEndPoint(ipAddress, HL7_Port); b...
by slavikf
Thu Jun 28, 2012 3:31 pm
Forum: Bug Reports
Topic: Report missing information, when special symbols are in it
Replies: 4
Views: 2608

Re: Report missing information, when special symbols are in it

Yes, you are right, its line 371
Yes, reproduced in Ranorex 3.3

Attaching two screenshot, how my report appears WITH and WITHOUT that line
ok.png
See, these data is missing in the report now (however, it still in the RXLOG file, its just not displayed):
corrupt.png
by slavikf
Wed Jun 27, 2012 8:50 pm
Forum: Bug Reports
Topic: Report missing information, when special symbols are in it
Replies: 4
Views: 2608

Report missing information, when special symbols are in it

I am testing application and sending some message back and forth. So, i wanted to include this messages in the report. And as soon, as i did - ALL info disappeared from the report. Not just message, but everything - all info, warnings, ... As soon, as i remove my message from the report - all back t...
by slavikf
Wed May 23, 2012 3:49 pm
Forum: Automation API
Topic: Is there a 'best practice' on how to maintain screenshots?
Replies: 7
Views: 3103

Re: Is there a 'best practice' on how to maintain screenshots?

Great news!
What about repository limits / capacity?
Will we be able to store hundreds big screenshots?
by slavikf
Mon Apr 16, 2012 2:56 pm
Forum: Automation API
Topic: Specifying the Connection to the Database
Replies: 1
Views: 2554

Re: Specifying the Connection to the Database

Check reply here, too see if it answers your question:

http://www.ranorex.com/forum/connecting ... tml#p13484
by slavikf
Mon Apr 16, 2012 2:50 pm
Forum: Automation API
Topic: Connecting Ranorex to SQL server 2008
Replies: 2
Views: 5140

Re: Connecting Ranorex to SQL server 2008

Here is my code: public static string RexConnection = "Data Source=REX;" + "user=mvois;password=" + Common.MVPass + ";database=AutoRex"; public static void ValidateSQL (string TC, string query, string field, string expected) { Report.Info ("Attemting to connect with: " + Common.RexConnection); SqlCo...
by slavikf
Tue Jan 24, 2012 5:49 pm
Forum: Bug Reports
Topic: FR: add user description field to Validate action
Replies: 3
Views: 2256

Re: FR: add user description field to Validate action

Great news!
Thank you
by slavikf
Mon Oct 17, 2011 9:09 pm
Forum: General Questions
Topic: How to move Ranorex license to other computer
Replies: 1
Views: 1817

How to move Ranorex license to other computer

I have "Ranorex Premium Node-Locked License".

How i can move this license to another computer?
by slavikf
Thu Oct 06, 2011 1:36 am
Forum: Bug Reports
Topic: FR: Reports - "Expand All" functionality
Replies: 1
Views: 2147

FR: Reports - "Expand All" functionality

This is more as feature request I have a test suite with about 100 test cases. So, when i look at my report, i like, that it is well structured. But, when i need to print it to PDF file - i want every (+) folder to be expanded. However, currently "Expand ALL" only opens list of test cases Can you do...
by slavikf
Mon Oct 03, 2011 10:48 pm
Forum: Bug Reports
Topic: Can't open report, if Enhanced security activated
Replies: 3
Views: 2231

Re: Can't open report, if Enhanced security activated

Hm, Ranorex XSL file includes following line: <!-- http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js --> So, it is not obvious from the beginning, which "site" to include... Anyway, i figure out it by now... BTW, i am testing desktop standalone app. Now, i wonder, how report will be di...
by slavikf
Mon Oct 03, 2011 10:08 pm
Forum: Bug Reports
Topic: Can't open report, if Enhanced security activated
Replies: 3
Views: 2231

Can't open report, if Enhanced security activated

I ran into this problem, when i tried Ranorex on Windows Server 2008. By default, IE uses "Enhanced security". So, when i ran test cases, i see window with report, but can't open any entries... When i used debugger in IE, it complains about jQuery being unavailable. So, i guess that security mode bl...