테스트 자동화 Learning Path( 학습 경로..?)

2022. 1. 29. 16:27Test Automation

Introduction

최근에 기존에 작성했던 자동화 스크립트를 리팩토링 하면서, 깃헙 이곳 저곳을 다니다가 괜찮은 학습사이트를 발견해서 공유해보려고 한다. 


URL: https://testautomationu.applitools.com/learningpaths.html 

 

Learning Paths | Applitools

 

testautomationu.applitools.com

 

 

 

자동화 학습 사이트

자동화를 본격적으로 시작한 지는 3 달정도 됐는데, 프로그래밍 지식이 부족하다 보니, 샘플 코드들을 많이 찾아 보게 되었다. 우선 자동화 학습 유튜브, 사이트 들의 장단 점을 정리 해보자면..

 

Name Pros Cons URL
Appium Official Documents - 공식 문서이므로, 신뢰성이 가장 높다.
- 핵심적인 내용들은 모두 포함되어있음.

- 샘플 코드가 부족함. https://appium.io/docs/en/about-appium/intro/

https://github.com/appium/appium/tree/master/sample-code


Browser stack - 다양한 테스트 구조 학습 가능(e.g. multi thread, cicd, various configurations) - 모바일 자동화 스크립트는 예제가 많이 부족함. https://github.com/browserstack
Test Automation Step by step - 정말 디테일하게 설명해줌.
- 프로그래밍을 잘 모르는 비기너도 시작 가능할 정도
너무 기본적인 부분만 다뤄 줌.  https://www.youtube.com/c/AutomationStepByStep
Test Automation University - 시각적으로 러닝패스를 정리해줘서, 초심자에게 적합 함.
- 샘플 코드들이 잘 정리 되어있어서 실제로 연습해보기 좋음.
??  https://testautomationu.applitools.com/learningpaths.html


https://github.com/moatazeldebsy/Appium-TAU
Test Guild (Pod Cast) - test 최신 트렌드 업데이트
- 아저씨 목소리가 좋음..ㅎ
프로그래밍을 어느정도 이해 하고 있어야 도움이 될듯. https://testguild.com/podcast/

 

 

 

Conclusion

생각보다 외국에는 testing 쪽에 커리어패스나, 러닝패스가 구체적으로 존재하고 있으나, 한국은 그러지 못하다고 느껴짐. 

나도 그렇고, 요즘에 비전공자들이 IT 업계로 많이들 도전하고 있는데, QA, 테스트 자동화 엔지니어가 좋은 옵션이 될 수있다고 생각이 된다.