Search found 11 matches

by sop
Mon May 13, 2013 7:49 pm
Forum: Automation API
Topic: Ranorex log from VS from Jenkins
Replies: 4
Views: 3177

Re: Ranorex log from VS from Jenkins

thank you
by sop
Mon May 06, 2013 2:02 pm
Forum: Automation API
Topic: Ranorex log from VS from Jenkins
Replies: 4
Views: 3177

Re: Ranorex log from VS from Jenkins

sorry Ranorex is surely installed as I said it works perfectly from Visual Studio - exactly the same code moreover it works from Jenkins now and then when Window is restarted it looks like some rights problem or the way how Jenkins executes the code from service or something but it is ranorex loggin...
by sop
Sat May 04, 2013 9:43 am
Forum: Automation API
Topic: Report as pdf
Replies: 32
Views: 14635

Re: Report as pdf

thank you, it works
by sop
Fri May 03, 2013 9:12 am
Forum: Automation API
Topic: Ranorex log from VS from Jenkins
Replies: 4
Views: 3177

Ranorex log from VS from Jenkins

Hi we are using Jenkins as a system for CI executing mstests inside which I am trying to use ranorex logging (not exactly the way recommended in best practices) so the code might look like that [TestClass] public class Test1 { [TestInitialize] public void MyTestInit() { TestReport.Setup(ReportLevel....
by sop
Thu May 02, 2013 10:35 am
Forum: Automation API
Topic: Report as pdf
Replies: 32
Views: 14635

Re: Report as pdf

hi Ciege I was looking for the same thing and found this thread Since the log is just an XML (you did know that you can rename the log to .xml and it will display in your web browser didn't you?) ... Since the logs are just XML I stick with that since everyone can just point their browser to the XML...
by sop
Wed Mar 20, 2013 4:07 pm
Forum: Automation API
Topic: Ranorex.Table - I can't get cells values
Replies: 9
Views: 7310

Re: Ranorex.Table - I can't get cells values

thanks Markus in Spy it becomes accessible but in a bit strange way - not as a cell identified by row and a column so by default the xpath is using rawtex newCell.jpg you can see that this element is located in the 8th row and 2 column looking in the application one would expect it to be 6th row 0 c...
by sop
Tue Mar 19, 2013 5:04 pm
Forum: Automation API
Topic: Ranorex.Table - I can't get cells values
Replies: 9
Views: 7310

Re: Ranorex.Table - I can't get cells values

sorry for a bit of confusion - in the screenshot number of cells is more than in the snapshot because there are more rows in the choosen datagrid
but as I said the total number of cell is as expected (i.e. number of cells = number of rows* number of columns.)
by sop
Tue Mar 19, 2013 5:02 pm
Forum: Automation API
Topic: Ranorex.Table - I can't get cells values
Replies: 9
Views: 7310

Re: Ranorex.Table - I can't get cells values

Hi Markus
it gets all cells = number of rows* number of columns
but as I said I cant see how to get the value which is stored in body cell

header cell:
headerCell.jpg
body cell:
bodyCell.jpg
regards,
sop
by sop
Mon Mar 18, 2013 7:34 pm
Forum: Automation API
Topic: Ranorex.Table - I can't get cells values
Replies: 9
Views: 7310

Re: Ranorex.Table - I can't get cells values

one more thing
looking at cells properies /Details in the Spy I can see that AccessibleValue for header cell is the value and for other rows is empty
Header screenshot
header.jpg
other cells Details screenshot
Cell.jpg
thanks,
sop
by sop
Mon Mar 18, 2013 4:40 pm
Forum: Automation API
Topic: Ranorex.Table - I can't get cells values
Replies: 9
Views: 7310

Re: Ranorex.Table - I can't get cells values

Hi Markus
here is the snapshot
tablesnapshot.rxsnp
thanks,
sop
by sop
Mon Mar 18, 2013 7:56 am
Forum: Automation API
Topic: Ranorex.Table - I can't get cells values
Replies: 9
Views: 7310

Ranorex.Table - I can't get cells values

Hello, I have a grid in our application which is seen as Table with MSAA flavour by the Spy. I am trying to get values out of that table with the following code Ranorex.Table t = PortfolioForm.FindSingle<Ranorex.Table>("element/element[@controlid='yyy']/table[@accessiblename='xxx]", 5000); t.EnsureV...