본문 바로가기
QA Weekly

QA Weekly - 154[25/04/21]

by Zeromk2 2025. 4. 21.

 

이번 위클리에는

  • Simon Tomes
  • Shiv
  • Naz Tekinalp
  • Calogero Kàlos Bonasia
  • Brijendra Singh
  • Gunjan Kaushik
  • Vadym Nastoiashchyi
  • Niar
  • Monish Correia
  • Maninder Tomar
  • Ayoub BOUNAGA

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

154번째 위클리 시작합니다

 

Check Version

 

Hot Topic

Is audacious testing the new vibe testing? MoT Weekly – Issue 513

대담한 테스트가 새로운 분위기의 테스트일까요? MoT Weekly – 513호

 

Is audacious testing the new vibe testing? MoT Weekly – Issue 513

Time to be audacious. Discover many ways to learn and co-create with the testing, QA and quality engineering community in this week's MoT Weekly.

www.ministryoftesting.com

 

 

⏱️ Which is Faster? Gemini AI ✨ or Meta AI 🤖 — Tested with Selenium 🧪 & Java ☕

⏱️ Gemini AI ✨와 Meta AI 🤖 중 어느 쪽이 더 빠를까요? — Selenium 🧪 및 Java ☕로 테스트했습니다.

 

⏱️ Which is Faster? Gemini AI ✨ or Meta AI 🤖 — Tested with Selenium 🧪 & Java ☕

Artificial Intelligence (AI) chat models are everywhere these days — but how quickly do they respond when asked different types of…

medium.com

 

 

QA Basic

Agile Testing in Real Life: What They Don’t Teach You in Courses

실제 생활에서의 애자일 테스트: 강의에서 가르쳐주지 않는 것 입니다.

저도 계속해서 유연함을 강조하고 있는데 같은 맥락의 글인것 같아 반갑네요.

 

Agile Testing in Real Life: What They Don’t Teach You in Courses

Agile testing is not just about following processes — it’s about people, communication, and delivering real value.

medium.com

 

 

2025 Hard Skills for QA Engineers: What Really Matters Now

2025년 QA 엔지니어를 위한 하드 스킬: 지금 정말 중요한 것 입니다.

"신뢰할 수 있는 테스트 케이스 및 테스트 계획 작성(여전히 핵심 기술)" 저도 테스트 케이스 작성과 테스트 계획을 수립하는건 QA의 코어벨류라고 생각합니다.

 

2025 Hard Skills for QA Engineers: What Really Matters Now

Hi all!

medium.com

 

 

Bugs, Virtues, and Code: Stoicism Applied to Software Testing

버그, 미덕, 그리고 코드: 소프트웨어 테스팅에 적용된 금욕주의 입니다.

"모든 장애물은 교훈이고, 모든 어려움은 기회입니다" 좋은 접근인것 같습니다.

 

Bugs, Virtues, and Code: Stoicism Applied to Software Testing

​The Stoics invite us to accept what we cannot control — in this case, the inevitability of error in complex systems — and to focus our…

medium.com

 

 

QA Testing

Test Pyramid: Foundation or Cage ?

테스트 피라미드: 기초인가, 아니면 감옥인가? 입니다.

저도 테스트 피라미드가 저의 철학과는 거리가 있다고 생각하고있었는데 다른 분들도 같은 생각이신 분들이 있군요.

 

Test Pyramid: Foundation or Cage ?

The test pyramid, introduced by Mike Cohn in his 2009 book Succeeding with Agile, has long been a cornerstone of test automation strategy…

medium.com

 

 

 

Automation & Engineering

Appium Parallel Testing: Run Mobile Tests on Multiple Devices with TestNG

Appium 병렬 테스트: TestNG를 사용하여 여러 기기에서 모바일 테스트 실행

 

How to Perform Appium Parallel Test Execution with TestNG

Learn how to perform Appium parallel testing using TestNG and TestGrid Cloud Devices. Improve mobile test coverage and reduce execution time effortlessly.

testgrid.io

 

 

💁‍♂️for, for…of, .forEach(). What to choose? JavaScript

