Issue Details (XML | Word | Printable)

Key: SEL-259
Type: New Feature New Feature
Status: Closed Closed
Resolution: Duplicate
Priority: Major Major
Assignee: Unassigned
Reporter: Matt Whisenhunt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Selenium

Add "Run Upto" Functionality

Created: 06/Jun/06 07:03 PM   Updated: 05/Feb/08 04:37 PM   Resolved: 28/Jun/06 07:54 AM
Component/s: TestRunner GUI/Suite Loader
Affects Version/s: 0.7.0
Fix Version/s: None

File Attachments: 1. File selenium-testrunner.js (24 kB) 06/Jun/06 07:06 PM - Matt Whisenhunt

Issue Links:
Relationship
 


 Description  « Hide

Be able to select a test and then run all the tests up to but not including that test.

This prepares your app to be manually tested right where : it broke, a test is being tweaked, etc. etc.



Sort Order: Ascending order - Click to sort in descending order
Matt Whisenhunt added a comment - 06/Jun/06 07:06 PM

Anylines I added can be found by searching for "QueBase" or "upto".


Matt Whisenhunt added a comment - 06/Jun/06 07:21 PM

I added this snippet to TestRunner.html right under the Execute Tests fieldset:

<fieldset>
<legend>Run Upto Test</legend>
<div>
<select id="selectUpto"></select>
</div>
<div>
<button type="button" id="runUpto" onClick="runUptoTest();"
title="Run from the beginning upto specifed Test">
Upto
</button>
</div>
</fieldset>


Dan Fabulich added a comment - 06/Jun/06 08:24 PM

You can always use the "break" command in your tests, which isn't quite as cool as the button described here.

http://release.openqa.org/selenium-core/nightly/reference.html#break


Mike Williams added a comment - 28/Jun/06 07:50 AM

This is kinda like SEL-34, except that SEL-34 is about setting breakpoints in tests, whereas this is about setting a breakpoint in the suite.


Mike Williams added a comment - 28/Jun/06 07:54 AM

No, waitaminut, this IS a duplicate of SEL-34.