yakezone 发表于 2011-8-22 09:45:06

对于saffron框架前面的不甚理解。。 求赐教。

initialized = false
thirdlevel = ""
level = ""
desc = ""
object = ""
objectDescription = ""

levelsubdescriptiondelimiter = ","
leveldescdelimiter = "|"
objectdelimiter = "|"
leveldelimiter = "|"
objectsDescriptiondelimiter = "|"

webLevels = "Browser|Page|Frame"
webLevelsDesc = "micclass:=Browser|micclass:=Page|micclass:=Frame"
objects = "Link|WebButton|WebList|WebEdit|Image|WebCheckBox|WebElement"
objectsDescription = "micclass:=Link|micclass:=WebButton|micclass:=WebList|micclass:=WebEdit|micclass:=Image|micclass:=WebCheckBox|micclass:=WebElement"

Dim frameDesc:frameDesc = ""
Dim objectArray:objectArray = Split("Link,WebButton,WebList,WebEdit,Image,WebTable,Viewlink,WebArea,WebCheckBox,WebFile,WebRadioGroup,WebElement", ",")对于saffron框架前面的不甚理解。。   求赐教。

前面的这段,具体有什么用? 具体意义是什么?

lyscser 发表于 2011-8-22 09:50:36

声明不同对象类和他们对应的基本描述,放到两个数组里,后面写描述性脚本根据不同的类所在的位置去找指定数组的特定元素,拼接生成完整的描述性脚本……

yakezone 发表于 2011-8-22 11:53:21

回复 2# lyscser


    在这个测试Web的saffron框架的基础上进行修改,用于测试C开发的程序(Windows控件),可行吗?

lyscser 发表于 2011-8-22 13:34:41

或许可以,但是很难,C开发的没接触过

yakezone 发表于 2011-8-22 14:48:12

回复 4# lyscser


    目前有没有对于软件的框架呢?
我看大多都是针对web进行测试的。

lyscser 发表于 2011-8-22 14:51:48

Web应用不叫软件?

yakezone 发表于 2011-8-22 15:11:39

回复 6# lyscser

应该是针对Windows控件的测试。。

找到的资料,都是关于介绍对Web控件的框架。
页: [1]
查看完整版本: 对于saffron框架前面的不甚理解。。 求赐教。