gui-testing Questions

1

In our code, we are using an external SDK to log in users (Auth0). This SDK opens a WebView using intent with ACTION_VIEW. I was trying to re-write some automation tests we had in place (we used na...
Parmesan asked 16/3, 2023 at 15:3

2

My question is pretty simple. How do I perform any selections on a DatePickerDialog in Jetpack compose's UI Tests?

3

I'm implementing some instrumented tests using the Jetpack Compose testing library. I'm not too familiar with Kotlin / Android development yet, but I have years of experience with Selenium and othe...

3

Solved

We want to make our integration tests work on Linux desktop (ubuntu-latest) via Github Actions. The command is flutter config --enable-linux-desktop flutter test -d linux integration_test But we a...

4

Solved

I tried to test this simple code: type Url = string it('loads examples', () => { const url: Url = 'https://www.ebay.com/' cy.visit(url) cy.get('input[type="text"]').type('book') cy...
Sawyor asked 19/7, 2020 at 12:41

3

Solved

I would say that all three are the same, but I wonder if there is small differences between them. In the end, what I think is that you are testing user scenarios on all of them.
Deception asked 12/11, 2016 at 16:6

3

Solved

I'm using Selenium WebDriver using Python for UI tests and I want to check the following HTML: <ul id="myId"> <li>Something here</li> <li>And here</li> <li>E...
Parados asked 9/2, 2015 at 16:54

1

Solved

Our team is considering starting testing based on user scenarios. So, we are picking a E2E framework. Searching for UI test lead to the following: So, I found this this It says UI testing: use...
Chromosphere asked 25/7, 2019 at 9:6

6

Solved

Here is an example code: <div id="productOrderContainer"> <table class="table gradient myPage"> So this table being in productOrderContainer has several columns an...

6

Solved

I have to use a Windows simulation package to perform a repetitive task with slightly different options each time. Since I hate repetitive clicking, on grounds of both laziness and the amount of ...
Gyron asked 14/3, 2012 at 8:51

7

Solved

I have multiple UI tests. When I run a single test, everything is OK. But if I run a batch of them (as a part of CI build) test fail, because tests that go first change the state of the application...
Pessimism asked 21/10, 2011 at 15:2

2

Solved

The use case is, I have a Qt app, and I would like to automate user-style testing of it; that is, I'd like to use keyClicks(), mouseClick(), and so on, but I would like for the Qt application windo...
Dolor asked 14/1, 2014 at 23:27

1

Solved

I developped a Spring Boot / Angular JS app. Now I'm trying to implement some GUI interface tests. I tryed to use the Selenium ChromeDriver, so I added the Selenium dependency : <dependency&gt...
Ichthyosis asked 19/5, 2017 at 14:18

10

Solved

Is there any tools for GUI Test Automation for Internet Explorer? I already use Selenium for Mozilla Firefox, but I also need a tool for IE.
Monafo asked 1/10, 2010 at 16:57

7

Solved

I'm currently reading the book Growing Object-Oriented Software Guided by Tests which gives a decent introduction into test driven development. One drawback is that the code developed through the ...
Aladdin asked 15/5, 2012 at 11:25

11

Solved

I'm interested in UI testing a client only Java application. What is the most popular framework for doing so? What is your recommended framework? Also, why doesn't Selenium do this (or does i...
Obsessive asked 16/7, 2009 at 13:6

1

I have been writing some GUI test frameworks that can record and replay some GUI user scenario by recording mouse and keyboard events and replaying them. The mouse events are currently recorded a...
Greenhouse asked 10/2, 2014 at 12:13

2

Solved

I want to do automated testing of DevExpress control. I have found some frameworks like guia, NUnitForm etc. but they all are for standard WPF controls. Is there any other framework which c...
Achromatism asked 5/9, 2013 at 6:11

2

Solved

We are using TestComplete from AQTime to test the GUI at client with our Client/Server application. It is compiled with Delphi 2007. The source of client is about 1.4 millions sourcelines. The hard...
Lacilacie asked 23/4, 2009 at 8:0

1

Solved

Is there a way to automatically generate IDs on SWT-Widgets so UI-Tests can reference them? I know i can manually set an id using seData but I want to implement this feature for an existing applica...
Biotechnology asked 5/12, 2012 at 10:29

3

I am working on a system that has a web based frontend that I am testing with Selenium. On one page the content is dynamically loaded when scrolling down (maybe you know that from Facebook's friend...
Paulus asked 2/10, 2012 at 14:23

2

Solved

I need to know is it possible to perform integration testing using selenium for ASP.NET MVC applications. If yes then What are the requirements and how to do it. Will it be an external application ...

3

I am choosing one of the following to test with: Telerik Free Testing Framework and Selenium The web-project, is a site written in C # and JavaScript. Can you please tell which of the teste...
Sukey asked 12/7, 2012 at 4:53

1

Could someone suggest a test automation tool to automate Java applet window? Require this to identify various buttons within the applet window too.
Elswick asked 5/7, 2012 at 10:11

4

Solved

we have a typical web application stack. there are 120 selenium (webdriver) tests that are executed against the application. this takes roundabout 1 hour. we execute them as part of our build chain...

© 2022 - 2024 — McMap. All rights reserved.