Java自動化測試之測試經常使用功能集集錦(UiAutomator、Selenium等)

生成當前時間:      SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");      System.out.println(df.format(new Date())); 生成隨機數:     Random ra = new Random( );     int i = ra.nextInt( 10 ); // 生
相關文章
相關標籤/搜索