rft 帮助文档是这么定义的
public class
TestObject extends java.lang.Object
Provides access to objects in the software under test. A
TestObject contains a reference to an object in the software under test, either referencing the object directly, or by using a reference to a
MappedTestObject. The recognition algorithm is the work of the
ObjectManager.
public class
ProcessTestObject extends
TestObject
Provides, in a host-independent manner, access to process information that is specific to the operating system.
public class
RootTestObject extends
TestObject
The
RootTestObject represents a global view of the system being tested. It does not represent an actual
TestObject in the software under test, but rather it provides access to system-wide functionality, such as finding an arbitrary
TestObject based on properties, location, or getting the
DomainTestObject.
请教大家,这三个有什么区别,特别是
RootTestObject 和ProcessTestObject 的区别,他们的作用是什么~!
[
本帖最后由 flying32 于 2008-4-22 18:12 编辑 ]