blob: e75a34c12a074c2c3933e98919f4f13cbb3b980a [file] [log] [blame]
--- Q7 testcase ---
Format-Version: 1.0
Q7-vendor: www.xored.com/q7
Contexts: _g1CYYY-hEeK_GsTYGlxpVQ,_ilbtEI-jEeK_GsTYGlxpVQ,_HQRWAJFUEeKB3JYeMlqZeA
Element-Name: QS-351_Q7 doesn't set value in cell-editor in Execution Properties file
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _TrDRIJFTEeKB3JYeMlqZeA
Save-Time: 7/15/13 5:58 PM
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
get-view "Q7 Explorer" | get-tree | select [get-item Vozone | get-item ExecutionProperty -index 1] | double-click
get-editor ExecutionProperty | get-button Record | click
//exec-process -command "\"C:\\Program Files\\Sikuli X\\Sikuli-IDE.exe\"" -args [substitute-variables "-r \"${resource_loc:sikuli/ExecutionProperty.sikuli}\" -s"] -ignoreExitCode
exec-process "\"C:\\Program Files\\Sikuli X\\Sikuli-IDE.exe\"""-r" [substitute-variables "\"${resource_loc:sikuli/ExecutionProperty.sikuli}\""]"-s"-ignoreExitCode
get-window "Q7 Control Panel - ExecutionProperty.*" | get-button Stop | click
get-window "Q7 Control Panel - ExecutionProperty (Vozone) - Vozone" | get-editbox | get-property text
| equals "with [get-editor ExecutionProperties | get-tree] {\n"
+ " select property1 | activate-cell-edit -column 2\n"
+ " with [get-editbox] {\n"
+ " set-text bbb\n"
+ " key-type Enter\n"
+ " }\n"
+ " apply-cell-edit\n"
+ " select property1 | activate-cell-edit -column 1\n"
+ " get-combo | select list\n"
+ " apply-cell-edit\n"
+ " key-type Enter\n"
+ "}" | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--