Saving the input parameters while testing

iratta

Member²
version:6.0.6.946

While debugging a stored procedure, Is there a way i could save the input parameters? Currently, every time i change the code, i will have to re-enter the input values in the 'Value' column.

I can't see any option called 'Save test values' in the Test window.I can only see the following options in the test window
'Test Script' tab
'DBMS Output' tab
'Statistics' tab
'Profiler' tab
'Trace' tab
 
If you save the Test Window to a file (File > Save), the variable values will be saved as well. This makes it easy to rerun tests.
 
I do it in the following way:
1) CTRL+S to save the definitions of the test window including its parameters in a .tst file.
2) Execute the test
3) Close the test window
4) Reopen the .tst file to restore the test window including its parameters.
 
Back
Top