Hello,
we run a HP QC Test with Business Components in a Test Lab and we create a defect out of the the run...
How can we get the Test name and the TestConfiguration Name?
We use HP ALM 11.0 Patch 19.
I have tried this in workflow scripting in the Function Bug_CanPost
strRunField_TestConfig_ID = Run_Fields.Field("RN_TEST_CONFIG_ID").Value
strTestID = Test_Fields.Field("TS_TEST_ID").Value
strTestName = Test_Fields.Field("TS_TEST_Name").Value
strTestConfiguration_Name = TestConfiguration_Fields.Field("TSC_NAME").Value
It does not work.
Any ideas...Thanks in advance for your help!