| | | | 1 | 2 | 3 | 4 | | 5 | 6 | 7 | 8 | 9 | 10 | 11 | | 12 | 13 | 14 | 15 | 16 | 17 | 18 | | 19 | 20 | 21 | 22 | 23 | 24 | 25 | | 26 | 27 | 28 | 29 | 30 | 31 | | |
|
datatable.AddSheet("ITCND_TYPES")datatable.ImportSheet"C:\UpgradeUtilities\ProductData.xls","ITCND_TYPES","ITCND_TYPES"为什么执行到datatable.ImportSheet"C:\UpgradeUtilities\ProductData.xls","ITCND_TYPES","ITCND_TYPES"总是报错A general error occurred while importing sheet ITCND_TYPES from f ...
如何遍例table中的所有元素
我想把图1中的红线部分输出到runtime table中我设置了文本输出检查点如图2可是为什么得不到值呢?代码如下:Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Image("buyFlights").Click 83,12'wait(10)'Browser("Find a Flight: Mercury").Page("Flight Confirmation: Mercury").SyncBrowse ...
目标:我想做得是把登陆时的用户名作为订机票时候的客户的名字.下面是我的做法1.录制一个login的过程2.录制一个order定机票的过程3.在login的action中选择insert->call to copy of action,选择order action4.在login中选择step->action properties设置一个output参数,参数名为username5.在order中选择step->acti ...
我怎么把图中红线处的文本输出到run time table中呢?
|
|