Problem importing TestCases in TL 1.9. Beta4
Posted: Fri Jul 16, 2010 10:29 am
Hi,
I'm trying to import test cases in XLS / XML (both options) and I can't import the "steps" and "Expected Results". No error and no warnings. All ok but those fields do not show.
In tests with an excel file I have four columns with "Name", "summary", "Steps" and "Expected Results" and the test XML file is this:
In both cases, test cases are created successfully, but without "Steps". I'm tried whit de TL 1.8 format and nothing too.
I've been looking at the forum some similar case and have not found an answer. Any suggestions?
Thanks!
I'm trying to import test cases in XLS / XML (both options) and I can't import the "steps" and "Expected Results". No error and no warnings. All ok but those fields do not show.
In tests with an excel file I have four columns with "Name", "summary", "Steps" and "Expected Results" and the test XML file is this:
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<testcases xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<testcase internalid="1" name="Login">
<summary>LoginSummary</summary>
<steps>
<p>FIrst Step
Second Step
Third Step</p>
</steps>
<expectedresults>Dashbaord</expectedresults>
</testcase>
<testcase internalid="2" name="Logout">
<summary>LogoutSummary</summary>
<steps>
<p>FIrst Step
Second Step
Third Step</p>
</steps>
<expectedresults>Dashbaord</expectedresults>
</testcase>
</testcases>
I've been looking at the forum some similar case and have not found an answer. Any suggestions?
Thanks!