Blog QA (3)

random_image
AI & HCI

AI Agent: E2E Test

URL 하나만 주면 크롤링부터 테스트 시나리오·코드 생성·실행·리포트까지 이어지는 E2E 테스트 파이프라인

An end-to-end test pipeline that takes a single URL and automatically crawls the site, drafts natural-language test scenarios, generates runnable Jest+Playwright test code, and produces an HTML report — no site-specific hardcoding.

Key design decisions: - A general-purpose BFS crawler instead of a hardcoded page …

QA Agent

Read more →
random_image
SW Development

QA Automation Pipeline

GitHub에 push하면 테스트가 자동으로 돌고, 통과해야만 배포된다 — 사람이 테스트 실행을 기억할 필요가 없다

Built a CI/CD pipeline that enforces test-before-deploy: a GitHub push triggers Jenkins via webhook, Pytest runs automatically, and deployment only proceeds if all tests pass. If tests fail, the pipeline stops at the test stage — deploy never runs.

Jenkins itself runs inside Docker ( …

QA

Read more →
random_image
SW Development

[QA] What is Appium?

[Appium] Introduction to Mobile Test Automation

What is Appium? Introduction to Mobile Test Automation

What is Appium? – Getting Started with Mobile Test Automation

As mobile applications become increasingly essential in our daily lives, ensuring their quality through automated testing has become more critical than ever. Among various testing tools, Appium …

QA

Read more →