Manual Testing is not becoming extinct but it's importance is being reduced. Manual testing takes Time . Time is the key factor in Agile development. Companies would want to bring their application soon to the market. If they don't do so, then they have to face severe competition. Gone are the days when teams adopted Waterfall model . Every company is pushing their Manual testers to learn automation because they are quickly moving from Waterfall model to Agile/DevOps models. Companies are hiring only automation testers. Most of the companies have started to implement Agile(CI/CD), where automation plays a crucial role. It works on fail fast and fail safe approach . So the testing has to be fast to find out the defects and then be fixed to deliver a quality product. Quick release of the application to the market also forces quick testing which is possible through automation. As more processes fall into CI/CD, there will be less need for manual testing. T...