blob: 03ce323592903afc020169f137b6efc321a8dcca [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _ymiyse5IEeCU6db9MgIBkA,_zOzvECeMEeGm5NjoKhWsPQ,_4QQJ8GJ5EeOG77tsPvjNlQ
Element-Name: SaveContextBeforeLaunchTestCaseAlways
Element-Type: testcase
Element-Version: 3.0
External-Reference: http://jira4.xored.com/browse/QS-3090
Id: _RHjBYGJ_EeOG77tsPvjNlQ
Runtime-Version: 1.5.0.201407211318
Save-Time: 7/25/14 2:40 PM
Testcase-Type: ecl
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa
Content-Type: text/plain
Entry-Name: .description
Copyright (c) 2009, 2014 Xored Software Inc and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Xored Software Inc - initial creation and/or initial documentation
--------------------------------------------------------------------------------
Tests that context is saved without prompt before launch when configured to do so.
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa--
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
set-save-before-launch Always
open-modified-context
get-view "Test Explorer" | get-tree | select "Q7Project/Delete Test" | double-click
get-editor "Delete Test" | get-button Replay | click
try{get-window "Select an Application Under Test" | get-button Cancel | click}-catch{}
get-tab-folder | get-property "pages[0]" | equals "Create New Project" | verify-true
open-modified-context
get-view "Test Explorer" | get-tree | select "Q7Project/Delete Test" | double-click
get-view "Test Explorer" | get-tree | select "Q7Project/Delete Test" | get-menu "Run As/1 Test Cases" | click
try{get-window "Select an Application Under Test" | get-button Cancel | click}-catch{}
get-tab-folder | get-property "pages[0]" | equals "Create New Project" | verify-true
with [get-editor "Delete Test" | get-section Contexts] {
click
get-table | select "Create New Project \\(Q7Project\\)" | get-menu Remove | click
}
get-button "Save (M1+S)" | click
open-modified-context
get-view "Test Explorer" | get-tree | select "Q7Project/Delete Test" | double-click
get-editor "Delete Test" | get-button Replay | click
try{get-window "Select an Application Under Test" | get-button Cancel | click}-catch{}
get-tab-folder | get-property "pages[0]" | equals "*Create New Project" | verify-true
get-view "Test Explorer" | get-tree | select "Q7Project/Delete Test" | get-menu "Run As/\\d+ Test Cases" | click
try{get-window "Select an Application Under Test" | get-button Cancel | click}-catch{}
get-tab-folder | get-property "pages[0]" | equals "*Create New Project" | verify-true
with [get-editor "Create New Project"] {
click
get-button Apply | click
}
try{get-window "Select an Application Under Test" | get-button Cancel | click}-catch{}
get-tab-folder -index 1 | get-property activePage | equals "Create New Project" | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--