-
Notifications
You must be signed in to change notification settings - Fork 4
/
ClickOnImageLink.test
34 lines (32 loc) · 1.17 KB
/
ClickOnImageLink.test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _2jXpEHTyEeKQnp4qYEvDRA
Element-Name: ClickOnImageLink
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _r9Z4MKdAEeKO_7Q26-tA-g
Runtime-Version: 1.5.6.qualifier
Save-Time: 4/1/15 11:59 AM
Tags: eclipse_forms
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
with [get-view "Q7 Quality Mockups"] {
get-tree | select "eclipse/form/FormWithLinks Test"
with [get-group "FormWithLinks Test" | get-section "Section With Links" | get-link
-after [get-link "This is a hyperlink to Eclipse.org"]] {
click
click
double-click
}
}
with [get-view "Q7 Quality Mockups" | get-group "FormWithLinks Test" | get-section "Section With Links"] {
get-editbox | get-property text | equals "Image hyperlink activated." | verify-true
with [get-link -after [get-link "This is a hyperlink to Eclipse.org"]] {
get-property className | equals "org.eclipse.ui.forms.widgets.ImageHyperlink" | verify-true
get-property caption | equals "" | verify-true
}
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--