5import isystem.connect
as ic
11def test_getTestCaseHandle():
12 connMgr = ic.ConnectionMgr()
13 connMgr.connect(ic.CConnectionConfig().instanceId(winidea_id))
15 tcCtrl = ic.CTestCaseController(connMgr,
"main",
"")
18 print(f
"Current test case handle: {tcCtrl.getTestCaseHandle()}")
23if __name__ ==
"__main__":
24 test_getTestCaseHandle()