DEV Community

Pramod Dutta
Pramod Dutta

Posted on

 

How To Switch From Manual to Automation Testing || 5 Steps & Lesson Learned.

In this video, I have given 5 step process to switch from Manual Testing to Automation testing.

These 5 steps are

  1. Changing your Mind Set.
  2. Getting Out of Your Comfort Zone
  3. Learn From Other QA / Network.
  4. Grab Opportunity
  5. Be Patient

Mindmap used : https://mm.tt/1345827488?t=J1h5UfGd0k

Join Facebook Group : http://bit.ly/learntesting2019
Website: https://scrolltest.com
Website: https://thetestingacademy.com
Twitter: https://twitter.com/itstechmode

automationtesting #manualtesting #testautomation #thetestingacademy #scrolltest

https://youtu.be/ZYynls4qmOI

🚀 Tools and services I recommend:
Some of the courses that I recommend to become better Automation Tester 🙌🙌

✅Selenium Training and Certification -
https://scrolltest.com/go/edureka

✅Learn Jenkins for QA -
https://bit.ly/learnjenkins-p1

✅Programming Java -
https://bit.ly/learnjava2020-p1

✅Test Automation -
https://bit.ly/learnautomation2020

✅API Testing -
https://www.learnapitesting.com

✅Cypress Tutorial with LIVE Projects -
http://cypresstutorial.com

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.