Top "Gui-testing" questions

gui-testing (Graphical user interface testing) is a type of software testing that focuses on graphical user interfaces.

How to find specific lines in a table using Selenium?

Here is an example code: <div id="productOrderContainer"> <table class="table gradient myPage"> So this table …

selenium selenium-webdriver web-testing automated-tests gui-testing
How to get a list of the <li> elements in an <ul> with Selenium using Python?

I'm using Selenium WebDriver using Python for UI tests and I want to check the following HTML: <ul id="…

python html selenium selenium-webdriver gui-testing
Driving a Windows GUI program from a script

I have to use a Windows simulation package to perform a repetitive task with slightly different options each time. Since …

python winapi user-interface automation gui-testing
Automated GUI Testing

I am writing a Java Desktop Application (SWING) using Netbeans IDE 6.9. I want to do automated GUI testing. All I …

java swing testing netbeans gui-testing
Test Automation for Internet Explorer

Is there any tools for GUI Test Automation for Internet Explorer? I already use Selenium for Mozilla Firefox, but I …

internet-explorer automated-tests gui-testing
GUI testing framework for JavaFX 2

I'm currently reading the book Growing Object-Oriented Software Guided by Tests which gives a decent introduction into test driven development. …

testing javafx javafx-2 javafx-8 gui-testing
Automating GUI testing using C#

I am doing on a project to built automatic GUI testing for graphical application in .NET. I will use C# …

c# testing automated-tests gui-testing
Test dynamically loaded content with Selenium Web Driver

I am working on a system that has a web based frontend that I am testing with Selenium. On one …

selenium webdriver selenium-webdriver gui-testing
Selenium is to Web UI testing as ________ is to Windows application UI testing

I'm interested in UI testing a client only Java application. What is the most popular framework for doing so? What …

java testing selenium gui-testing ui-testing
What is the difference between UI/GUI testing, functional testing and E2E testing?

I would say that all three are the same, but I wonder if there is small differences between them. In …

functional-testing e2e-testing gui-testing