Forum Discussion
3 Replies
- Marsha_R
Champion Level 3
Where are the tests now and what kind of files are they in?
- Sujith11390New Contributor
The data is in a Excel workbook in following format
TestCaseName FunctionName Parameters
211012_TC fnDriverExecuteTestcase 211012
where my Testcase name is Name in Test items
function name is Execution Entity
parameters is Parameters in Test Items page.
- AlexKaras
Champion Level 3
Hi,
No API to create Test Items in the test project exists as per my knowledge.
You may investigate the structure of the project .mds file and manually modify it to add Test Items to it. But as the structure of the .mds file is not documented and is subject to change such investigation and results of manual .mds file modification are solely on your own risk.
> The data is in a Excel workbook
What is the primary source of these data? Is it Excel or TestComplete?
If it is Excel, then, actually, in TestComplete you have one data-driven test (DDT).
You may consider to use the aqTestCase object provided by TestComplete if you like to separate tests executed within the DDT loop.