Forum Discussion

sdruker's avatar
sdruker
Contributor
10 years ago

calling keyword test when test excecution of each test item is over using Onstop test event

Hi,



I created a keyword test and I want it to run when test excecution of each test item is over.

I though to call it using the Onstop test , test engine event, but when I'm trying to do that I only part of my keywordtests appear in the selection list.

The test that I want to call is not in the list.



Does anyone knows why?



Thanks,

Sivan

1 Reply

  • Finally I found the answer:




    Sub GeneralEvents_OnStopTest(Sender)


      Call keywordtests.   "Keywordtest_Name " .Run()


    End Sub