blob: a3b25a17033d041f097b6f5a12d8a105896af2f6 [file]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _ZQYygK2sEeCqBbDEJWufvQ,_Qck8MFqdEeSv8PFFnwFpaA
Element-Name: HumanReadableECL
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _B8SKAHEvEeSU2JfggX8HVQ
Runtime-Version: 2.0.0.201505131625
Save-Time: 5/14/15 4:20 PM
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
// step one
get-view "Test Explorer" | get-tree | select "ContextsProject/defaultWB" | get-menu Open | click
get-editor defaultWB | get-button Apply | click
get-view Applications | click
get-button "Record a Snippet" | click
get-aut selfQ7 | eval {
get-button "Open Perspective" | click
//get-menu "Other..." | click
get-window "Open Perspective" | get-table | select Debug | double-click
}
get-window "Control Panel - selfQ7 [Recording]" | get-text-viewer | get-property text
| contains "get-window \"Open Perspective\" | get-table | select Debug | double-click" | verify-true
// step two
get-editor defaultWB | get-button Apply | click
get-view "Test Explorer" | get-tree | select "ContextsProject/ws" | get-menu Open | click
get-editor ws | get-button Apply | click
get-aut selfQ7 | eval {
get-view "Test Explorer" | get-tree | select "project1/text.txt" | get-menu Open | click
get-editor "text.txt" | get-text-viewer | type-text "Perfect grouping"
}
get-window "Control Panel - selfQ7 [Recording]" | get-text-viewer | get-property text
| contains "Perfect grouping" | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--