blob: ba2c73bd0988b982073e098de174385fda37f36a [file] [log] [blame]
--- Q7 testcase ---
Format-Version: 1.0
Q7-vendor: www.xored.com/q7
Contexts: _qy4DwH_5EeK9FdRInrmHdQ,_DyPzwH_sEeKzh4ksbY4F-Q,_3_ZRQIriEeKFictDEDHejA
Element-Name: QS-1944_hover-text is recorded when information control are shown using keyboard
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _53UVEIVkEeKoJ7PviL-2Dw
Save-Time: 7/15/13 5:07 PM
Testcase-Type: ecl
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa
Content-Type: text/plain
Entry-Name: .description
Following scenario is recorded if press Cmd + O in java editor.
with [get-editor "test.java" | get-text-viewer] { set-caret-pos 9 1 key-type "M1+o" hover-text 9 1 -with M1 }
hove-text seem not be required, sometimes, because of hover-text information control is hided.
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa--
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
get-view "Q7 Explorer" | get-tree | select [get-item Q7Project | get-item JavaProjectWithClass -index 1] | double-click
get-editor JavaProjectWithClass | get-button Record | click
wait 50
//exec-process -command "\"C:\\Program Files\\Sikuli X\\Sikuli-IDE.exe\"" -args "-r \"C:\\Users\\bamboo\\Documents\\SikuliTests\\CtrlO.sikuli\" -s" -ignoreExitCode
//exec-process -command "\"C:\\Program Files\\Sikuli X\\Sikuli-IDE.exe\"" -args [substitute-variables "-r \"${resource_loc:sikuli/CtrlO.sikuli}\" -s"] -ignoreExitCode
exec-process "\"C:\\Program Files\\Sikuli X\\Sikuli-IDE.exe\"""-r" [substitute-variables "\"${resource_loc:sikuli/CtrlO.sikuli}\""]"-s"-ignoreExitCode
get-window "Q7 Control Panel.*" | get-button Stop | click
get-window "Q7 Control Panel.*" | get-editbox | get-property text
| equals "with [get-editor \"Class1.java\" | get-text-viewer] {\n"
+ " set-caret-pos 2 12\n"
+ " key-type \"M1+o\"\n"
+ " hover-text 2 10 -with M1\n"
+ "}" | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--