blob: ca3f58fee1977ae4e15464272764e98dee7bbd57 [file] [log] [blame]
--- Q7 testcase ---
Format-Version: 1.0
Q7-vendor: www.xored.com/q7
Contexts: _9EiiQIIzEeKQ1rzvYVAqIg,_yC1IUYIzEeKQ1rzvYVAqIg,_tjZBULGCEeKTweGL2ipi-A
Element-Name: SWT_LinkTest
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _ewGMILGCEeKTweGL2ipi-A
Save-Time: 7/16/13 1:24 AM
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
get-view "Q7 Explorer" | get-tree | select "Q7ProjectMockUp/Test" | double-click
get-editor Test | get-button Record | click
get-aut Q7MockUp | eval{
with [get-view "Q7 Quality Mockups" | get-tree] {
select "swt/link/Link"
}
}
//exec-process -command "\"C:\\Program Files\\Sikuli X\\Sikuli-IDE.exe\"" -args [substitute-variables "-r \"${resource_loc:sikuli/LinkTest.sikuli}\" -s"] -ignoreExitCode
exec-process "\"C:\\Program Files\\Sikuli X\\Sikuli-IDE.exe\"""-r" [substitute-variables "\"${resource_loc:sikuli/LinkTest.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-view \"Q7 Quality Mockups\"] {\n"
+ " get-tree | select \"swt/link/Link\"\n"
+ " get-group Link \n"
+ " | get-link \"The SWT component is designed to provide <a>efficient</a>, <a>portable</a> <a href=\\\"native\\\">access to the UI facilities of the OSs</a> on which it is implemented.\" \n"
+ " | click-link efficient\n"
+ "}" | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--