Tag: Selenium

  • Top 12 Tips to Overcome Selenium Test Automation Failure

    Top 12 Tips to Overcome Selenium Test Automation Failure

    Selenium test automation has emerged as a pivotal asset for achieving efficient and reliable web application testing. Its importance is underscored by compelling statistics, with a remarkable 78% of organizations having integrated Selenium into their testing processes. This adoption rate reflects the recognition of Selenium’s potential to revolutionize the way we ensure the quality of…

  • Which Automation Tool is Right For You? Selenium vs Tosca

    Which Automation Tool is Right For You? Selenium vs Tosca

    In today’s fast-paced technology industry, it can be difficult to figure out which automation tool is right for you. Automation tools are essential to help streamline processes and increase efficiency. Two popular automation tools are Selenium and Tosca, but it can be hard to choose between them. In this article, we will compare the features…

  • Breaking down functional testing into its component parts

    Functional testing is a process that helps to ensure that software functions as intended. It is typically used to validate new features or functionality before release, but can also be used to find and resolve defects. Functional testing can be conducted manually or through automation, and often includes a combination of both. There are several…

  • Breaking down Adhoc Testing: what it is and why it matters

    Adhoc testing is a type of software testing that is performed without any formal planning or preparation. Benefits of ad hoc testing include its ability to find defects that may have been otherwise missed, as well as its flexibility and simplicity. In addition, ad hoc testing can be used to supplement other types of software…

  • QTP vs Selenium: Real Difference Between QTP And Selenium

    QTP vs Selenium is a long battle that every automation tester should face off. An automation tester should be acquainted with the latest and popular software testing tools. Every time when we heard about the QA automation testing two major tools automatically ping in our mind that is QTP and Selenium. As both testing tools…

  • Introduction to Selenium Java, Selenium C# and DevOps

    Agenda: 1.) The meetup introduction —What is this meetup? —How to Join? 2.) Talks by Speakers with Q&A sessions —Introduction to Selenium Java by Sujit Pathak —Introduction to Selenium C# by Yogesh Kumar —Introduction to DevOps by Yogesh Kumar 3.) Introduction to Software Testing Board’s Q&A site and the meetup site 4.) How to be…

  • Katlon Studio and Selenium with Docker | Software Testing Discussion Online | Saturday, May 26, 2018, 5:00 PM IST

    Recorded stream: Presentations: Katalon studio for Web by Abhishek Roy Docker with Selenium by Thirumalai Vignesh The agenda of this hangout meetup will be as below. 1.) The meetup introduction —What is this meetup? —How to Join? 2.) Talks by Speakers with Q&A sessions (2 hours) —”Katalon studio for Web” by Abhishek Roy —”Docker with…

  • Cucumber with Selenium WebDriver and Maven

    How to run Cucumber test with Selenium WebDriver? Cucumber follows Behaviour driven testing (BDD). It is used with Selenium for browser-based automated testing. In this article, we will run a test using Cucumber and Selenium Webdriver. Cucumber uses simple English sentences for tests which are easy to understand and write. It can be used by…

  • 7 worst practices of test automation using selenium

    If you want to be progressive, do not start with best practices. Instead, try identifying the worst practices in the industry and take small actions towards bettering them. Below are the some of the worst practices in test automation using Selenium: 1. CAPTCHAS CAPTCHA stands for Completely Automated Public Turing test to tell Computers and…