问题与解释 (回帖问答的总结) :
Q: 为什么总是提示mapping格式不对呢?我在excel mapping里输入相应的内容,总是提示 sheet mapping error:input string was not in a correct format
A: mapping格式不对: 前三个mapping应该填入数字(如第几个sheet,第几行开始或结束等。。。 ),其他mapping可以是数字或字母
Q: destination XML File 是直接新建一个xml格式的文件么?还是什么意思?
A: xml文件:可以新建,也可以覆盖原有的
关于你的问题:
- mapping格式不对: 前三个mapping应该填入数字(如第几个sheet,第几行开始或结束等。。。 ),其他mapping可以是数字或字母
- xml文件:可以新建,也可以覆盖原有的作者: caixia1089 时间: 2013-3-20 16:27
为什么我转换不成功?怎么不理我勒??总是有提示警告或者error作者: jackzhang56 时间: 2013-3-20 23:28
@caixia 5楼:
首先,请你看看模板和教程,里边对一般性的警告或错误都有解释,对照下你的原始spec,也许你就能明白了;其次,如果还有问题,请附带一些详细信息,如log或者错误提示等,这样我也好了解问题在哪作者: caixia1089 时间: 2013-3-21 10:54
我按照word文档的步骤一步一步操作下来,可是出现以下的错误
[ERROR]:: <Row 16> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 17> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 18> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 19> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 20> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 21> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 22> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 23> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 24> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 25> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 26> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 27> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 28> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 29> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 30> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.
[ERROR]:: <Row 31> Invalid row: Destination Level_1 test suite not available. Cannot add new case or new step. Parsing skipped.作者: caixia1089 时间: 2013-3-21 10:56
转换的xml文件都是空值,为什么呢,我就是用的你给的模板啊作者: jackzhang56 时间: 2013-3-21 12:34
请确认下active sheet, level 1 folder 以及 start/end row 是否匹配正确。
严格按照教程里的步骤做不会出现上述错误log作者: caixia1089 时间: 2013-3-22 11:55
没有错啊,你说的这些值我都填写的是正确的啊,level 1 folder填什么呢?不是随便填写的么?一个单字母或是数字?应该不会错,我点击convert时,没提示我以上信息填错,而报错的是模板里的内容报错的吧,可是我就是用的你那个模板啊,怎么会出错呢?作者: jackzhang56 时间: 2013-3-22 12:46
Excel mapping 的目的就是把你的Excel 中的test spec格式对应行或列映射到工具中; 所以,假如说你的level 1 folder(第一级目录)定义在了Excel表格中的第三列, 那么你就应该把它映射为“3” 或 “c“,其他字段也类似。呵呵,那些字段肯定不会是用来”随便填写“的。