본문 바로가기
QA Weekly

QA Weekly - 181[25/10/27]

by Zeromk2 2025. 10. 27.

이번주는 AI Agentic에 관한 글이 많이 보이네요. 

다만 이전에 없던 개념의 내용은 아니고 AI Agent가 '스스로 행동하는' 부분에 초점이 맞춰져 있다면

AI Agentic은 '스스로 사고하는' 부분에 대한 내용이였습니다. 이제 목표를 주면 그것을 달성하기 위해 알아서 행동하는 것을 

넘어서 먼저 생각해서 움직이는 AI가 이제 주력이 되어가고 있다는 뜻이겠지요.

정말 자고 일어나면 바뀌어 있는 세상이 놀랍기도 하고 두렵기도 하네요 ㅎㅎ

 

이번 위클리에는

  • JigNect | Software Testing Company
  • Ömer Atlı
  • KailashPathak
  • Lakindu De Silva
  • Abhishek Verma
  • Josphine Job
  • Sathya Narayan

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

181번째 위클리 시작합니다

 

Check Version
* update devtools versions
* [py][bidi]: add set_timezone_override command in emulation (#16500)
* Replaced :param: and :args: from docstrings (#16469)
Dropped support of older Android API levels below 26 (Oreo)

 

 

QA Basic

How to Write Clear and Effective Bug Reports that Everyone Loves

모두가 좋아하는 명확하고 효과적인 버그 보고서를 작성하는 방법 입니다.

아주 중요한 내용이죠. QA라는 직무를 이제 막 시작한다면 한번 봐둬야 하는 글이라고 생각합니다.

 

How to Write Clear and Effective Bug Reports that Everyone Loves

In software testing, a bug report is more than “something doesn’t work.” It’s the bridge between QA testers and developers. A clear…

medium.com

유사한 내용이 있어서 같이 가져왔습니다.

 

How to Identify and Report a Bug

“A bug isn’t just found, it’s told as a story.”

omeratli.medium.com

 

 

Page Load Timer — Effortlessly Measure Your Website Speed in Real Time

페이지 로드 타이머 - 웹사이트 속도를 실시간으로 손쉽게 측정하세요 입니다.

유용한 툴이네요~

 

Page Load Timer — Effortlessly Measure Your Website Speed in Real Time

Have you ever opened a website and felt like it took forever to load? You sit there staring at the screen, waiting for something —…

kailash-pathak.medium.com

 

 

더 열심히가 아니라 더 똑똑하게 테스트하세요: 컨텍스트 기반 QA의 부상

Test Smarter, Not Harder: The Rise of Context-Driven QA

저도 동의하는 내용입니다.

 

Test Smarter, Not Harder: The Rise of Context-Driven QA

In today’s fast-paced software world, where teams deploy multiple times a day and new features roll out weekly, one truth has become clear…

medium.com

 

 

QA Testing

How I Use Data Analytics to Find Gaps in Test Coverage

테스트 범위의 격차를 찾기 위해 데이터 분석을 사용하는 방법 입니다.

QA의 능력 범위를 관통하는 말이 있네요. "100% 커버리지를 확보하더라도 실제로 중요한 버그를 놓칠 수 있다" 이 글은 작성자의 내용대로 해보는것 보다 내 팀, 내 조직에서 이런 문제가 발생하지 않기 위해 무엇을 해야하는지에 대한 고민을 하는게 더 중요할 것 같습니다.

 

How I Use Data Analytics to Find Gaps in Test Coverage

I turned test execution data into insights — spotting coverage gaps, flaky areas, and risky modules before they became production issues.

medium.com

 

 

Automation & Engineering

How We Fixed Android WebView Automation in Appium 2

Appium 2에서 Android WebView 자동화를 수정한 방법 입니다.

웹뷰 핸들러와 컨텍스트는 안드로이드 자동화를 괴롭게 하는 주범이죠. 저희 팀에서도 2년 전쯤에 이 문제로 힘들게 극복했던 글을 올렸던 기억이 나네요. 혹시 해당 문제로 괴로움을 겪고 계신다면 한번쯤 참고하는것을 추천 드립니다.

 

How We Fixed Android WebView Automation in Appium 2

Learn how to fix Appium ChromeDriver timeouts in Android WebView automation by implementing defensive window selection and context…

medium.com

 

 

Unleashing Pytest Power: How Parallel Testing with xdist Made Python Tests 5x Faster

Pytest의 강력한 기능 활용: xdist를 사용한 병렬 테스트로 Python 테스트 속도 5배 향상 입니다.

저는 Unittest를 사용하지만 테스트 자동화로 pytest를 사용하시는 분이 많이 계시는 것으로 알고있습니다. 이런 분들에게 도움이 될 수 있는 글이겠네요.

 

Unleashing Pytest Power: How Parallel Testing with xdist Made Python Tests 5x Faster

Why Pytest Stands Out as a Testing Framework

techbytesdispatch.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-aut

 

728x90

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

QA Weekly - 182[25/11/03]  (0) 2025.11.03
QA Weekly - 180[25/10/20]  (0) 2025.10.20
QA Weekly - 179[25/10/13]  (0) 2025.10.13
QA Weekly - 178[25/10/06]  (0) 2025.10.06
QA Weekly - 177[25/09/29]  (3) 2025.09.29

댓글