| --- Q7 testcase --- |
| Format-Version: 1.0 |
| Q7-vendor: www.xored.com/q7 |
| Contexts: _rr2EEFpSEeKcnaHGSt8OwA,_IuFcgFpZEeKcnaHGSt8OwA,_f3qEUVpSEeKcnaHGSt8OwA,__UtTgD-XEeK-yuKsz0Lang |
| Element-Name: SetEMail |
| Element-Type: testcase |
| Element-Version: 3.0 |
| External-Reference: |
| Id: _b_DD0IpREeK80-dAVHg-DA |
| Save-Time: 3/11/13 5:05 PM |
| Testcase-Type: ecl |
| |
| ------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac |
| Content-Type: text/ecl |
| Entry-Name: .content |
| |
| get-view "Model Explorer" | get-tree | select "TestProject/League America" | double-click
|
| with [get-editor "League America" | get-table] {
|
| select Jonas | activate-cell-edit -column 4
|
| with [get-editbox] {
|
| set-text "jonas@example.com"
|
| key-type Enter
|
| }
|
| apply-cell-edit
|
| }
|
| get-view "Model Explorer" | get-tree | select "TestProject/League America/Player Jonas" | double-click
|
| get-editor "Player Jonas" | get-editbox -after [get-label EMails] | get-property text | equals "jonas@example.com"
|
| | verify-true
|
| get-view "Model Explorer" | get-tree | select "TestProject/League America" | double-click
|
| get-editor "League America" | get-table | get-item Jonas | get-property columns -index 4 | equals "jonas@example.com"
|
| | verify-true
|
| get-view "Model Explorer" | get-tree | select TestProject | get-menu Commit | click
|
| get-window Commit | get-button OK | click
|
| with [get-view "Model Explorer" | get-tree] {
|
| select "TestProjectSecondCheckOut/League America" | double-click
|
| select TestProjectSecondCheckOut | get-menu Update | click
|
| }
|
| get-window Update | get-button OK | click
|
| get-editor "League America" | get-table | get-item Jonas | get-property columns -index 4 | equals "jonas@example.com"
|
| | verify-true |
| ------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac-- |