Get all QC tests from test plan through OTAClient - JAVA -
What is the interface to use for all test cases in the QC test plan? We have an ITSAT factory for test set details in test lab. But how can we get all the test details from QC in some collection item in the value-added pair?
Data retrieval is more important for now. The use of OTAClient.dll has been converted into java jar and using Com 4J as a bridge!
Thank you in advance!
ITreeManager
and ITestFolder
/ ITestFolderFactory
are interfaces, for testing ITestFactory
interface.
With the NewList
methods of TestFolder and TestFactory objects, you can create a recurring function that tests you in all test plans.
Comments
Post a Comment