51Testing软件测试论坛

标题: 参数化对象希望该对象从datatable取值,再把值输到下个action,怎样参数化? [打印本页]

作者: Sophie.zhang.cs    时间: 2007-4-18 10:06
标题: 参数化对象希望该对象从datatable取值,再把值输到下个action,怎样参数化?
建立了一个用户,稍后我希望能用这个用户进行其他的操作。所以要对用户id进行参数化,可是我不知道该怎么设,请大家帮忙!
作者: danmy    时间: 2007-4-18 10:21
在下个action中取这个datatable的值不就完了嘛?
作者: Sophie.zhang.cs    时间: 2007-4-18 10:29
呵呵,对哦,没想到。谢谢danmy阿!


那如果datatable中每一列的值都有一定的规律(比如说我的user Id 一直用user加流水号排下来的),那么我可以用编程语言先在datatable中生成,再使用吗?
作者: Sophie.zhang.cs    时间: 2007-4-18 18:19
仍然是datatable的问题,在单元格里输不进回车符号,应该怎样处理?
作者: yzem99    时间: 2007-4-18 22:05
Alt + Enter, 好像是chr(10)吧
作者: Sophie.zhang.cs    时间: 2007-4-19 09:27
原帖由 yzem99 于 2007-4-18 22:05 发表
Alt + Enter, 好像是chr(10)吧


Alt+Enter好像不行的阿,我从别的地方paste过来的内容中回车的地方变成& vbNewLine了

那个chr(10)是怎么个用法阿

谢谢哦!
作者: yzem99    时间: 2007-4-19 10:09
Chr Function
See Also
Asc Function
Requirements
Version 1
Returns the character associated with the specified ANSI character code.

Chr(charcode)
The charcode argument is a number that identifies a character.

Remarks
Numbers from 0 to 31 are the same as standard, nonprintable ASCII codes. For example, Chr(10) returns a linefeed character.

The following example uses the Chr function to return the character associated with the specified character code:

Dim MyChar
MyChar = Chr(65)   ' Returns A.
MyChar = Chr(97)   ' Returns a.
MyChar = Chr(62)   ' Returns >.
MyChar = Chr(37)   ' Returns %.


具体怎么用可看userguide
作者: xiaonan    时间: 2007-4-19 10:17
datatable其实就是一张excel表




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2