
java - How to automate Kafka Testing - Stack Overflow
We have developed a system using kafka to queue the data and later consume that data to place orders for users. We have tested certain things manually, but now our aim is automate the process. Is t...
How to Automate Microsoft authenticator using selenium and java ...
Mar 24, 2023 · How to Automate Microsoft authenticator using selenium and java? Asked 2 years, 9 months ago Modified 2 years, 8 months ago Viewed 8k times
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 …
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 used switch …
java - How can I validate required input fields using Selenium - Stack ...
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 validate the input …
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 …
automation - Can we use selenium for testing desktop applications ...
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 SeleniumLibrary and …
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.
How can I close a specific window using Selenium WebDriver with Java ...
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 the command …
Selenium UI Automation Testing plugin in IntelliJ IDEA
Dec 5, 2022 · Selenium UI Automation Testing plugin in IntelliJ IDEA Asked 3 years ago Modified 2 years, 10 months ago Viewed 863 times