blob: 24dcd305af98b4af474f28503fa35d302a07996d [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _ZOi4wZ77EeOm87IlbkWrfQ
Element-Name: Installation
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _jbzigJ7xEeOleLZC7V9mLg
Runtime-Version: 2.1.0.201606221726
Save-Time: 9/5/16 12:44 PM
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
get-menu "Help/Install New Software..." | click
with [get-window Install] {
get-button "Add..." | click
with [get-window "Add Repository"] {
get-editbox -after [get-label "Name:"] | set-text ecp
get-editbox -after [get-label "Location:"] | set-text "http://download.eclipse.org/ecp/releases/releases_110"
get-button OK | click
}
}
get-window Install | get-tree | get-item "All SDKs \\(install one of these\\)/EMF Forms SDK" | get-property caption | equals "EMF Forms SDK"
| verify-true
with [get-window Install] {
with [get-tree] {
get-item "All SDKs \\(install one of these\\)/EMF Forms SDK" | check
}
with [get-button "Next >"] {
click
click
}
}
get-window Install | get-editbox -after [get-label "License text:"] | get-property text | is-empty | verify-false
get-window Install | get-tree | get-property itemCount | equals 2 | verify-true
get-window Install | get-tree | get-item "Eclipse Foundation Software User Agreement" | get-property caption
| equals "Eclipse Foundation Software User Agreement" | verify-true
get-window Install | get-tree | get-item "Eclipse Foundation Software User Agreement" -index 1 | get-property caption
| equals "Eclipse Foundation Software User Agreement" | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--