블로그
- [2026/06/09]Test automation built for SAP. From migration through operations. A test automation platform purpose-built for SAP S/4HANA, RISE with SAP, and SAP Cloud ALM environments Covers edge cases and exception scenarios that are out of reach for man.......
- [JSP] Bootstrap JSP 게시판 만들기 - 자바 DAO 연결 Connection public BoardDAO_original() { try { String dbURL = "jdbc:oracle:thin:@localhost:1521:xe"; String dbID = "test oracle.jdbc.driver.OracleDriver"); conn = DriverManager.getConnection(dbURL, dbID, dbPassword); } catch (Exception
- [영진전문대 컴퓨터정보계열 프로그래밍전공] 10월 17일 수업내용 public class adfs { public static void main(String[] args) { try { int a = 10/1; System.out.println("Test "); } catch(Exception e) { System.out.println("예외발생"); } finally { System.out.println("Finally"); } }
- ECH - 인터페이스 설계 /* JUNIT Testcase */ /* ----------------------------- TEST CASE --------------------------- */ /* input BLANK, LABEL, NUMBER */ /* 스타일 방식 - 동적(css와 비슷) / 정적인 방식 */ public void test_Make_Excel() throws Exception