Search found 6 matches

by skder
Wed Jan 30, 2013 2:24 pm
Forum: General Questions
Topic: Testsuit: no additional information in Report
Replies: 6
Views: 1917

Re: Testsuit: no additional information in Report

It worked :)

Thank you very much :)
bye!
by skder
Wed Jan 30, 2013 9:15 am
Forum: General Questions
Topic: Testsuit: no additional information in Report
Replies: 6
Views: 1917

Re: Testsuit: no additional information in Report

Hello, Thanks for your reply :) I tried to load the .xlog file, but I couldn't manage it :oops: ... so i made a screenshot... in the User Code Module 1 is just the copy of the Code from the User Guide: void ITestModule.Run() { Mouse.DefaultMoveTime = 300; Keyboard.DefaultKeyPressTime = 100; Delay.Sp...
by skder
Tue Jan 29, 2013 4:01 pm
Forum: General Questions
Topic: Testsuit: no additional information in Report
Replies: 6
Views: 1917

Re: Testsuit: no additional information in Report

I read this in the User Guide: "Each executed test case and all its child modules can be analyzed in depth by expanding a particular test case."

Do I understand this right, that it should be possible to see more details, when clicking on the module...?
by skder
Mon Jan 28, 2013 2:54 pm
Forum: General Questions
Topic: Testsuit: no additional information in Report
Replies: 6
Views: 1917

Testsuit: no additional information in Report

Hey, I have a problem: when i run a code module the report works perfect and I get a lot of information out of it. But as soon as I run the modules in a testsuit - no information (besids the green spot, and the executed modules names) is shown. It just says: "Warning occurred: For additional informa...
by skder
Sat Jan 26, 2013 11:38 pm
Forum: Automation Discussions
Topic: Data Connector - Use the generated Datas
Replies: 1
Views: 2983

Re: Data Connector - Use the generated Datas

Hey! I solved my problem with a tiny bit of coding: in Testcase1 (step one stayed the same): generate an csv-File filled with data in testcase 2, i made a little code module with a csv-connector (using ranorex.core.data;) which loads the csv-File and later on I loop through the rows of csv-file and ...
by skder
Fri Jan 25, 2013 4:02 pm
Forum: Automation Discussions
Topic: Data Connector - Use the generated Datas
Replies: 1
Views: 2983

Data Connector - Use the generated Datas

hey, I have a problem with the DataConnector. What I'm trying to do is: Generate a csv-file with datas in it. And later on, I want to use those datas ( in the same testsuit). What I try is: 1. call a sql-query with ranorex, which writes the result into a csv-file. 2. connect the generated csv-file v...