Issue Details (XML | Word | Printable)

Key: SEL-34
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Huang Liang
Reporter: Darrell DeBoer
Votes: 0
Watchers: 0
Operations

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

set breakpoints in the TestRunner

Created: 10/Feb/05 08:14 AM   Updated: 05/Feb/08 04:37 PM   Resolved: 10/Jul/06 09:15 PM
Component/s: TestRunner GUI/Suite Loader
Affects Version/s: None
Fix Version/s: 0.7.1

Issue Links:
Relationship
 


 Description  « Hide

I want a checkbox by each test and an option to run the tests to whatever test I check. Then Selenium stops and I can do whatever I want at that stage in the game.



Sort Order: Ascending order - Click to sort in descending order
Mike Williams added a comment - 28/Jun/06 07:59 AM

Can we expand the scope of this: I'd also like to be able to set one or more breakpoints inside the currently selected test.

It might not have to be a checkbox ... perhaps we could set/clear breakpoints by clicking on the row. The breakpoint might be represented by a particular CSS class.


Huang Liang added a comment - 10/Jul/06 09:15 PM

Breakpoints support has been checked in.

Currently when you run single test, you can set breakpoints by clicking on the rows where you want to stop and execution will stop at each breakpoint. By pressing continueTest you can continue running. Click on a row with breakpoint will remove that breakpoint. The row with breakpoint will be marked as gray. If you reload the test, all breakpoints set before will desappear.