blob: c2883502ce24054fd7518ce39d9c8879ad3f3787 [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _ymiyse5IEeCU6db9MgIBkA,_bbpo0a2vEeCqpoE1MJ1fFQ,_18rr8K25EeCZfrGRg7GXDg
Element-Name: RunFailedTestCases
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _vI7vQPMdEeCE19s6EOk3LA
Runtime-Version: 2.4.2.qualifier
Save-Time: 4/24/19 12:10 PM
Tags: selfAUT, Runtime, TestCase, ExecutionView
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
--------------------------------------------------------------------------------
TEST STEPS
1. Run few Q7 tests;
2. In execution view press "Run Failed Test Cases";
3. Make sure that only failed test cases have been executed.
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa--
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
with [get-view "Test Explorer" | get-tree] {
select "q7project/simpleTest1" "q7project/simpleTest2" "q7project/simpleTest3"
get-menu "Run As/1 Test Cases" | click
}
try -times 20 -delay 1000 -command {
get-view "Execution View" | get-button "Run Failed Test Cases" | click
}
with [get-view "Execution View"] {
get-label "1/1" | get-property caption | equals "1/1" | verify-true
get-tree | get-item "simpleTest2.*" | get-property caption | equals "simpleTest2.*"
| verify-true
get-label 1 | get-property caption | equals 1 | verify-true
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--