zero0223 发表于 2009-8-21 11:46:31

请教一个datatable循环的问题

datatable.Import("E:\test.xls")

这个代码在QTP里将test这个Excel表导入到DataTable中,表格有几十行,
运行Action,会循环几十遍,怎么做才能让它只跑一边就停下来。

有什么语句跳出这个循环吗?

sunfly_3333 发表于 2009-8-21 14:35:30

我也是新手,我记得QTP的迭代次数是按照DataTable的行数定的,你能不能只读一行啊,这样就只跑一边了

chpwu470 发表于 2009-8-21 15:24:47

you can try the following operations :
            right click action->Action call properties and select "Run one iteration only" in the "Run" tab. Hopes this will help you!
页: [1]
查看完整版本: 请教一个datatable循环的问题