【pytest 介面自動化】token 問題
- 用例:1、2、3 都是登入介面的 4 是新增人員介面的
- token 時效:後臺設定的是 720 天
- token 設定了全域性,每次登入成功(1)都會把之前的 token 在 yaml 檔案中替換掉
問題:每次跑用例時,請求 4 的時候返回都是提示 ‘token 已過期,請重新登陸!’
看了這些用例最終請求的引數 token 都是一致的,所以很疑惑問題到底在哪裡,剛剛接觸,請大佬們指點迷津。
謝謝各位提供的思路,已經解決了,是 conftest.py 檔案中獲取並 token 的時候登入過一次,用例 1 又登入了一遍導致 token 失效了
相關文章
- python+pytest介面自動化(13)-token關聯登入Python
- 介面自動化 是 pytest 結合 allure 生成報告問題
- pytest+allure+yaml介面自動化測試問題記錄YAML
- 介面自動化報告的問題
- 介面自動化如何處理介面依賴問題
- 介面自動化-python+requests+pytest+csv+yamlPythonYAML
- pytest+request+allure 介面自動化框架搭建分享框架
- python+pytest介面自動化(1)-介面測試基礎Python
- Python+Pytest+Allure+Jenkins 介面自動化框架PythonJenkins框架
- 呼叫微信介面token的問題
- python+pytest介面自動化(16)-介面自動化專案中日誌的使用 (使用loguru模組)Python
- Python+Pytest+Allure+Git+Jenkins介面自動化框架PythonGitJenkins框架
- python+pytest介面自動化(10)-session會話保持PythonSession會話
- python+pytest介面自動化傳送post請求Python
- python+pytest介面自動化(2)-HTTP協議基礎PythonHTTP協議
- 基於 Pytest+Requests+Allure 實現介面自動化測試
- python+pytest介面自動化(12)-自動化用例編寫思路 (使用pytest編寫一個測試指令碼)Python指令碼
- 基於Python+Requests+Pytest+YAML+Allure實現介面自動化PythonYAML
- python+pytest介面自動化(4)-requests傳送get請求Python
- Python自動化測試框架-pytestPython框架
- python自動化框架pytest隨筆Python框架
- Httpclient 介面自動化HTTPclient
- 全自動化介面
- python+pytest介面自動化(15)-日誌管理模組loguru簡介Python
- python+pytest介面自動化(6)-請求引數格式的確定Python
- beego API自動化文件問題GoAPI
- 介面自動化與ui自動化區別UI
- pytest_BDD + allure 自動化測試框架框架
- 自動化 selenium +po+pytest 疑點
- 【求助各位大佬】【急】pytest 動態引數化遇到的問題
- Jenkins+pytest+allure 自動化持續交付,幾個問題尋找解決辦法Jenkins
- 介面自動化測試
- python 介面自動化Python
- 自動化冒煙測試 Unittest , Pytest 哪家強?
- python+pytest介面自動化(9)-cookie繞過登入(保持登入狀態)PythonCookie
- 使用 ATX+pytest+allure-pytest 進行 IOS 的 UI 自動化測試iOSUI
- 介面自動化之介面整理(抓包)
- UI 自動化元素定位規範問題UI