sagarpabba / selite

Automatically exported from code.google.com/p/selite
0 stars 0 forks source link

Don't run a whole test suite. Run test case by test case. Breakpoints work, but then test case may not continue well. #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
That is due to complexity of Selenium control flow. It affects functionality 
provided by SelBlocksGlobal.

Highlighting of the selected test case and the actual selected (current) test 
case may be out of sync after your run a whole test case. If things don't 
behave as expected afterwards, select another test case and then select back 
the one you want to use.

Original issue reported on code.google.com by peter.kehl on 3 Feb 2014 at 8:47

GoogleCodeExporter commented 9 years ago
Fixed in version 0.78 of SelBlocksGlobal

Original comment by peter.kehl on 5 Feb 2014 at 9:14