我第一次尝试使用内部应用程序进行 Silktest。在其中一个窗口中,我有一个包含两个菜单列表的按钮:
New (pushbutton) ---> Option1 (list menu ) + Option2
if option1 clicked ---> subOption1, subOption2?
所有这些选项都特定于当前场景和用户。
录制时,silktest 检测到“新建”按钮,但在播放时,它会抛出错误:the handle of the object is invalidated.
一种可能的解决方案是像这样实例化 Object:
dim button as New Pushbutton
但它会引发错误:SilkTest.ntf.Pushbutton.Friend sub New (handle as silk test.ntf.ObjectHandle) is not accessible in this context because it is 'Friend'
有人可以帮忙吗?有什么建议么??