介面自動化增加環境隔離功能

2022-06-09 03:03:09 字數 1612 閱讀 7750

1. pom檔案設定: 

在build節點下增加:

<

resources

>

<

resource

>

<

directory

>src/main/resources.$

directory

>

<

excludes

>

<

exclude

>*.jsp

exclude

>

excludes

>

resource

>

<

resource

>

<

directory

>src/main/resources

directory

>

resource

>

resources

>

插入新節點:

<

profiles

>

<

profile

>

<

id>uat

id>

<

activation

>

<

activebydefault

>true

activebydefault

>

activation

>

<

properties

>

<

deploy.type

>uat

deploy.type

>

properties

>

profile

>

<

profile

>

<

id>prod

id>

<

properties

>

<

deploy.type

>prod

deploy.type

>

properties

>

profile

>

profiles

>

2.  資料來源:在main目錄下新建兩個資料夾

在兩個資料夾下,分別建立乙個名為 datasource.properties 的檔案

3. 讀取properties資料的util方法

private

static

properties properties;

/**從datasource中取資料

*/public string getvalue(string key) throws

ioexception

介面自動化 pytest 環境搭建

出處 前言 python鄙視鏈 pytest 鄙視 unittest 鄙視 robotframework 鄙視 記流水賬 鄙視 hello world 小白 所以,讓我們一起學習pytest吧。pytest簡介 pytest是python的一種單元測試框架,與python自帶的unittest測試框...

介面自動化

推薦一款適合開發的開源 該公司產品從資料庫,持續整合 ci 伺服器,問題和專案跟蹤工具,到介面自動化工具都應有盡有。是我見過比較系統的開發 這裡我們以介面自動化為主講解 pycharm frommenu 2.安裝python解析器 version 3或者version2隨便哪乙個都可以,本人自用ve...

介面自動化

1 get請求 2import requests 3 url 4 data 5 res requests.get url,data 直接用requests.get url,data 即可,其中.get表示為get方法,不需要對字典型別的data進行處理6 res res.text text方法是獲取...