python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to handle multiple tabs in cypress
Im coding integration tests in a project with cypress. This is the flow in my projet:
You click at a buy button of a projeto;
When you click, open a new tab in checkout product
Only this, click at a...
Caio Grossi
Votes: 0
Answers: 0
xunit throw AggregateException(User does not have permission to alter database) while each test is run individually
I try to make some integration testing for repository pattern with the database, I face a problem that each test run individually fine but when it tries to run all tests xUnit throw the following erro...
Ibram Reda
Votes: 0
Answers: 1
Flutter proper way to test dart:ui on Android device
I faced following problem:
My Android Flutter app has a serie of dart:ui calls, basically to do an application files backup. Lets just check how to test that it find the correct path of the app files....
selan
Votes: 0
Answers: 0
Flutter integrtaion_test: How to integration_test hyperlink?
I am developing some intregration tests for my flutter-web application. wherein i wanted to automate the hyperlink. So is there a way to test the hyperlink or some tab switching mechanism possible in ...
Rajesh Patil
Votes: 0
Answers: 1