Skip to main content
0 votes
1 answer
21 views

I have an app for listing my books. I want to test my code in chrome and firefox both, using the fixture in my database but without touching the real database. In the database I have some data for the ...
fabio's user avatar
  • 1,389
1 vote
1 answer
61 views

In my component I have httpResource: export class EmployeesComponent { employees = httpResource<EmployeeResponseDtoOutput[]>(() => '/api/employees', { defaultValue: [], }); } and in ...
TalVik99's user avatar
  • 314
0 votes
1 answer
24 views

Hello i am new on nicegui, i create a simple app where i need to upload the files and store this files on ftp server. I start to make some tests with nicegui.testing.User (i use this package because i ...
Youcef's user avatar
  • 1
Tooling
0 votes
1 replies
27 views

For testing Prisma, I used prismock or prisma-mock . But those packages are compatible with Prisma version 6 or earlier. I visit the Prisma Official website, and they are suggesting using jest-mock-...
Saiful Islam's user avatar
Tooling
1 vote
1 replies
41 views

I’m setting up integration tests in a Flutter project and noticed an inconsistency between the official documentation and the current state of the packages. The official Flutter documentation still ...
Anderson André's user avatar
0 votes
0 answers
15 views

I'm using Kiwi TCMS and I can't find the option to create a new Test Suite. I expected to see a "New Suite" button under Test Cases, but it's not visible in my interface. These are the steps ...
Mostafa Essam Rohayem's user avatar
Tooling
1 vote
2 replies
38 views

I’m evaluating test management tools for a small QA team and trying to find something lightweight yet reliable for test case organization and test run tracking. Some of the traditional options I’ve ...
Matt Calder's user avatar
0 votes
0 answers
55 views

My tests are not running anymore, abort with this error: Error: No tests were run. at ProcessingQueue.done (webpack://__ember_auto_import__/./node_modules/qunit/qunit/qunit.js?:819:583) at ...
Jeff's user avatar
  • 6,961
-3 votes
0 answers
35 views

I have started learning about penetration testing and found bettercap and was experimenting with it, Currently i am trying to do ARP spoofing on my Mobile device so that I can do a MITM attack and ...
izanaki -kun's user avatar
-2 votes
0 answers
24 views

I tried multiple ways to upload the image through the Windows File Explorer using WinAppDriver and Appium in C#, but I still couldn’t get it to work. I tested different approaches to interact with the ...
Khyathi Kulal's user avatar
Best practices
3 votes
0 replies
36 views

Let's say I have Worker class and I want to do long running tasks in the background until user stops it or it is cancelled. It changes state of the class while doing the work and I want to write tests ...
Domz's user avatar
  • 11
Tooling
0 votes
2 replies
49 views

I work on a NextJS project with Pages Router. We are using Jest for unit tests and Playwright for E2E. The application we are making is a funnel with several steps. Each step is a form with several ...
vtomic85's user avatar
  • 623
Best practices
0 votes
0 replies
51 views

I’m currently working on a personal Android project using Kotlin and Android Studio, following a basic MVVM architecture: ─main │ ├───java │ │ └───com │ │ └───example │ │ └───...
alex_pythooon's user avatar
0 votes
0 answers
23 views

I have a large xhtml file, below the imports there is a component that should only render when a test from a Bean returns true. <c:if test="#{MyBean.myFunction()}"> <div id=&...
boycott-nestle's user avatar
-3 votes
0 answers
82 views

If a GUI test must involve entering text in a text field, a convenient shortcut is robot.enterText(..) (available in both FEST and its fork, AssertJ Swing). I was under the impression the utility is ...
Sergey Zolotarev's user avatar

15 30 50 per page
1
2 3 4 5
3365