QA Weekly - 159[25/05/26]
5월의 마지막 위클리 입니다.
이번주는 그래도 내용이 풍성한 것 같아서 저도 글을 읽는내내 도움을 많이 받았습니다.
방문하시는 분들도 좋은 정보 얻고 가셨으면 좋겠네요~!
이번 위클리에는
- Testify
- Mona M. Abd El-Rahman
- Dick Dowdell
- Heemeng Foo
- Shiv
- Kavita Jadhav
- Mrajesh
- Niraj Subedi
- Michael Kennedy
- Simon Tomes
- Wangyingya
의 포스팅으로 함께 합니다!
159번째 위클리 시작합니다
Check Version |
- Selenium V4.33.0 Version UP!
- Playwright V1.52.0
- Appium V2.18.0
- Appium Inspector V2025.3.1
- Appium-uiautomator2-driver V4.2.3
- appium-xcuitest-driver V9.2.5 Version UP!
Hot Topic |
Empathy lessons for software testers: Preparing for the European Accessibility Act
소프트웨어 테스터를 위한 공감 수업: 유럽 접근성법 준비 입니다.
2025년 6월 28일부터 유럽에서 발효되는 법안이라고 합니다.
Empathy lessons for software testers: Preparing for the European Accessibility Act
Discover how hands-on empathy labs and cross-team collaboration lead to more inclusive, user-focused software
www.ministryoftesting.com
Are trains a quality product? MoT Weekly – Issue 517
기차는 품질 좋은 제품일까요? MoT Weekly – 517호
Are trains a quality product? MoT Weekly – Issue 517
How does a community lead with quality? Discover many ways to learn and co-create with testing, QA, dev and quality engineering professionals in this week's MoT Weekly.
www.ministryoftesting.com
QA Basic |
Software Test Automation: Learning Roadmap, Why it is Important and How AI Can Help
소프트웨어 테스트 자동화: 학습 로드맵, 그 중요성 및 AI가 어떻게 도움이 될 수 있는지 입니다.
꾸준히 무언가를 학습하며 개선해 나가는 과정이 더 중요해보이네요.
Software Test Automation: Learning Roadmap, Why it is Important and How AI Can Help
Blending Code and Quality: My Journey to Becoming a SDET and How I am Assisted by GenAI
medium.com
QA Testing |
Rethinking Software Testing: How First Principles Thinking Elevates Your Software Quality
소프트웨어 테스트 재고: 기본 원칙 사고가 소프트웨어 품질을 향상시키는 방법 입니다.
이러한 사고를 통해 더 단단한 프로세스가 되는것 같습니다. 저도 다시 생각하게끔 되네요.
Rethinking Software Testing: How First Principles Thinking Elevates Your Software Quality
“Start at the basics…”
medium.com
Why Your Quality Metrics Might Be Lying to You 🎭
품질 지표가 당신에게 거짓말을 하고 있을 수 있는 이유 🎭 입니다.
이것 아주 중요한 내용이라고 생각합니다. 업무 성과에 대해 고민중인 분이 계시다면 한번쯤 보시고 생해보시면 좋겠네요.
Why Your Quality Metrics Might Be Lying to You 🎭
We’ve all been there. 😅 You present a shiny dashboard to leadership: 💡 “Look! 1,000 test cases executed! 95% automation coverage!”…
medium.com
AI and Deterministic Testing
AI와 결정론적 테스트 입니다.
AI의 본질에 대한 고찰이네요. 저도모르게 정독하게 되었습니다. 공감이 가네요.
AI and Deterministic Testing
Predictability is the gold standard for software reliability — and neither generative or agentic AI can deliver it
medium.com
Automation & Engineering |
I Vibe Coded a Mock Server and API Tests — Here’s What Happened
모의 서버와 API 테스트를 Vibe Coded로 코딩했습니다. 결과는 다음과 같습니다. 입니다.
AI가 아직 완벽하지 않다는 것을 보여주고 있지만 이 격차가 어느새 초근접해 올지 모르니 배움을 꾸준히 이어나가야 할 것 같습니다.
I Vibe Coded a Mock Server and API Tests — Here’s What Happened
Part 1 of building an AI-assisted pipeline for a real-world web app
heemeng.medium.com
⚡ Optimizing Self-Healing Locators: Avoiding Duplicate AI Calls Using a Smart Cache Mechanism
⚡ 자가 복구 로케이터 최적화: 스마트 캐시 메커니즘을 사용하여 중복 AI 호출 방지 입니다.
Ollama에도 LLM에 캐시를 적용할 수 있는데 실제 효과가 있는 것을 보니 저도 한번 적용해봐야겠네요.
⚡ Optimizing Self-Healing Locators: Avoiding Duplicate AI Calls Using a Smart Cache Mechanism
In my previous blog, we explored how Gemini AI could step in to rescue your flaky Selenium scripts by generating fresh locators when the…
medium.com
🏢 Comparing UFT Developer vs Playwright vs Selenium for Enterprise Applications in 2025
🏢 2025년 엔터프라이즈 애플리케이션을 위한 UFT Developer, Playwright, Selenium 비교 입니다.
단순 나열이 아니라 데이터를 기반으로 한 정보는 언제나 좋습니다.
🏢 Comparing UFT Developer vs Playwright vs Selenium for Enterprise Applications in 2025
Choosing the right test automation tool is critical when working with enterprise-grade platforms like Salesforce, SAP, Oracle EBS, and…
medium.com
The .or() Trick in Playwright POM: A QA's Shortcut to Reusable and Cleaner Code
Playwright POM의 비결 .or(): 재사용 가능하고 깔끔한 코드를 위한 QA의 단축키 입니다.
간단히 사용하기 좋은 구문이네요.
The .or() Trick in Playwright POM: A QA's Shortcut to Reusable and Cleaner Code
What Is the .or() Method?
medium.com
🚫 Why I Don’t Use Page Object Model (POM) in Small Mobile Automation Projects
🚫 소규모 모바일 자동화 프로젝트에서 페이지 개체 모델(POM)을 사용하지 않는 이유 입니다.
디버깅이 지저분해진다. 공감되네요.
🚫 Why I Don’t Use Page Object Model (POM) in Small Mobile Automation Projects
As a QA engineer working in mobile automation, I’ve spent time with both heavyweight frameworks like Appium and Espresso and lighter tools…
medium.com
Information |
- 테스트 자동화 도구는 어떤 것들이 있는지 알고 싶어요
https://katalon.com/resources-center/blog/automation-testing-tools
- ADB 명령어로 할 수 있는 것은 어떤 것이 있나요
https://www.lambdatest.com/blog/adb-commands/
https://jignect.tech/adb-tips-for-appium-how-to-locate-android-package-and-activity-names-easily/
Chrome에서 Python Selenium으로 웹 자동화 마스터하기.
https://www.lambdatest.com/blog/python-selenium-with-chrome/
- Appium 설치 방법
https://www.lambdatest.com/blog/install-appium/
- Appium Capability 설정 방법
https://www.lambdatest.com/blog/appium-capabilities/
- Macbook에서 Python/Appium으로 iPhone 제어하기 (0~1)
- Selenium에서 XPath를 사용하는 방법: 예제가 포함된 전체 가이드
https://www.lambdatest.com/blog/complete-guide-for-using-xpath-in-selenium-with-examples/