About 250,000 results
Open links in new tab
  1. java - How to automate Kafka Testing - Stack Overflow

    I think that is better solution because your tests don't depends on external resource. You can go for integration-testing or end-to-end testing by bringing up Kafka in a docker container. If you …

  2. How to Automate Microsoft authenticator using selenium and java ...

    Mar 24, 2023 · How to Automate Microsoft authenticator using selenium and java? Asked 2 years, 8 months ago Modified 2 years, 8 months ago Viewed 8k times

  3. Automated tests for Java Swing GUIs - Stack Overflow

    Sep 18, 2008 · 4 You can use Marathon : "Marathon Integrated Testing Environment, MarathonITE, is an affordable, easy-to-use and cross-platform Java/Swing™ GUI Test …

  4. testing - Switch tabs using Selenium WebDriver with Java - Stack …

    Oct 4, 2012 · Using Selenium WebDriver with Java. I am trying to automate a functionality where I have to open a new tab do some operations there and come back to previous tab (Parent). I …

  5. java - How can I validate required input fields using Selenium

    I'm new in automation testing and have a task to implement the automation to Register Student using a given Registration Form. The scenario is letting me a little bit confused on how to …

  6. java - What is the best approach for Automation End To End …

    Sep 4, 2020 · We'll start by triggering 'Spring Java Server 1' which calls APIs of 'UI 1 with BackendServer 1' and at the end using selenium see the data in 'UI 2'. I am thinking about …

  7. automation - Can we use selenium for testing desktop …

    May 12, 2022 · 6 I am testing a WEB and Desktop application (cross OS application: Windows - Mac - Linux) and I'm using RobotFramework to automate the tests. For the Web I use …

  8. How to automate OTP using selenium web driver? - Stack Overflow

    Mar 16, 2016 · Not specific to selenium but you can set development and production project environments and can skip all otp verifications if the set environment is development.

  9. java - How to bypass Google reCAPTCHA for testing using …

    May 22, 2018 · I am using Selenium to test my Spring based web application. Can you suggest a solution to bypass google reCAPTCHA while testing the application. I am running automation …

  10. How can I close a specific window using Selenium WebDriver with …

    Mar 1, 2016 · I use Selenium WebDriver. I open the first page then open the second page - perform some action and go back to first page. Before I want to close the second page I use …