About 325,000 results
Open links in new tab
  1. 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 automation framework. You …

  2. Best Practices for UI Test Automation with selenium and Java

    Aug 21, 2020 · Any detailed guide of best practices in UI Test Automation Any github repo for test automation project done by some respectable company in software development showcasing best …

  3. java - What is the best approach for Automation End To End Testing in ...

    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 creating a …

  4. azure automation - Is there any way to bypass MFA Authentication for ...

    Feb 28, 2023 · Please comment if anyone has automate MFA using Selenium or any other test automation tool. Or if any way is there to automate MFA based Websites. I am expecting to …

  5. java - Chrome is being controlled by automated test software - Stack ...

    I think it's better to leverage the provided enable-automation switch by disabling it in the excludeSwitches area of your config/setup while doing nothing with regards to disable-inforbars. The …

  6. Screen recording of a test execution in selenium using JAVA

    Jan 31, 2017 · I have created an automation program using java selenium.I have used TestNG framework. I want to record (video) of the screen those are getting executed during the script …

  7. How can I create a test automation using selenium java and UTAM?

    Jul 2, 2024 · 0 I am working on automating website navigation using Selenium WebDriver in Java. My goal is to create a test automation script that can navigate to any website and interact with elements …

  8. java - How to automate Kafka Testing - Stack Overflow

    Me and some people from recently made a research for libraries, tools and frameworks to test Event-driven systems using Kafka. We found Zerocode which is an automated API testing using declarative …

  9. Test Automation Framework for Web Application using Java

    Nov 17, 2013 · 0 For Functional Regression test: Selenium Webdriver - Selenium a Web based automation tool that automates anything and everything available on a Web page. you use Selenium …

  10. Selenium: Run Java code with different URL for three environments

    Jul 12, 2019 · Learn to run Java code with Selenium for different environments using distinct URLs in this comprehensive guide.