Search found 4 matches

by qphan613
Tue Oct 02, 2018 3:09 pm
Forum: Automation API
Topic: Get the list of test case names back.
Replies: 8
Views: 3234

Re: Get the list of test case names back.

Hi Robin, Perhaps "active" is not the right word, I don't mean the test case that are "currently running". What I meant is all the test cases that should be run in a test suite within a particular run configuration. For example in the screenshot below, if I select the run configuration "Build Single...
by qphan613
Mon Oct 01, 2018 9:02 pm
Forum: Automation API
Topic: Get the list of test case names back.
Replies: 8
Views: 3234

Re: Get the list of test case names back.

My QA Team created a Ranorex project with over 40 test cases. I want to incorporate these into my continuous build/deployment process in TFS Team Service or Azure DevOps. In order to do this, I implement a NUnit wrapper in Visual Studio where I can call the Ranorex test case outside of Ranorex using...
by qphan613
Fri Sep 28, 2018 4:43 pm
Forum: Automation API
Topic: Get the list of test case names back.
Replies: 8
Views: 3234

Re: Get the list of test case names back.

Thanks Robin, I forgot to mention one important factor is I'm running this code within my NUNIT in Visual Studio and not inside Ranorex. Therefore right now when I run it, TestSuite.Current is NULL; I imagine if you run the c# code inside Ranorex then this is already populated with the proper object...
by qphan613
Fri Sep 21, 2018 9:56 pm
Forum: Automation API
Topic: Get the list of test case names back.
Replies: 8
Views: 3234

Get the list of test case names back.

1.PNG Hello, I'm trying to get a list of the test case names that are active. However, I can't seem to get the right information back. I keep getting one item with the name "SpaceTRAXbuild" whereas I'm expecting to get two items back with names "Create_and_log_into_New_Department" and "Initial_inve...