Java/JVM, Mobile Automation Testing
AUTOMATION SELF-HEALING WITH HEALENIUM - [Part 1] Due to the altered layout and broken selectors, all automated UI tests eventually encounter NoSuchElementException. The build becomes red and the test crashes as a result. This discussion presents the new self-healing automation tool - Healenium that helps you to overcome problems of...
Manual Testing, Mobile Automation Testing
In this blog, we are going to discuss the future of manual testing, so many testers would have the question, what is the future of manual testing? Many discussions and, controversies happened on the same in the software testing communities. So, let’s talk about a few things that give us clarity about these questions and...
Java/JVM, Mobile Automation Testing
What is Robot Framework? Robot framework is a comprehensive open-source automation framework for robotic process automation, acceptance testing, and acceptance test-driven development. It employs a keyword-driven testing method strategy. Test libraries that are implemented in either Python or Java can expand the possibilities. Robot...
Java/JVM, Mobile Automation Testing
WHAT IS PUPPETEER? Puppeteer is a Node.js library developed by Google that lets you control headless Chrome through the DevTools Protocol. It is a tool for automating testing in your application using headless Chrome or Chromebit devices without requiring browser extensions like Selenium Webdriver or PhantomJS. WHAT IS JEST? Jest is a...
