Blog QA (2)

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 →