Lee_M
4 years agoCommunity Hero
this.item - javascript location
I have a Keyword test the performs a simple log message. The script takes in a parameter. This script executes as expected "the input value is = " + KeywordTests.p1.Parameters.tp1 ...
- 4 years ago
You can use aqTestCase to get the name of the current test case
https://support.smartbear.com/testcomplete/docs/reference/program-objects/testcase/name.html
- 4 years ago
All you need to use to get your vaiue is
aqTestCase.CurrentTestCase.Name
The other things on that page are examples of how it could be used.