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
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 ] |
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
5d 5h 12m | 1 | sergey | 10/Dec/12 6:57 PM | |||||
|
19h 15m | 1 | Ulyana Skorokhodova | 11/Dec/12 2:13 PM |
It is recorded in the right place, it just fails to be replayed – fixed.