📄 testlib.txt
字号:
HIGH LEVEL INTERFACE FOR INTERACTIVE TESTING--------------------------------------------Click: Simulates a the event when a user moves the mouse pointer into the widget (if the cursor is still outside of the widget), press the button and release it.Double: Simulates a the event when a user moves the mouse pointer into the widget (if the cursor is still outside of the widget), double-click the button and release it.MESSAGE PRINTING----------------PutP Prints a progress message.PutTitle Prints the title of a test filePutSubTitle Print the title of a part of a test filePutSubSubTitle One more level than PutSubTitleTestWarn Print a warning message. This will be counted in the final report.TestError {msg {printErrInfo 0} {abortMode cont}} Print an error message. abortMode controls how the error affects other test cases: cont: simply print the message and continue abortfile: skip other test cases in this file abortall: abort the all other tests and exit the test program. printErrInfo specifies whether the "$errorInfo" variable should be printed.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -