본문 바로가기
QA Weekly

QA Weekly - 178[25/10/06]

by Zeromk2 2025. 10. 6.

이번주는 AI 관련된 글이 많이 보이네요.

하지만 여전히 AI를 활용한 자동화나 테스트에 대한 부분은 검증되지 않은 영역이 더 많다고 생각합니다.

AI는 스탠다드 타입의 툴로 여러 회사에서 동일한 기능으로 사용하기 보다는 각 회사에 맞춤형식으로 사용하는 것이 더 효과가 

크기 때문에 그렇지 않을까 하네요.


이번 위클리에는

  • Edward Kumar
  • Mansi Rauthan
  • 박현준
  • Maxilect
  • Kevin Konda
  • MarinaJordao

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

178번째 위클리 시작합니다

 

Check Version

 

 

QA Basic

The Myth of Laziness: Managerial Beliefs Create Self-Fulfilling Prophecy

게으름의 신화: 경영자의 신념은 자기실현적 예언을 만들어낸다 입니다.

매니저라면 한번쯤 생각해보셨을 이야기 입니다. 우리는 어떤 기준으로 조직을 이끌어야 할까요?

 

The Myth of Laziness: Managerial Beliefs Create Self-Fulfilling Prophecy

Vitaly Sharovatov and Anupam Krishnamurthy investigate the Myth of Laziness in a new research paper, available for download now from Zenodo. Laziness as a Construct, Not a Trait Research across psychology, neuroscience, and organizational behavior shows th

qase.io

 

 

How Testing Is Changing — A Personal Perspective

테스트가 어떻게 변화하고 있는가 - 개인적 관점 입니다.

꽤나 현실적인 이야기가 많네요. 외국도 역시 국내와 비슷한것 같습니다.

 

How Testing Is Changing — A Personal Perspective

I’ve been working in automated testing for quite a while. Sometimes I’m involved in hiring, sometimes in training, and I also observe my…

maxilect-company.medium.com

 

 

10 Testing Mistakes I’ve Learned the Hard Way

내가 힘들게 깨달은 10가지 테스트 실수 입니다.

 "바보 같은" 질문을 던지세요. 아주 중요한 포인트를 짚어주었네요. QA는 질문하는것을 두려워해서는 안된다고 생각합니다.

 

10 Testing Mistakes I’ve Learned the Hard Way

Lessons from late-night bugs, awkward dev chats, and a few painful production misses.

kevinkonda.medium.com

 

 

The Mentors Who Shape QA Careers: Beyond Automation and Process

QA 경력을 형성하는 멘토: 자동화 및 프로세스를 넘어 입니다.

멘토를 어떻게 활용해야 하는지에 대한 이야기도 있습니다. 정말 중요한 부분이라고 생각합니다. 
여러분 1on1을 정말 적극적으로 잘 활용하셔서 매니저나 선배들에게 정말 많은 것을 뽑아내셔야(?) 합니다 ㅎㅎ

 

The Mentors Who Shape QA Careers: Beyond Automation and Process

When people think about growing in their QA career, they often picture learning a new tool, mastering test automation, or becoming the…

medium.com

 

 

QA Testing

What It Takes To Write Effective Test Cases

효과적인 테스트 케이스를 작성하는 데 필요한 것 입니다.

이 일을 하면서 아직까지도 계속 고민하면서 실험을 계속해 나가는 부분이 있습니다. 바로 '테스트 케이스 작성' 에 대한 부분입니다.
흔히 실버 불릿 이라고 불리우는 만능 작성법은 없다고 생각하기 때문에 현재 조직과 상황에 맞는 테스트 케이스는 어떻게 작성하고 관리해야 할지 항상 고민하게 되는 것 같습니다. 여러분은 어떤 노하우를 가지고 계신가요?

 

How to Write Test Cases in Software Testing (Format & Example)

Learn how to write test cases in software testing with validated formats, real-world examples, and best practices. See how test cases support automated software testing.

www.headspin.io

 

 

Automation & Engineering

Master Jenkins와 Mac Node로 테스트 자동화 환경 통합하기 입니다.

29CM QA팀은 테스트 자동화 환경을 어떻게 개선했는지에 대한 이야기 입니다.

 

Master Jenkins와 Mac Node로 테스트 자동화 환경 통합하기

AWS EC2와 Jenkins Node를 활용해 CI/CD 파이프라인을 안정적이고 효율적으로 개선한 실전 사례를 소개합니다.

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 - 180[25/10/20]  (0) 2025.10.20
QA Weekly - 179[25/10/13]  (0) 2025.10.13
QA Weekly - 177[25/09/29]  (3) 2025.09.29
QA Weekly - 176[25/09/22]  (2) 2025.09.22
QA Weekly - 175[25/09/15]  (1) 2025.09.15

댓글