Search found 3 matches

by Bumler
Thu Jun 21, 2018 7:35 pm
Forum: Automation API
Topic: How To: Dynamically Create Test Containers for Report
Replies: 3
Views: 3564

Re: How To: Dynamically Create Test Containers for Report

@odklizec

Hmm that makes sense. I'd considered that but was hoping there might be a more lightweight way to do it using Report. Looks like that might be the best way to go about it though.
by Bumler
Thu Jun 21, 2018 1:45 am
Forum: Automation API
Topic: How To: Dynamically Create Test Containers for Report
Replies: 3
Views: 3564

How To: Dynamically Create Test Containers for Report

In a case where I have something like for (int i = 0; i < 10; i++){ //some test logic } How could I set it up so that in the report test logic is in it's own test container (so you would have 10 containers each with a pass or fail). Unfortunately, I cannot do this by iterating over data as the list ...
by Bumler
Tue Dec 12, 2017 8:24 pm
Forum: How To …
Topic: How to include non C# files when running to a remote agent
Replies: 1
Views: 2010

How to include non C# files when running to a remote agent

I have an .xlsx file stored in my project and need to open and read it in a C# class in order to properly set my environment when running a test both locally and remotley. The excel file contains a list of commands that my class needs to read through and run on a host. I've included the .xlsx file i...