Newest Questions
11,655 questions
0
votes
2
answers
41
views
Shouldn't the User Story status be updated during the sprint in case of issues?
If a user story fails during testing, should we communicate the issues to the developers via group chats, document them in the user story while keeping it open, or fail the story and return it to the ...
0
votes
0
answers
27
views
Playwright returning random timeout errors while running on GitHub pipeline
When I run my Playwright tests locally, they all pass. However, when I push the changes to my branch, the GitHub pipeline jobs triggered by my Pull Request encounter issues, and I’m unsure what’s ...
-1
votes
1
answer
14
views
Where I need to see the JMeter properties
I'm ready to record a script in JMeter, but in order to import the certification in JMeter, I need to see the JMeter properties. Where do I need to set those JMeter properties?
-1
votes
1
answer
22
views
How can we run multiple Automation projects parallelly in Eclipse IDE?
I have different maven/java projects folder in Eclipse IDE and i usually run those with "Run Configuration". These are Selenium and Cucumber based projects which have a TestRunner.java class ...
0
votes
1
answer
19
views
Jmeter html report giving bad request even if the jmeter view result tree is not any showing error
Jmeter hmlr report showing 400 error
0
votes
0
answers
8
views
Navigating Android device directories with Appium
I need to access my Android device's files through Appium.
However, after the AndroidDriver is initialized and the application is launched in Android Studio, its current directory System.getProperty(&...
4
votes
3
answers
73
views
Integration tests fail due to external components... but code needs to be merged to main
Our CI/CD pipeline requires integration tests to pass in order to merge a branch to main.
A team I've started working with has had an issue with integration tests failing at times due to external ...
0
votes
2
answers
55
views
How Can I Assess the Health of Our Test Pyramid in a Bug-Ridden Project?
I recently joined a new project, and unfortunately, it's riddled with bugs, leaving customers frustrated despite the significant budget we've allocated for testing. I suspect that our test pyramid ...
0
votes
0
answers
12
views
When launching website in localhost and testing the api of that application in Postman why it is showing "Certificate has expired"?
I was testing Opencart Application APIs in Postman. Application was installed in desktop and to enable the application Localhost is needed. I had to create a session to generate a token to start the ...
0
votes
1
answer
59
views
Receiving a 200 response code, but the data is not updating?
I want to load test for registration with One Time Password (OTP), so I have used 2 .csv files for registration and OTP by using parameters, and also separately used an API collection for those two.
...
0
votes
1
answer
52
views
Maven Standard Directory Layout for UI Test Automation project on Java: what modules should be considered as main, and what as test?
Usually UI test automation framework is a separate code base, different from developers repository.
It is common to use Maven or Gradle as a build tool in test automation frameworks written on Java. ...
1
vote
1
answer
61
views
Should the page object model return a new page object model when navigating to another page?
I'm working on restructuring some deadline driven code, which basically means I'm largely rebuilding it from the ground up. One of the problems is that the QA automation tests are very fragile because ...
0
votes
1
answer
20
views
How can JMeter be used to test the performance of Android/iOS native apps?
I found resources for testing mobile web by setting up a network and SSL certificate. How can this be done for native apps using JMeter?
0
votes
3
answers
102
views
How to avoid making lot of mistakes while testing functionality? [closed]
How can we avoid mistakes while doing testing specifically black box testing of application?
I test a financial web application that deals with lot of funds moving around and financial data in ...
2
votes
2
answers
54
views
What are the best strategies on how to continously (every x seconds) test a website?
I need to continuously monitor my website's quality, I already have some tests integrated in a CI, but I need to do some checks every x time, what the best strategies on this ? I'm using selenium, ...