Forum Discussion

SanthoshShetty's avatar
SanthoshShetty
Occasional Contributor
8 years ago
Solved

Can we get the test case name in BeforeTestCase

Hi All,

 

We are implementing a custom framework for our project and for that we need to know the test case name in the Event handler - BeforeTestCase, so that we using the Testcase name we will write a groovy logic do the implementation for the next steps.

 

Can some please help me how to achieve this.

 

E.g.,

 

1) TestCase1

2) TestCase2

3) TestCase3

 

I have the above three testcases and an Event - BeforeTestCase. So am writing a logic in Groovy script and I need the testcasename that is "TestCase1" before the execution of "TestCase1" and testcasename "TestCase2" before the execution of TestCase2...

 

Thank you.