Test Script Run Button Disabled

dgs!

Member³
I created a simple package with one procedure. When I try to test the procedure, the run button is disabled. I can run it in debug mode, but not in regular mode.
 
Last edited:
This Is really weird, I don't know when or why this started.
We recently added an 11g database to our offerings, could that have anything to do with this?
Start Debugger works and the procedure executes correctly.
The Green Run arrow is disabled.
Very strange.... Please help...
 
Last edited:
I have SESSION>EXECUTE mapped to F8 and when I press that, the test script starts. But what's up with the green arrow?
 
As IvanZ pointed out, the "Run" button (green "arrow" or triangle, default keyboard shortcut is "Ctrl+r") is to continue debug execution if it stops on breakpoint.
What you also have is "Start debugger" (F9), which starts the debugging execution, and also "Execute" (F8; in "Session" menu and also in main application toolbar - not in "Test Window" toolbar), which will execute the test script in "normal" mode (without debugging).
 
Ivan and Hilarion,
Thank you both so much for helping me with this. I've used this tool for 7 years and I guess I just had a brain-fart. I haven't had the opportunity to TEST anything in several weeks and I just forgot how to get it started. The rest of my team uses Navigator and I've been back and forth between these two tools trying to become comfortable using both.
I'm clearly too old for that.... :)
Thanks.
 
Back
Top