1. 程式人生 > >測試開發學習筆記

測試開發學習筆記

一.idea安裝外掛方式

1.junit

 1)線上下載  perfermence->plugin->browser repository->junit->intall

 2)官網下載

2.TestNG

    官網下載TestNG後,進入idea,選擇file->project structure->modules->dependencies->點選export下面的➕號按鈕新增jar包->勾選並apply,然後ok

二.自動匯入包快捷鍵

    option+enter鍵

三.同時選定幾個變數