Details
Description
Use e4 as AUT.
Use the attached test case and try to re-capture it.
Test will be captured as:
get-view "Package Explorer" | get-tree | select "PluginProject/CatDef2.xml" | double-click with [get-editor "CatDef2.xml"] { get-section "Managing the Categories" | get-tree | select category2 with [get-section "Category Properties" | get-editbox -after [get-label "Name*:"]] { set-text "category2_new" key-type "M1+s" } close } .......
And fails to be replayed.
When you place key-type M1+s outside '}' it passes:
with [get-section "Category Properties" | get-editbox -after [get-label "Name*:"]] { set-text "category2_new" } key-type "M1+s" close } ....
Attachments
Issue Links
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Field | Original Value | New Value |
---|---|---|
Description |
Use e4 as AUT.
Use the attached test case and try to re-capture it. Test will be captured as: get-view "Package Explorer" | get-tree | select "PluginProject/CatDef2.xml" | double-click with [get-editor "CatDef2.xml"] { get-section "Managing the Categories" | get-tree | select category2 with [get-section "Category Properties" | get-editbox -after [get-label "Name*:"]] { set-text "category2_new" key-type "M1+s" } close } ....... And fails to be replayed. When you place key-type "M1+s" outside '}' it passes: with [get-section "Category Properties" | get-editbox -after [get-label "Name*:"]] { set-text "category2_new" } key-type "M1+s" close } .... |
Use e4 as AUT.
Use the attached test case and try to re-capture it. Test will be captured as: {noformat} get-view "Package Explorer" | get-tree | select "PluginProject/CatDef2.xml" | double-click with [get-editor "CatDef2.xml"] { get-section "Managing the Categories" | get-tree | select category2 with [get-section "Category Properties" | get-editbox -after [get-label "Name*:"]] { set-text "category2_new" key-type "M1+s" } close } ....... {noformat} And fails to be replayed. When you place key-type *M1+s* outside '}' it passes: {noformat} with [get-section "Category Properties" | get-editbox -after [get-label "Name*:"]] { set-text "category2_new" } key-type "M1+s" close } .... {noformat} |
Fix Version/s | 1.2.12 [ 11970 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |