I created an xls file per the testlog doc. I have 23 testcases that I am importing. The import fails and imports test cases 10-23, however test cases 1-9 are not imported. Note the test cases are identical except for the id number. The strange part is I can import test case 1 by itself.
The other weird thing is after a failed/successful import I manually delete the test case but when reimporting the test cases the application generates messages indicating the test cases exist:
Test Case or Test Suite already exist.
Test case with ID "COM1" already exist in test suite "COM Suite". Overwrite?
I click OK button.
I get another message:
Overwrite all conflicting test cases and test suites?
I click Yes button.
The I get another error:
Error Line 3:
Error creating XML file to represent test case.
Check that the test case ID name is a valid filename and that all parent folders have been created in TestLog or the .CSV file.
The other weird thing is after a failed/successful import I manually delete the test case but when reimporting the test cases the application generates messages indicating the test cases exist:
Test Case or Test Suite already exist.
Test case with ID "COM1" already exist in test suite "COM Suite". Overwrite?
I click OK button.
I get another message:
Overwrite all conflicting test cases and test suites?
I click Yes button.
The I get another error:
Error Line 3:
Error creating XML file to represent test case.
Check that the test case ID name is a valid filename and that all parent folders have been created in TestLog or the .CSV file.
Comment