본문 바로가기

web116

Selenium을 이용한 Web 어플리케이션 테스트 자동화 #### Selenium을 이용한 Web 어플리케이션 테스트 자동화 - [http://tech.whatap.io/2015/10/02/automation-with-selenium/](http://tech.whatap.io/2015/10/02/automation-with-selenium/) - [https://beomi.github.io/2017/02/27/HowToMakeWebCrawler-With-Selenium/](https://beomi.github.io/2017/02/27/HowToMakeWebCrawler-With-Selenium/) - [seleniumhq.org : https://www.seleniumhq.org/download/](https://www.seleniumhq.org/downloa.. 2019. 7. 12.
Javascript Async return Promise For await # Javascript Async return Promise For await ## # async function #### Reference - [https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Statements/async_function](https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Statements/async_function) #### async function - async function 선언은 AsyncFunction객체를 반환하는 하나의 비동기 함수를 정의한다. - 또한 async function expression을 사용해서 async function을 선언.. 2019. 7. 12.
w3school How To Create A Loader # w3school How To Create A Loader ##### [source : https://jsfiddle.net/softm/batnuxp4/ ](https://jsfiddle.net/softm/batnuxp4/) ```html How To Create A Loader https://www.w3schools.com/howto/howto_css_loader.asp ``` 2019. 7. 12.
ECMA6 ECMA6 ※ 참고 : https://www.sitepoint.com/javascript-versioning-es6-es2015 # ECMAScript 2015 Releases - Classes - Promises - Arrow functions - ES Modules - Generators and Iterators # ES2016 - Array.prototype.includes // pre-ES2016: const hasBob = names.indexOf('bob') > -1; // ES2016: const hasBob = names.includes('bob'); - Exponent Operator // pre-ES2016 Math.pow(5, 3); // => 125 // ES2016 5 ** 3; .. 2019. 1. 30.
Chrome 개발자도구 (Command Line API & Console API ) Chrome 개발자도구 (Command Line API & Console API ) Console API 참조 : https://developers.google.com/web/tools/chrome-devtools/console/console-reference?hl=ko 크롬 브라우저의 console 사용법 : https://thinkingcookie.wordpress.com/2012/08/31/%ED%81%AC%EB%A1%AC-%EB%B8%8C%EB%9D%BC%EC%9A%B0%EC%A0%80%EC%9D%98-console-%EC%82%AC%EC%9A%A9%EB%B2%95/ MDN Console : https://developer.mozilla.org/en-US/docs/Web/API/Console Da.. 2019. 1. 30.
Selenium 을 이용한 Web 어플리케이션 테스트 자동화 Selenium 을 이용한 Web 어플리케이션 테스트 자동화 http://tech.whatap.io/2015/10/02/automation-with-selenium/ https://beomi.github.io/2017/02/27/HowToMakeWebCrawler-With-Selenium/ seleniumhq.org : https://www.seleniumhq.org/download/ # selenium : http://tech.whatap.io/2015/10/02/automation-with-selenium/ # JUnit4 vs TestNG : Junit말고 TestNG Mercury HP > QTP >> 로드러너 #see also : phantomjs 헤드리스브라우져, 화면캡쳐 : http://ph.. 2019. 1. 30.