Skip to main content

All Questions

0 votes
0 answers
8 views

Katalon Studio, Testcases disappear after pushing code and open other project

Recently, i made plenty changes and new testcases in my project. Then, i commited and pushed my code to my repository branch in Bitbucket. After that, i got some error like “Rejected bla bla bla”. But ...
Nielsen Superior's user avatar
0 votes
0 answers
15 views

How to Test Performance, Scalability, CPU, and Memory Consumption of Rule Engines (Drools, NRules, Easy Rules)?

I am trying to test the performance, scalability, CPU, and memory consumption of my rule engine. I am using Drools, NRules, and Easy Rules but I'm new to this and don't know where to start. I haven't ...
Nejmaoui Shadha's user avatar
0 votes
1 answer
48 views

How can I test that the PHP code under test calls the proper method on a trait?

Edit: After reading one of the comments, I realized I misspoke pretty badly in the original post, I've made some edits to clarify. Essentially, I need to check the results but am struggling with that ...
jrgilman's user avatar
  • 462
2 votes
1 answer
32 views

Cypress - How to iterate through the values of an environment variable and verify each item from the carousel list

I want to test whether the carousel on my website contains the correct items that are represented as company logos. Each carousel item has an <img> element with the 'alt' attribute which is ...
bazzinga's user avatar
1 vote
0 answers
57 views

How to slowMo a single test

I would like to slow down the test execution of test step. I´m testing a container which has two tabs and each tab has different table with data. When I click on a tab, it takes time until data is ...
Klim Bim's user avatar
  • 573
0 votes
0 answers
35 views

Testcafe how to test dynamic url popup window that is dependat on previous tab still being opened

I am testing a payment checkout. The normal flow is that you press a button with a dynamic url (href="javascript;:"), a popup window opens up, you enter the payment details and accept, when ...
Nermin's user avatar
  • 859
0 votes
0 answers
17 views

How to include smart assertion details in ready api reports

I have included smart assertions for my request.but while taking the report i'm not seeing the smart assertions details that i have placed in report.please help me! I need to see all the smart ...
Vasanth's user avatar
0 votes
0 answers
13 views

Postman validation_error

I have some interesting problem with my postman test. At one point, an error with code 400 ruins everything, namely, with the requirement of variables - first_par and sec_par, but the system does not ...
ARGaming's user avatar
1 vote
1 answer
66 views

How to ignore and hide certain console warning in Playwright UI

When I run tests on our web app in the Playwright UI, the console gets completely cluttered by this message: "Third-party cookie will be blocked. Learn more in the Issues tab." I am aware ...
Mytzenka's user avatar
  • 225
1 vote
1 answer
90 views

Chrome blocks file download - selenium

I've been using webdriver selenium 3.12 and chromedriver for Chrome 125. I have put in arguments and capabilities everything that I found on internet, yet my xml file gets blocked as insecure, by ...
eof's user avatar
  • 21
0 votes
0 answers
45 views

How to automate Mouse event in Android

I am currently testing some android applications and inside the app have some contextual menu only triggered by mouse right click. Do we have any method or solution to automatically trigger that menu ...
rvp's user avatar
  • 181
0 votes
2 answers
182 views

DevOps Best Practice - how to run Pull Request Tests in parallel

We currently run PR tests in isolation i.e. when someone creates a PR, the PR tests are run against their changes. Once the tests are successful, the code is merged into main branch. This allows us to ...
Paul's user avatar
  • 229
0 votes
0 answers
38 views

Automated Testing of ActiveMQ Artemis Docker Container

I have created a docker image for ActiveMQ Artemis. It mostly utlises xmlstarlet. On passing a few environment variables, it changes the configuration in broker.xml. For example, To disable ...
Subhidh Agarwal's user avatar
-1 votes
2 answers
29 views

Best way to check multiple file types in Robot Framework [closed]

Have an automated test using robot framework to check for the presence of certain file types. Up to now we've only been checking for .crt files, but I now need to check for either .crt or .pem files. ...
Tufty's user avatar
  • 505
0 votes
1 answer
46 views

Flutter APP/API testing integrated with Java/Serenity Framework

Currently, we have a Serenity BDD/Java framework for our front-end automation. This is for component and E2E tests. However, we also have a Flutter driver framework for our app/api tests. We would ...
BDS testing's user avatar

15 30 50 per page
1
2 3 4 5
232