BUG: Klaros adds empty TestSteps - Klaros Test Management - Forum - Klaros Test Management
BUG: Klaros adds empty TestSteps
Angel Guillermo Hidalgo, modified 10 Years ago.
BUG: Klaros adds empty TestSteps
Padawan Posts: 62 Join Date: 12/20/13 Recent Posts
Hi all,
I created some TC with less than 6 TestSteps in excel. After that I uploaded them to Klaros.
At the end of uploading process, all of the TC have 6 TestSteps. The finals are empty. It is annoying because I have to erase the empty TestSteps manually
Please give your support.
I attach my TC.
Regards,
Angel Hidalgo
I created some TC with less than 6 TestSteps in excel. After that I uploaded them to Klaros.
At the end of uploading process, all of the TC have 6 TestSteps. The finals are empty. It is annoying because I have to erase the empty TestSteps manually
Please give your support.
I attach my TC.
Regards,
Angel Hidalgo
Torsten Stolpmann, modified 10 Years ago.
RE: BUG: Klaros adds empty TestSteps
Jedi Council Member Posts: 759 Join Date: 2/12/09 Recent Posts
Hi Angel,
cell A31 is not empty but does contain a newline character , which is the cause of this misbehavior.
If you clear this cell your test case should import correctly as intended.
As the stop condition (empty cell for step index) is actually coded in a third-party library we are using for parsing excel sheets, it may be possible that we are not able to fix this irritating behavior.
Please let me know if this works for you.
Regards,
Torsten
cell A31 is not empty but does contain a newline character , which is the cause of this misbehavior.
If you clear this cell your test case should import correctly as intended.
As the stop condition (empty cell for step index) is actually coded in a third-party library we are using for parsing excel sheets, it may be possible that we are not able to fix this irritating behavior.
Please let me know if this works for you.
Regards,
Torsten
Angel Guillermo Hidalgo, modified 10 Years ago.
RE: BUG: Klaros adds empty TestSteps
Padawan Posts: 62 Join Date: 12/20/13 Recent Posts
Hi Torsten,
Yes It worked.
I will try to avoid newline characters. Thank you
Angel
Yes It worked.
I will try to avoid newline characters. Thank you
Angel