RE: BUG: Klaros adds empty TestSteps

thumbnail
Angel Guillermo Hidalgo, geändert vor 10 Jahren.

BUG: Klaros adds empty TestSteps

Padawan Beiträge: 62 Beitrittsdatum: 20.12.13 Neueste Beiträge
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
thumbnail
Torsten Stolpmann, geändert vor 10 Jahren.

RE: BUG: Klaros adds empty TestSteps

Jedi Council Member Beiträge: 755 Beitrittsdatum: 12.02.09 Neueste Beiträge
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
thumbnail
Angel Guillermo Hidalgo, geändert vor 10 Jahren.

RE: BUG: Klaros adds empty TestSteps

Padawan Beiträge: 62 Beitrittsdatum: 20.12.13 Neueste Beiträge
Hi Torsten,

Yes It worked.

I will try to avoid newline characters. Thank you


Angel