본문 바로가기
QA Weekly

QA Weekly - 177[25/09/29]

by Zeromk2 2025. 9. 29.

Vibium이 반짝하고 글이 많았는데 이제는 거의 보기 힘들어졌네요.

좀더 실체에 가까운 무언가가 나와야 다시 수면위로 올라올 것 같습니다.

 


이번 위클리에는

  • The Postman Team
  • Kateryna Plakosh
  • Brucemarsus
  • Bob Nelson
  • Yanming Zhai
  • Vrushali K
  • Abhay

의 포스팅으로 함께 합니다!

177번째 위클리 시작합니다

 

Check Version

 

 

Hot Topic

September 2025 Product Update: Redesigned Variables, AI Requests in Collections, and Workflow Improvements

2025년 9월 제품 업데이트: 재설계된 변수, 컬렉션의 AI 요청 및 워크플로 개선

https://blog.postman.com/september-2025-product-updates/

 

 

TestBash Brighton 2025

테스트배시 브라이튼 2025

 

TestBash Brighton 2025

On the 1st & 2nd of October, 2025 we'll be back to Brighton for another TestBash: the largest Software Testing Conference in the UK

www.ministryoftesting.com

 

 

QA Basic

How to Use Root Cause Analysis Techniques to Advance Your Business

근본 원인 분석 기술을 사용하여 비즈니스를 발전시키는 방법

 

How to Use Root Cause Analysis Techniques to Advance Your Business - QA Madness

QA specialists' tips on using RCA techniques to improve your processes, upskill your team, and refine your product.

www.qamadness.com

 

 

History Repeats Itself in a Spiral: Why QA Isn’t Dying, It’s Evolving

역사는 나선형으로 반복됩니다. QA가 사라지지 않고 진화하는 이유 입니다.

읽다보니 확실히 그랬던 것 같다는 생각이 듭니다. 과거에도 아동 노동법 개정이나 주5일 근무제가 도입될 때 기업이 망한다고 했지만 망하지 않고 여전히 잘 운영되고 있는 것 처럼 말이죠.

 

History Is a Spiral: Why QA Isn’t Dying, It’s Evolving

QA isn’t dying, it’s evolving. From Agile to DevOps to AI, history shows quality assurance adapts and grows stronger with every shift.

medium.com

 

 

Importance of Test Documentation in Automated Software Testing

자동화 소프트웨어 테스트에서 테스트 문서의 중요성 입니다.

문서의 중요성은 이로인해 고생해본 경험이 있을 경우 더 와닿으실것 같습니다.

 

Importance of Test Documentation in Automated Software Testing

The importance of test documentation in automated software testing is that it provides the clarity and accountability that automation alone…

medium.com

 

 

QA Testing

How to Fix Performance Issues Error Monitoring Can’t See

오류 모니터링에서 볼 수 없는 성능 문제를 해결하는 방법 입니다.

비기능 테스트가 중요한 이유입니다.

 

How to Fix Performance Issues Error Monitoring Can't See

Struggling with “buggy” app complaints despite low crash rates? Learn to diagnose and fix performance issues to boost your UX ratings.

thenewstack.io

 

 

🧪 How Do You Test an LLM Model and an AI App?

🧪 LLM 모델과 AI 앱을 어떻게 테스트하나요? 입니다.

AI 테스트를 어떻게 할 것인지 고민해볼 수 있는 내용이였네요.

 

🧪 How Do You Test an LLM Model and an AI App?

When I first faced the challenge of testing an AI-powered app, I realized:  this isn’t like testing a normal web or mobile app.

medium.com

 

 

Automation & Engineering

Shadow DOM in Playwright: Quick Guide

Playwright의 Shadow DOM: 빠른 가이드 입니다.

locator().shadowRoot()의 활용 방법을 소개해주고 있네요.

 

Shadow DOM in Playwright: Quick Guide

A practical guide to navigating and testing encapsulated web components using Playwright’s powerful selectors and TypeScript’s type safety.

blog.nonstopio.com

 

 

🕵️‍♂️ The Flaky Test That Fooled the Team: How One Failing Test Exposed a Bigger Problem

🕵️‍♂️ 팀을 속인 불안정한 테스트: 실패한 테스트 하나가 더 큰 문제를 드러낸 과정 입니다.

저희팀도 자동화 머신에서 Jenkins로 수행하면 문제가 발생하지만 개인 맥북에서 테스트하면 발생하지 않는 문제들을 경험했는데요 유사한 상황을 겪고 계신 분들은 한번쯤 보시면 좋을 것 같습니다.

 

🕵️‍♂️ The Flaky Test That Fooled the Team: How One Failing Test Exposed a Bigger Problem

🚨 The Panic Begins

medium.com

 

 

Information
더보기

- 테스트 자동화 도구는 어떤 것들이 있는지 알고 싶어요

https://katalon.com/resources-center/blog/automation-testing-tools

 

- 소프트웨어를 위한 최고의 DevOps 도구 15가지

https://katalon.com/resources-center/blog/top-devops-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/

 

효과적인 UI 테스트 자동화를 위한 웹 요소 로케이터 마스터링

https://medium.com/@jignect/mastering-web-element-locators-for-effective-ui-test-automation-6f7408b0053b

 

- Appium Capability 설정 방법

https://www.lambdatest.com/blog/appium-capabilities/

 

- Macbook에서 Python/Appium으로 iPhone 제어하기 (0~1)

https://kevinlinxc.medium.com/controlling-an-iphone-with-python-appium-on-a-macbook-0-to-1-20d4c9c46ad6

 

- Selenium에서 XPath를 사용하는 방법: 예제가 포함된 전체 가이드

https://www.lambdatest.com/blog/complete-guide-for-using-xpath-in-selenium-with-examples/

 

Selenium 마스터하기: 모든 자동화 엔지니어가 알아야 할 필수 인터페이스와 클래스

https://medium.com/@qa_engineer01/mastering-selenium-essential-interfaces-and-classes-every-automation-engineer-must-know-ad18e6722700

 

728x90

'QA Weekly' 카테고리의 다른 글

QA Weekly - 179[25/10/13]  (0) 2025.10.13
QA Weekly - 178[25/10/06]  (0) 2025.10.06
QA Weekly - 176[25/09/22]  (2) 2025.09.22
QA Weekly - 175[25/09/15]  (1) 2025.09.15
QA Weekly - 174[25/09/08]  (1) 2025.09.08

댓글