Search found 5 matches

by ewu
Fri Mar 08, 2019 8:06 pm
Forum: Automation API
Topic: How can I get the current running recording GUID?
Replies: 2
Views: 2298

How can I get the current running recording GUID?

Hi,

How can I get the current running recording GUID?
I need to log the current running recording guid to database.

Thanks,
Emma
by ewu
Tue Dec 04, 2018 3:57 pm
Forum: Automation API
Topic: How to get a list of test case guid
Replies: 2
Views: 2315

Re: How to get a list of test case guid

Problem solved!
:D Thanks!
by ewu
Tue Dec 04, 2018 3:52 pm
Forum: General Questions
Topic: User Code does not run when running a test case
Replies: 2
Views: 1077

Re: User Code does not run when running a test case

Thank you!
I created a new solution and solved everything.
by ewu
Tue Dec 04, 2018 12:00 am
Forum: Automation API
Topic: How to get a list of test case guid
Replies: 2
Views: 2315

How to get a list of test case guid

Hi, I'm unable to get a list of current test case guid. I have tried using TestSuite TS = (TestSuite)TestSuite.Current; IList<TestSuiteEntry> ss =TS.GetAllTestSuiteEntries(); foreach(TestSuiteEntry x in ss) { if(x.GetType()== typeof(TestCaseNode) && !x.DisplayName.Contains("Test Suite")) Report.Info...
by ewu
Mon Dec 03, 2018 6:40 pm
Forum: General Questions
Topic: User Code does not run when running a test case
Replies: 2
Views: 1077

User Code does not run when running a test case

Hello,

I'm having trouble running the user code that is added to a recording.
When I run the recording, the user code will run, but if I runing the whole test case, the user code never runs.


Thanks,
Emma