💁‍♂️for, for…of, .forEach(). 무엇을 선택해야 할까요? JavaScript 입니다.

적절하고 적합한 반복문을 사용하는 것은 중요하죠. 참고하면 좋을 내용입니다.

 

💁‍♂️for, for…of, .forEach(). What to choose? JavaScript

We often need to work with different data sets in our daily work. Usually, these sets are stored in an array. JavaScript allows you to go…

blog.stackademic.com

 

 

🚫Goodbye Page Object Model (POM)? Get to Know a Simpler Approach in Cypress!

🚫페이지 객체 모델(POM)은 이제 안녕? Cypress에서 더 간단한 접근 방식을 알아보세요! 입니다.

다른 구조로도 생각해볼 수 있겠네요

 

🚫Goodbye Page Object Model (POM)? Get to Know a Simpler Approach in Cypress!

“Why does making UI testing have to be complicated? How about we make it simpler, but still powerful?”

medium.com

 

 

Performance Testing in Postman: Unleashing Hidden Potentials

Postman에서의 성능 테스트: 숨겨진 잠재력을 깨우다 입니다.

Locust로만 했었는데 시간될때 postman으로도 한번 테스트 해봐야겠네요.

 

Performance Testing in Postman: Unleashing Hidden Potentials

To evaluate how your APIs behave under load, Postman’s desktop app provides a built-in performance testing feature that allows you to…

medium.com

 

 

🧪 Scaling Test Automation with Jenkins: Master-Agent Architecture for Multi-Bench Testing

🧪 Jenkins를 활용한 테스트 자동화 확장: 다중 벤치 테스트를 위한 마스터-에이전트 아키텍처 입니다.

저도 jenkins agent에 대해서는 어렴풋이로만 알고있었는데 이 글을 읽고 ChatGPT와 또 깊은 토론을 나눴네요.
agent를 통한 효율적인 리소스 활용방안을 고민해봐야겠습니다.

 

🧪 Scaling Test Automation with Jenkins: Master-Agent Architecture for Multi-Bench Testing

In the world of continuous testing, efficiency is everything. If you’re managing multiple test benches — say, Android tablets, embedded…

medium.com

 

 

Say Goodbye to Flaky UI Tests with Pytest and Smart Logging

Pytest와 스마트 로깅으로 불안정한 UI 테스트에 작별 인사 입니다.

좋은 기능을 제공해주는군요. 저는 unittest를 사용하는데 찾아보니 여기에도 유사한 기능이 있었네요. 
활용방안을 고민해봐야겠습니다.

 

Say Goodbye to Flaky UI Tests with Pytest and Smart Logging

Flaky UI tests are a major headache for QA teams. They fail intermittently, often with no changes in the code, making test results…

medium.com

 

 

Optimizing Test Execution Time with pytest: From Bottlenecks to Speed Gains

PyTest를 활용한 테스트 실행 시간 최적화: 병목 현상에서 속도 향상까지 입니다.

좋은 사례네요. 참고할만한 내용같습니다.

 

Optimizing Test Execution Time with pytest: From Bottlenecks to Speed Gains

pytest optimization speed up test execution pytest-xdist pytest-order parallel testing Python CI/CD test performance test automation

medium.com

 

 

Top Alternatives to Appium for Mobile Test Automation

모바일 테스트 자동화를 위한 Appium의 주요 대안 입니다.

오랜만에 다른 도구들에 대한 설명이 있는 글이 올라왔네요.

 

Top 11 Appium Alternatives in 2025: Smarter, Faster Mobile Test Automation

Looking for Appium alternatives in 2025? Discover 11 powerful mobile app testing tools that offer low-code features, better device coverage, and faster release cycles.

testgrid.io

 

 

Information
더보기

 

728x90

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

QA Weekly - 156[25/05/05]  (2) 2025.05.05
QA Weekly - 155[25/04/28]  (0) 2025.04.28
QA Weekly - 153[25/04/14]  (1) 2025.04.14
QA Weekly - 152[25/04/07]  (0) 2025.04.07
QA Weekly - 151[25/03/31]  (1) 2025.03.31

댓글