일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- selenium
- 테스트 설계 기법에 따른 분류
- 위험 기반 테스트
- 유지보수성 테스트
- testing method
- SQA
- 자동화
- ISTQB
- 셀레니움
- 테스트
- agile
- testcase
- maintainability test
- test
- RBT
- 파이썬
- 비기능테스트
- regression test
- 품질
- 테스트 케이스
- 테스트케이스
- csts
- Test Case
- Python
- Testing
- 애자일
- Software life cycle model
- risk-based testing
- QA
- seleium
Archives
- Today
- Total
목록예시 (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