Skip to main content

All Questions

0 votes
0 answers
24 views

How to design and run automated test for virtual machine interoperability in github action?

I know there are numerous test libraries and automated github action test examples for tcp/udp scenarios. But for other socket types(i.e. VSOCK, Hyper-V Socket), I have no idea to design proper ...
firejox's user avatar
  • 35
2 votes
0 answers
75 views

How to import a java package inside POM.xml?

I'm working on contract tests using Pact in a Java application with Quarkus. However, I'm running into a snag: I need to modify the requests before sending them, since authentication is required for ...
Railane Passos's user avatar
0 votes
0 answers
19 views

Flutter: drag downwards in auto testing, but the whole page turns blank

const scrollableSize = 100.0; final offsetManual = Offset(180, 400); final offset = Offset(0.0, -scrollableSize); // page turns blank await tester.dragFrom(offsetManual, offset); I was trying this in ...
Terry Windwalker's user avatar
0 votes
0 answers
59 views

Automation testing for Flutter app in complex environment

Currently I'm facing a challange related to test automation and new application written in Flutter. The existing project setup: micro-frontends (with different tech stacks, mostly Vue) micro-services ...
Testerton's user avatar
2 votes
2 answers
90 views

JUnit 5 suites do not run parallel

I have a parent suite, that includes child suites, which themselves include different tests (the same test may be included in multiple child suites). If I enable concurreny, only those tests inside a ...
Wolfgang's user avatar
0 votes
0 answers
30 views

How to test functionality that can only be accessed at the beginning of the next week?

Description: I am currently testing an 8base application and I have encountered a problem with a specific functionality that can only be tested at the beginning of the next week. Functionality: The ...
Danny Fenton's user avatar
0 votes
0 answers
37 views

Making Tests Independent of Database Changes

I am currently testing a web application with Cypress, and I have multiple databases for this application. However, I encounter test failures when switching between databases. Is there a solution to ...
mayssa cherif's user avatar
1 vote
1 answer
58 views

How to perform Automation testing for two-three days business process [closed]

I'm relatively new to Automation testing. I've seen notes on automation testing for Static web pages and dynamic ones, even data driven. But in my project, we've got a web page where we load trades ...
Nishanth Balaji's user avatar
0 votes
0 answers
15 views

How can I automate integration testing for secondary displays on Android?

Our app is deployed on POS systems that have a customer-facing-display. I’m having trouble coming up with a good solution for automating testing around the content on the secondary screen. We ...
Dylan Feldman's user avatar
0 votes
0 answers
32 views

How to test request/response between 2 micro services with testharnes

I have 2 micro services that micro A request data with rabbitmq to micro B and get the response from micro B and works perfect. How can i write integration tests in micro A for my command that use ...
Mohsen's user avatar
  • 21
0 votes
0 answers
226 views

Cypress Cucumber BDD steps are not linking with the step definitions on rider IDE

I'm writing tests on Cypress with Cucumber BDD. I'm using Rider as IDE. The problem is when I click on the steps it should go to the step definition of the test, but it doesn't. The tests run just ...
bmachine's user avatar
2 votes
1 answer
624 views

Where to put test-only migration scripts and how execute them?

I have SQL scripts which populate tables with test data. I want Flyway to execute them like that, Executed during production run & test run src/main/resources/migration contains V1_0.sql, V2_0....
andreoss's user avatar
  • 1,740
0 votes
1 answer
116 views

How can an app be automatically tested if it needs mic access on MacOS (Ventura 13.3)

I’m working on automated Jenkins CI tests for a realtime audio application. I use playwright to interact with the app, but the mic acces is requested by the app itself, not playwight/the nightly ...
TheBaum's user avatar
  • 142
2 votes
0 answers
37 views

WP plugin integretion testing - how to enable additional plugins?

I'm setting up a pipeline to automate testing and releasing my WP plugin to my private Gitlab project package registry. Followed WP Plugin Integration Tests guide and set up a pipeline that uses WP ...
fudo's user avatar
  • 2,652
3 votes
2 answers
342 views

Testing Python Package Dependencies

Lets say I have a widely distributed/used python package called foo that's designed to work with the following dependencies: pandas>=1.3.0     pyarrow>=8.0 python>=3.8 How do I make sure ...
tom1919's user avatar
  • 71

15 30 50 per page
1
2 3 4 5
21