Displaying 1 result from an estimated 1 matches for "approve_activity".
2006 Sep 15
0
Using Selenium with a mock-method on associated Model ???
Hello all,
I have a Selenium test calling |open|/sales/approve_activity|
The data list gathered for this page requires an external database call
to a stored procedure to fill a "work table" that is read for the data
on the page (SQL 2000).
I have the call wrapped in a single-line method.
During my functional test, I mock-disable the stored procedure call, as...