Search found 3 matches

by Maikel
Wed Aug 09, 2017 2:48 pm
Forum: General Questions
Topic: Creating and accessing Lists
Replies: 3
Views: 2068

Re: Creating and accessing Lists

Thanks krstcs, that mostly solved my problem. Another error was in my PrintItAll method, it should have read Report.Log(ReportLevel.Info, "message") as someone from the Test Automation Engineers team kindly pointed out to me. This person also was kind enough to suggest using the WaitFor action inste...
by Maikel
Tue Aug 08, 2017 3:43 pm
Forum: General Questions
Topic: Creating and accessing Lists
Replies: 3
Views: 2068

Re: Creating and accessing Lists

Ok some more info: When I do not use a List but simply a string (which gets overwritten instead of added) I do get it to work as intended and my Report shows the given value/message. Another approach: creating the list using the line: public static List<string> summaryList {get;set;} Now I just want...
by Maikel
Fri Aug 04, 2017 1:49 pm
Forum: General Questions
Topic: Creating and accessing Lists
Replies: 3
Views: 2068

Creating and accessing Lists

Hello, I'm on Windows 10 Enterprise and using Ranorex Studio 7.1.0 I have a simple website with 4 combo boxes containing 4 items each which have a different value attribute each. When you choose 4 items, the added total (the 'price') is displayed below the boxes (if less options are chosen it just s...