Search found 18 matches

by Jenny
Sun Oct 16, 2016 3:11 am
Forum: General Questions
Topic: Certification Access Code error
Replies: 1
Views: 1167

Certification Access Code error

I purchased the certification test and the access code that Ranorex sent for certification test gives "Your entry did not match" error. I sent email to support ranorex. Haven't received any reply yet..Does anyone know what I should do?
by Jenny
Wed Oct 12, 2016 3:45 pm
Forum: General Questions
Topic: Identifying WPF elements
Replies: 1
Views: 1366

Identifying WPF elements

Hi,

How to improve the performance of Ranorex tool in identifying WPF elements. Global plugin settings don't seem to make anything better. Is there anything I need to do specifically or generally inorder to improve the performance. Any thoughts?

Thanks,
Jenny
by Jenny
Fri Jul 01, 2016 3:19 pm
Forum: General Questions
Topic: Issue in running from Test Suite
Replies: 5
Views: 1536

Re: Issue in running from Test Suite

Hi,

I don't think this is an xpath issue as it runs successful when I run those separately. If it had any xpath issue, then it wouldn't have run succesfully then...right? My thought on this is that there is some kind of timing issue.

-Jenny
by Jenny
Thu Jun 30, 2016 7:17 pm
Forum: General Questions
Topic: Issue in running from Test Suite
Replies: 5
Views: 1536

Re: Issue in running from Test Suite

Hi, Yes, AUT is in the correct state before each set of script. The script breaks here and there in recognizing an OK button, or on clicking on the right spot etc etc. So I put enough waiting time/time-outs and delays. But if we run these scripts separately , it works fine with no failures. I was wo...
by Jenny
Thu Jun 30, 2016 3:18 pm
Forum: General Questions
Topic: Issue in running from Test Suite
Replies: 5
Views: 1536

Issue in running from Test Suite

Hi, I have a scenario where I have about 100 scripts under one test suite. I would like to run these scripts from the test suite, basically I need to run the test suite. But I see a problem when I run the test suite as all the scripts go out of sync and break.I have given enough time outs and delays...
by Jenny
Thu May 26, 2016 10:06 pm
Forum: General Questions
Topic: Ranorex layout version 5.4
Replies: 5
Views: 1352

Re: Ranorex layout version 5.4

Thanks Pavel. I did the workaround what Pavel suggested and it works in that way
(renaming file Default.xml to Debug.xml in C:\Users\username\AppData\Roaming\RanorexStudio6\layouts).
Also thanks to Johannes for adding this in the future bug fix.

Thanks,
Jenny
by Jenny
Wed May 25, 2016 6:26 pm
Forum: General Questions
Topic: Emailing reports from Ranorex
Replies: 1
Views: 1325

Emailing reports from Ranorex

Hi,

Does anyone know how to email reports from Ranorex?
What are the set up that need to be done in order to accomplish this? My ranorex version is 5.4

Thanks,
Jenny
by Jenny
Fri May 20, 2016 4:41 pm
Forum: General Questions
Topic: Ranorex layout version 5.4
Replies: 5
Views: 1352

Ranorex layout version 5.4

Hi,

It seems like I lose the "Debug layout" everytime I open the tool. It changes to Plain or Default. How can I set it permanently to "Debug layout"?

Thanks,
Jenny
by Jenny
Mon May 02, 2016 4:06 pm
Forum: General Questions
Topic: CSV Connector and Application Version Change
Replies: 2
Views: 1219

Re: CSV Connector and Application Version Change

Thanks for your reply.
by Jenny
Fri Apr 29, 2016 10:23 pm
Forum: General Questions
Topic: CSV Connector and Application Version Change
Replies: 2
Views: 1219

CSV Connector and Application Version Change

Hi, I have a TestSuite that contains a testcase with three test scripts. In one of the scripts I have attached CSV file using CSV data connector and then made data binding and the rest of the scripts are data driven type. I have NOT made the connection programmatically. This test Suite I created on ...
by Jenny
Fri Apr 29, 2016 10:15 pm
Forum: General Questions
Topic: Writing to a text file using StremWriter
Replies: 4
Views: 1912

Re: Writing to a text file using StremWriter

I mean

myWriter.Write(result +y);
by Jenny
Fri Apr 29, 2016 10:14 pm
Forum: General Questions
Topic: Writing to a text file using StremWriter
Replies: 4
Views: 1912

Re: Writing to a text file using StremWriter

Hi,

Somehow it didn't work with Writeline..But it did work with
myWriter.Writer(result +y);

Thanks!
by Jenny
Fri Apr 29, 2016 5:12 pm
Forum: General Questions
Topic: Writing to a text file using StremWriter
Replies: 4
Views: 1912

Writing to a text file using StremWriter

Hi, I have an csv file attached to my script and one of the columns in the file is YEAR. I use 'vehYear' as variable to bind to 'YEAR' column. I want to create a file called TestResult.txt and write the content of the variable 'vehYear' to the TestResult.txt using StreamWriter.WriteLine.Somehow I ca...
by Jenny
Mon Apr 25, 2016 1:21 am
Forum: General Questions
Topic: How to get the attributevalue of the variable in the Rxpath?
Replies: 1
Views: 1445

How to get the attributevalue of the variable in the Rxpath?

Hi,

I have a variable called $varYear which is bound to a column "Year" in csv file. How do I access the value in that $varYear in the usercode?

Thanks,
Jenny
by Jenny
Wed Apr 20, 2016 4:21 am
Forum: General Questions
Topic: Connecting CSV file programatically
Replies: 6
Views: 1685

Re: Connecting CSV file programatically

Hi,
I have attached my sample CSV file and the sample window in my application. Let me know how to read the cell data and put the checkmark in the application according to the celldata.

Thanks,
Jenny