51Testing软件测试论坛
标题:
使用GetToProperties输出时,看不到数据结果,这是为什么呢?
[打印本页]
作者:
fantasticgarden
时间:
2007-4-26 15:16
标题:
使用GetToProperties输出时,看不到数据结果,这是为什么呢?
我使用Insert/Step Generator/GetToProperties选项功能时,运行正常,但看不到输出的数据。
无论我设置output到DataTable还是Environment,都看不到输出的属性值,表格中是空的,这是为什么呢?是不是哪里还要进行设置?
我是新手,请各位打侠不吝赐教,先谢过了!
以下是代码
Browser("Welcome: Mercury Tours").Page("Find a Flight: Mercury").WebList("fromPort").Select "New York"
Browser("Welcome: Mercury Tours").Page("Find a Flight: Mercury").WebList("fromDay").Select "29"
Browser("Welcome: Mercury Tours").Page("Find a Flight: Mercury").WebList("toPort").Select "San Francisco"
Environment("p_GetTOProperties_out_1") = Browser("Welcome: Mercury Tours").Page("Find a Flight: Mercury").WebList("toPort").
GetTOProperties
Browser("Welcome: Mercury Tours").Page("Find a Flight: Mercury").WebList("toDay").Select "31"
Browser("Welcome: Mercury Tours").Page("Find a Flight: Mercury").WebList("fromMonth").Select "January"
Browser("Welcome: Mercury Tours").Page("Find a Flight: Mercury").WebList("toMonth").Select "January"
Browser("Welcome: Mercury Tours").Page("Find a Flight: Mercury").Image("findFlights").Click 58,11
Browser("Welcome: Mercury Tours").Page("Select a Flight: Mercury").Image("reserveFlights").Click 60,7
Browser("Welcome: Mercury Tours").Page("Book a Flight: Mercury").WebList("delCountry").Select "UNITED KINGDOM"
Browser("Welcome: Mercury Tours").Dialog("Microsoft Internet Explorer").WinButton("OK").Click
Browser("Welcome: Mercury Tours").Page("Book a Flight: Mercury").WebEdit("passFirst0").Set "jessica"
Browser("Welcome: Mercury Tours").Page("Book a Flight: Mercury").WebEdit("passLast0").Set "yan"
Browser("Welcome: Mercury Tours").Page("Book a Flight: Mercury").WebEdit("creditnumber").Set "123"
Browser("Welcome: Mercury Tours").Page("Book a Flight: Mercury").Image("buyFlights").Click 68,9
Browser("Welcome: Mercury Tours").Page("Flight Confirmation: Mercury").Image("backtoflights").Click
Browser("Welcome: Mercury Tours").Page("Find a Flight: Mercury").Sync
作者:
wssgily
时间:
2007-4-26 17:40
有时间看看帮助文件吧,里面讲的很清楚
作者:
wangxinwen
时间:
2007-4-27 11:25
GetTOPropertie应该具体到某个属性吧
如GetTOProperties("value")
作者:
zoeHuang
时间:
2007-4-27 14:01
GETTOPROPERTIES: Returns the collection of properties and values used to identify the object.
GetToProperty("specified property"): Returns the value of the specified property from the test object description.
所以请使用GetToProperty,
Environment("p_GetTOProperties_out_1") = Browser("Welcome: Mercury Tours").Page("Find a Flight: Mercury").WebList("toPort").GetTOProperty("value")
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2