Overview
In order to be an automated tester you must be able to:- Develop in JavaScript
- Develop in the TypeScript language which is a super set of the JavaScript language.
- Understand NodeJs which is a JavaScript runtime
- Use yarn which downloads packages that other people have built in TypeScript or JavaScript.
- Work with Selenium which is a library that interacts with the Web Browser.
- Work with Mocha which is a testing framework.
- Use regular expressions for matching text on a web page.
The path to being an automated tester
Learn JavaScript
- JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour
- JavaScript Courses
Learn TypeScript
- Take all these courses except the one on Angular
Learn NodeJS
- Node.js Tutorial for Beginners: Learn Node in 1 Hour
Learn Yarn
Learn Selenium
Learn Mocha
- https://testautomationu.applitools.com/mocha-javascript-tests/
Learn Regular Expressions
No comments:
Post a Comment