Test cases imported from xls

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
olga
TestLink user
Posts: 1
Joined: Mon Dec 22, 2008 3:15 pm

Test cases imported from xls

Post by olga »

In our TC´s prepared in xls file are the steps. These steps are in one array and particular steps are separated by "Alt-enter". When they are imported to TestLink, they are formated inline. How to format the steps to picture it the same figure as in xls?
krishnamathur
TestLink user
Posts: 1
Joined: Tue Dec 30, 2008 8:41 am

Post by krishnamathur »

I have the same problem while importing test cases. Please help.
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

TestLink uses html to hold this data. So you can try to use tag <pre> ... </pre> or convert end of line ( CLRF -> "<br />" )
Locked