robot framework
Robotic Process Automation in Software Testing Robotic process automation (RPA) systems develop a list of actions to automate a task by watching a user perform that task in the application's GUI, and then repeating those tasks directly in the GUI. But RPA tools differ from other tools because they can handle data among multiple applications—including for testing. |
||
Easing Test Automation with the Page Object Pattern Many testers feel they are spending more time than they'd like like to refactor and maintain GUI tests. Applying the page object pattern, you can create UI tests that are less brittle and cost less to maintain. |