일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 유지보수성 테스트
- RBT
- 자동화
- Software life cycle model
- 위험 기반 테스트
- SQA
- Test Case
- risk-based testing
- maintainability test
- Testing
- 셀레니움
- testing method
- testcase
- selenium
- 테스트케이스
- test
- Python
- 테스트 케이스
- regression test
- 테스트 설계 기법에 따른 분류
- 애자일
- 테스트
- csts
- 파이썬
- 비기능테스트
- ISTQB
- agile
- QA
- seleium
- 품질
Archives
- Today
- Total
목록Example (1)
Study_Note

작성 예시 from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.common.by import By from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions as EC ㄴ selenium 라이브러리를 가져오기 import pyautogui #키보드, 마우스 자동조작 함수 라이브러리 import pyperclip #클립보드 함수 라이브러리 import time #시간 함수 라이브러리 import random #랜덤 함수 라이브러리 ..
selenium (with python)
2023. 5. 2. 09:47