Automation and its Types Last Updated : 11 Feb, 2022 Comments Improve Suggest changes Like Article Like Report Just look at a scenario where we want to submit our electricity bill in normal case what we do, we go to the electricity center and fill the form and then submit our bill in this situation the complete task is done by a human. But in our day to day life we don't have that much time to do these task by yourself so here to overcome these situation the Automation come. What is Automation : When we remove or reduce the human intervention to complete a task is known as automation. In short, we can say that automation is "Minimal human intervention to perform a task." Types of Automation : Basically we have three types of automation namely are Fixed AutomationProgrammable AutomationFlexible Automation Now let's understand all the automation-: Fixed Automation - Fixed automation is nothing but the sequence of various operations that remains fixed, and can't be scheduled customized by the user this type of automation is mainly used in mechanical industry to carry out the desired job. In short, we can say that fixed automation is "A sequence of operations fixed by the system configuration". Programmable Automation - Programmable automation can be used to change the sequence of any operation based on the requirements specified by the user. It has made it to the front end of the user interface by providing various operations to the user to edit the sequence as per the requirements. In short, we can say that Programmable Automation is "Ability to change the sequence of operation". Flexible Automation - The automation type which has the property of both the automation Fixed as well as the programmable this type of automation known as flexible automation. Flexible automation has the ability to produce a variety of sequences that are not just limited to one static type of automation. In short Flexible automation can be defined as "Ability to produce variety of sequences". Comment More infoAdvertise with us Next Article Automation and its Types R ramswarup_kulhary Follow Improve Article Tags : Software Testing Similar Reads Scriptless Test Automation Using AI Test automation is essential for delivering high-quality software quickly, but traditional methods often slow teams down. Writing complex scripts takes time, requires technical skills, and needs constant maintenance. As applications evolve, keeping up with frequent updates makes manual scripting eve 7 min read Benefits of Automation Testing Automation Testing is the process of using tools and scripts to automatically run tests on software, instead of performing them manually. It helps developers and testers save time, catch bugs early, and ensure that applications work as expected after every change. In this article, weâll explore the 4 min read Role of AI in Automation Testing Software testing is an important step in making sure apps and websites work properly before they reach users. Traditionally, automation testing used pre-written scripts to check for errors, but this approach has many limitations. It struggles with frequent app updates, changing user interfaces, and 10 min read What is Scriptless Test Automation? In the Faster process of the software development world, scriptless test automation is an best solution that simplifies test automation without requiring deep programming knowledge. As compared to traditional automation, where developers write complex code, scriptless automation enables testers incl 10 min read Run Codeless Test Automation Codeless test automation is a technique for Software Automation Testing that replaces the need for writing code or scripts into drag-and-drop visuals through any Codeless automation testing tool.Here we are learning in detail how the Codeless test automation works:Table of ContentWhat is Codeless Te 11 min read Like