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