@Test public void testing_pst_execution() throws SQLException, ClassNotFoundException { String actual; actual = ss.updateTable(102, 50); assertEquals("updated/paid Successfully", actual); }