본문 바로가기

분류 전체보기297

PhantomJS(팬텀JS) PhantomJS is a headless web browser scriptable with JavaScript. It runs on Windows, macOS, Linux, and FreeBSD.Using QtWebKit as the back-end, it offers fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.The following simple script for PhantomJS loads Google homepage, waits a bit, and then captures it to an image.var page = require('webpage').crea.. 2018. 11. 26.
Java Script Test Automation(React+Karma+Jasmin) Ubuntu에 react Test 자동화를 해보자!환경VirtualBoxubuntu-18.04.1-desktop-amd64.isokaram & jasmin Ubuntu 설치Kernel driver not installed (rc=-1908)Make sure the kernel module has been loaded successfully.where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. VM 실행 시에 다음과 같은 Error가 발생할 수 있다. 그럴 땐 시스템 환경설정 > 보안 및 개인정보 보호에 진입해서 Ora.. 2018. 11. 26.
[Error] Kernel driver not installed (rc=-1908) Kernel driver not installed (rc=-1908) Make sure the kernel module has been loaded successfully. where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. VM 실행 시에 다음과 같은 Error가 발생할 수 있다. 그럴 땐 시스템 환경설정 > 보안 및 개인정보 보호에 진입해서 Oracle 앱 허용을 해줘야 한다. https://stackoverflow.com/questions/49613092/installation-of-virtual-box-on-.. 2018. 11. 23.
팀의 첫 인원을 뽑을때 항상 팀을 만든 후 첫번째 사람을 뽑는건 어려운 일이다.예를 들어서 QA팀을 만들고, 처음 QA를 뽑을 경우엔 보통 개발자들이 면접을 진행한다. 그러나 개발자의 인식에서 QA는 자신들이 구현한 기능의 버그가 없는지 검증하는 역활의 사람을 뽑는데 포커싱을 한다.QA로서 제일 의미없는 경력사항이 프로젝트 참여이다.어찌보면 모든 QA는 테스트를 한다. 주업무이기 때문이다.그러면 테스트를 잘하는건 면접에서 어떻게 파악할 수 있을까?솔직히 말하면 쉽지 않다.사람마다 도메인이 다른데 짧은 면접 시간동안 이를 캐치하기엔 쉽지 않다.그러면 어떻게 뽑아야할까?경험상으로 QA로서 필요한 스킬이 어떤게 있을까?API 검증 능력, SQL 작성 능력, 테스트 자동화, 프로세스 개선 , CI 경험, 코드 작성 및 해석 능력 .... 2018. 11. 22.