이제 6월의 중반부인데 벌써 30도가 넘는 날씨가 계속되고 있네요.
출퇴근할때 휴대용 선풍기를 들고다니시는 분들이 점점 많이 보이고 있네요.
모두 이른 더위 조심하세요~
이번 위클리에는
- Simon Tomes
- Yegor Sychev
- Sourojit Das
- Claire Reckless, Ady Stokes
- Kailash Pathak
- Rennan Reis
- Soumya Gupta
- Mrajesh
의 포스팅으로 함께 합니다!
162번째 위클리 시작합니다
Check Version |
- Selenium V4.33.0
- Playwright V1.52.0 Version UP!
- Appium V2.19.0
- Appium Inspector V2025.3.1
- Appium-uiautomator2-driver V4.2.3
- appium-xcuitest-driver V9.7.0 Version UP!
Hot Topic |
MoT Monthly - June 2025
MoT 월간 - 2025년 6월
MoT Monthly - June 2025
Discover exciting events and courses, new articles, glossary updates, testing trends, fun memes and memories, hot topics and new collections.
www.ministryoftesting.com
NASA’s Critical Lessons on Cyclomatic Complexity: Why Simple Code Saves Lives
순환 복잡성에 대한 NASA의 중요한 교훈: 간단한 코드가 생명을 구하는 이유
정량적으로 기준을 세워서 그것을 가이드라인으로 정한것이 흥미롭네요.
NASA’s Critical Lessons on Cyclomatic Complexity: Why Simple Code Saves Lives
How a software metric became crucial for space missions after Boeing’s CST-100 flight test failures
medium.com
QA Basic |
Defect vs Error vs Discrepancy: What’s the Difference in Software Testing?
결함 대 오류 대 불일치: 소프트웨어 테스팅의 차이점은 무엇인가? 입니다.
ISTQB 시험 준비하시는 분들은 아마 개알소 앞부분에서 많이 보셨을 것 같네요.
Defect vs Error vs Discrepancy: What’s the Difference in Software Testing?
In software testing, we often hear terms like defect, error, and discrepancy used as if they’re interchangeable. But they’re not…
medium.com
Am I a QA or a QC?
나는 QA인가, QC인가? 입니다.
최근에도 링크드인에 가끔 QA냐 QC냐 하는 주제로 글이 올라오는걸 보는게 개인적으로는 그걸 나누는게 어떤 의미가 있는지를 묻고 싶습니다. 우리의 목표는 제품의 결함률을 낮추고 보다 완전한 제품이 출시되도록 하는 것인데 굳이 역할을 나눌필요는 없다고 생각합니다. 해당 글의 마지막에도 유사한 내용이 있네요.
Am I a QA or a QC?
Understanding where I stand in the world of software testing
medium.com
QA Testing |
The one page test plan
1페이지 테스트 계획 입니다.
저도 이전 회사에서 테스트 브리핑을 하는 프로세스가 있었는데 적어야 할 양이 많아서 보여주기 위한 문서라는 느낌이 강했는데 이렇게 한장짜리로 정리해서 사용한다면 실무에 도움이 될 수 있을 것 같네요.
The one page test plan
Create concise test plans that get read and understood by busy people
www.ministryoftesting.com
Automation & Engineering |
Playwright For Test Automation : A Step by Step Guide
테스트 자동화를 위한 Playwright: 단계별 가이드 입니다.
코드 예제까지 있어서 처음 접하시는 분들에게 도움이 되겠네요.
The Complete Guide to Automated Testing with Playwright Framework
Learn how Playwright, a powerful open-source framework, simplifies automated testing across browsers. This guide walks you through the basics, getting you started with Playwright in no time.
testgrid.io
From Manual Chaos to Automated Harmony:Building a Realistic API Testing Project (with Postman & Newman)
수동적 혼란에서 자동화된 조화로: 현실적인 API 테스트 프로젝트 구축(Postman & Newman과 함께)
어떤 과정을 거치며 API 테스트를 하게 되었는지에 대한 내용이 있습니다.
From Manual Chaos to Automated Harmony:Building a Realistic API Testing Project (with Postman &…
“Testing APIs manually is like checking your mailbox every 5 minutes — exhausting, slow, and wildly inefficient.”
medium.com
🚀 Building an AI-Powered Performance Analyzer Dashboard-Load Testing Meets Language Models
🚀 AI 기반 성능 분석기 대시보드 구축 - 부하 테스트와 언어 모델이 결합
MCP로 이렇게까지 할 수 있는 것이군요.
🚀 Building an AI-Powered Performance Analyzer Dashboard-Load Testing Meets Language Models
Imagine this: you run a performance test on your backend API, and instead of crunching JSON logs manually, an AI model like Claude reads…
medium.com
💡 Playwright Tip: How to Check if an Element Exists Without Breaking Your Test
💡 극작가 팁: 테스트를 중단하지 않고 요소가 존재하는지 확인하는 방법 입니다.
오 저도 시도해보고 싶은 부분이 생각났네요.
💡 Playwright Tip: How to Check if an Element Exists Without Breaking Your Test
One of the first problems I hit when writing tests in Playwright was this: How do I check if an element is on the page — without risking…
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/
'QA Weekly' 카테고리의 다른 글
QA Weekly - 161[25/06/09] (3) | 2025.06.09 |
---|---|
QA Weekly - 160[25/06/02] (5) | 2025.06.02 |
QA Weekly - 159[25/05/26] (3) | 2025.05.26 |
QA Weekly - 158[25/05/19] (3) | 2025.05.19 |
QA Weekly - 157[25/05/12] (2) | 2025.05.12 |
댓글