Skip to main content

Questions tagged [qa]

Quality assurance (for software) is the process followed to provide some level of confidence that software-based system conforms to established technical requirements.

7 votes
3 answers
389 views

I'm working on a program that runs as a sort of plugin to the Windows UAC prompt (and other similarly difficult environments). The testing situation is a bit abysmal. End-to-end tests are not possible,...
jetm's user avatar
  • 81
2 votes
2 answers
2k views

Have Grafana on premise with prometheus. Some anomalies can be detected by viewing a set of charts (slow requests, retries, pending transactions, etc.). SRE operators need to have the opportunity to ...
Vasin Yuriy's user avatar
13 votes
10 answers
4k views

By QA testing I mean like say integration testing, system testing, regression testing, user acceptance testing and the like. If unit testing is skipped altogether would bugs that typically are spotted ...
Wes's user avatar
  • 335
6 votes
3 answers
330 views

I'm often releasing large SQL scripts for projects and minor works - my problem is that there's nothing (except the logs) to indicate that the release was successful. There could be an object missing, ...
user1567453's user avatar
0 votes
3 answers
242 views

I've been working as a test automation engineer for almost two years now. As expected, most of my job involves ensuring that the automation (primarily written in Python) is operational and reliable. ...
Aki's user avatar
  • 17
1 vote
2 answers
515 views

Who among the two is responsible for validating the software when testing it? Or is it a joint effort? On the one hand, the software developer is responsible for ensuring that the software is built to ...
Yash J's user avatar
  • 59
2 votes
7 answers
730 views

Kind of a yes/no question, if so, how? If the customer is unsure of his requirements and keeps changing them, on what basis are the software testers supposed to test the software to assess its quality?...
Yash J's user avatar
  • 59
2 votes
3 answers
719 views

Advice on unit testing is often focused on publicly exposed classes. What about cases where the only public class is simply there to instantiate internal classes? Should the internal classes be unit ...
user12994244's user avatar
0 votes
1 answer
86 views

I am trying to figure out the best practice for manual testing where there are multiple valid routes to reach a step in the test. For example, a test for changing a password could be:- Test 1 User ...
martpendle's user avatar
0 votes
3 answers
201 views

I am having a problem currently where product managers are raising improvements as bugs. Also, they expect us testers to catch them early. Our company doesn't have any requirement document and as QA ...
HyperDefinition's user avatar
4 votes
3 answers
745 views

Currently I'm on a project where my objective is to obtain the best code quality. We have unit, integration & e2e testing. The e2e tests are written by the Business team in cucumber and these ...
Imaky's user avatar
  • 148
2 votes
2 answers
190 views

I've worked on a few codebases without a great automated test suite, where changes that concern the whole platform have to be thoroughly tested by developers and there would be a high risk that a ...
styke's user avatar
  • 145
-3 votes
1 answer
1k views

I am building the test process for my development team. Currently, we have multiple ping-pong scenarios between Dev and Test teams. to send the product to QA then QA find issues and return them to ...
asmgx's user avatar
  • 97
-3 votes
1 answer
3k views

I would like to get some help or ideas to solve my problems, I just join a small company as junior project manager and I faced with 2 challenges sorry for my ignorance but I am new into the agile ...
rotem shaul's user avatar
0 votes
2 answers
4k views

Suppose I have similar function: Helper2 helper2; public void myFunc(Helper helper) { if (....) helper.mySecondFunc(); else helper2.myThirdFunc(); } In my unit test should I ...
stubborn's user avatar
  • 213

15 30 50 per page
1
2 3 4 5
9