Hey everyone,
I tried several approaches to reach the Test-ID when creating a new Test-Instance.
I need the Test-ID to get information from the Test. This information is used to manipulate the list of a custom field present on the creation-screen of the Test-Instance. Therefore I need the Test-ID before the Test-Instance is created.
I'm working with TestSetTests_New by the way, but can't seem to reach the needed information.
TestSetTest_Fields.Field("TC_TEST_ID")sadly does not work , because the field does not have any value (yet).
So I need to somehow get the Test-ID another way:
- Maybe I need to use another Sub to insert code into?
- Is there a Sub for changing the selection (MoveTo) in the Testplan-Tree (the one that appears when choosing new Tests for a TestSet)?
- May I get the TSTest Object of the TestSetTest to be created? Then the property testId would do the job.
Someone got any good clues?