Skip to main content
Best practices
0 votes
0 replies
22 views

We develop Java (Swing, JavaFX) and C++ desktop applications. We have automated tests for them, though the AQA is not doing as well at the moment. We are transitioning away from TestComplete. The ...
Sergey Zolotarev's user avatar
-5 votes
0 answers
32 views

I’ve been looking into our current QA pipeline, and while our functional tests are passing, we still see stability issues after 48 hours of uptime. I’m curious—what does your reliability test system ...
Subham jha's user avatar
-5 votes
0 answers
45 views

We recently swticed to Postmate Client, a vscode extension for API testing. How can we import an entire Swagger as a collection?
shyam yadav's user avatar
Tooling
0 votes
1 replies
22 views

After developing the backend, I ask myself how to test whether the frontend is processing the data from the backend correctly. For that I have an example code: Backend (FastAPI): @router.post( &...
Clyde's user avatar
  • 112
-1 votes
0 answers
87 views

I've been trying to get my test case that includes useActionState() and <form action={}> to pass. The scenario is as follows: When the "add balance" button is clicked, a <Modal/>...
Marya's user avatar
  • 196
0 votes
0 answers
52 views

I've got a moderately complicated app I'm trying to write widget tests for, and when I switched the backend to sqflite I now get a ton of these errors, even though the actual code I'm testing runs ...
Chris B.'s user avatar
  • 91.2k
Tooling
1 vote
0 replies
15 views

I am evaluating options for managing test cases and test runs for a small to mid sized engineering team. The goal is not heavy reporting or strict process enforcement, but simply having a reliable way ...
Matt Calder's user avatar
1 vote
0 answers
26 views

I made a little nuxt app with a plugin that fetches some data and put it in a database. I expected the testing of a nitro plugin in my nuxt application to be easy. When I try to write unit tests for ...
Walter Restifo's user avatar
0 votes
1 answer
173 views

I'd like to add a unit test for Go's http.Server.Shutdown() timing out, but there are no connections held open when the shutdown signal is sent, so it never gets to checking for timeouts, even though ...
theory's user avatar
  • 10k
Advice
1 vote
2 replies
31 views

I’m looking to learn the StressStimulus tool for performance testing. A single 2–3 hour session would be sufficient. I’ve tried searching for online courses but haven’t found any good ones, as the ...
Javeria Syed's user avatar
0 votes
1 answer
116 views

This is a follow-up to a previous question: Xcode XCTestCase - wait for setup to complete before starting tests In the comments it was suggested to switch to Swift Testing instead of using XCTestCase, ...
koen's user avatar
  • 5,884
5 votes
1 answer
149 views

So I have a light framework that can serialize my input data to either text or binary. This serialization writes to those files with output streams and stores parameters. Example: I have a specific ...
johannes-el's user avatar
Best practices
0 votes
5 replies
99 views

My team is developing functional component (developed in C#) which is API based. The component will handle API requests from external system (future to have UI test). I prefer to have API testing ...
Sam's user avatar
  • 81
0 votes
1 answer
62 views

When I run my tests from the Solution Explorer (clicking "Run" from the tree), 13 tests from my test suite fail. This is 100% reproducible. When launching the same tests from the Test ...
mguijarr's user avatar
  • 8,058
1 vote
0 answers
106 views

Im doing a Actix Web rust backend with SeaORM, I finished and it works fine, so I'm doing some tests, SeaORM has a mock feature, which you can enable in the Cargo.toml file, but enabling it makes the ...
Wilmer Umaña's user avatar

15 30 50 per page
1
2 3 4 5
3361