InterviewSolution
| 1. |
Differentiate between RPA and Test Automation. |
||||||||||||||||||||||||||
|
Answer» Robotic Process Automation (RPA) is a software robot that can do tasks similar to those performed by humans. These software robots are designed and deployed using RPA techniques. These tools use pre-defined activities and business rules to execute a set of tasks, transactions, and processes across MULTIPLE software platforms autonomously. RPA can achieve the required outcome without the need for human intervention. Test Automation is a software testing process that employs specialized tools to manage the execution of tests. It also compares the actual results to the ONES expected. Test automation is carried out automatically, with little or no involvement from the test engineer. It's a key stage in the development process for adding more testing that's tough to do manually.
|
|||||||||||||||||||||||||||