Tagged Questions

Quality assurance, or QA for short, is the systematic monitoring and evaluation of the various aspects of a project, service or facility to maximize the probability that minimum standards of quality are being attained by the production process. QA cannot absolutely guarantee the production of quality products.

learn more… | top users | synonyms (1)

81
votes
39answers
4k views

What are software practices in mission-critical industries (e.g. nuclear power plant)?

Edit What software practices are being used in mission-critical industries where safety is paramount? For example nuclear power plant. Update Originally this question was: How would you develop ...
36
votes
11answers
13k views

Best way to stress test a website

This may be the wrong question to ask but, what's the best way to replicate a large load on an asp.net web application? Is there an easy way to simulate many requests on particular pages? Or is the ...
35
votes
10answers
11k views

Selenium alternatives?

Selenium seems to be the mainstream tool for browser side testing and it isn't that horrible. But are there any alternatives hiding out there, even in beta phase?
33
votes
6answers
6k views

Are there any good JavaScript code coverage tools?

I am looking for a JavaScript code coverage tool. Ideally, I'd be able to easily integrate with continuous builds. I am looking for something that I can run cross-platform, but Windows-only tools may ...
25
votes
9answers
811 views

Asked to fix bugs in a program, you find over 100 instances of

catch(Exception ex) { } What's the best way to proceed? Rip them all out and let it crash? Add logging code? Message boxes? This is in C#.
22
votes
10answers
691 views

Quality assurance in small developer teams

Ideally, in a project you will developers, testers, QA manager(s) etc which all make their contribution to the quality of the code. But what if you don't have that kind of resources? If you just have, ...
17
votes
21answers
1k views

Should we always reproduce the bugs to verify the fixes?

From time to time we get bugs on production that can be fixed by for example by changing a configuration, disabling some part of the logic, and such. I've argued with my manager that we should ...
17
votes
8answers
5k views

Automating QA on Flex Application

I have a Flex Application that needs to be tested and our QA department is really adament on using some form of automated-testing tools like HP's QuickTest Pro (QTP). However, QTP requires that you ...
16
votes
12answers
6k views

QA vs Development Ratio

I am working as a software developer and I had a quarrel today with our QA team about the following: How much the QA team members should exceed the number of developers that are working on the same ...
15
votes
5answers
553 views

Studies showing the effect of code quality/QA?

I am looking for studies about applied code quality, comparing costs before and after. They should show a clear benefit in cost (or maybe a negative effect of too much cost). I need hard facts like ...
12
votes
2answers
843 views

C++ Jenkins QA Stack / Tools

We are currently in the process of building a QA stack for you C++ development. We already have multiple Jenkins instances running and made very good experiences with the CI server in combination ...
12
votes
11answers
1k views

QA vs. Development positions [closed]

This isn't a coding question, but a career question that I am stumped on. Any advice is greatly appreciated. I graduated college this past spring and since then have worked in the QA department for ...
12
votes
18answers
12k views

open source Tool for stress testing, load testing and performance testing

Possible Duplicate: How do you stress test a web application? Currently I have configured a project with cc.net, watin and nunit and now I want to do stress, load, and performance testing of ...
12
votes
7answers
634 views

Do you code review unit tests?

After reading this question I'm left wondering if shops doing code reviews bother to do the unit tests as well? At my current contract all code must be reviewed before commit, but historically unit ...
12
votes
13answers
1k views

What is the most questionable bug report you ever received from QA?

Once in a while you get a bug report, usually from someone new in QA who may not fully understand the product yet, that makes you raise an eyebrow. I'll start off with one which my team (both dev ...
11
votes
9answers
585 views

What books do you recommend reading for QA/Test? [closed]

I'm looking for a list of books which people think are essential for a developer in a test/QA role to read. I'm looking for books which are test/QA specific, so not things like data structures or ...
11
votes
10answers
2k views

Should a developer write their own test plan for Q/A?

Who writes the test plans in your shop? Who should write them? I realize developers (like me) regularly do their own unit testing whilst developing and in some cases even their own Q/A depending on ...
10
votes
5answers
491 views

Can QA be efficient without Unit-testing (TDD)?

A company has small dev teams over a few countries. During a few years it releases successfully a software product (client in MS Visual Studio 2008 C++, C# and server in Java) based on mathematic ...
10
votes
5answers
201 views

How can I test windows programs in the cloud?

I'm working on a project that makes heavy use of shell extensions. I want to test it in as any versions of windows as possible. Is there a service designed for this? Almost like a VPS host but with OS ...
10
votes
10answers
5k views

Black box vs White box Testing

Which type of testing would you say should be the emphasis (for testers/QAs), and why? A quick set of definitions from wikipedia: Black box testing takes an external perspective of the test ...
10
votes
7answers
2k views

What do you ask at an interview for a QA position? [closed]

There are a ton of questions on this site about interview questions for programmers, but what about QA engineers? How can I make sure I'm getting somebody who really knows how to put test plans ...
10
votes
14answers
920 views

Do you or your company hire testers?

are you hiring employees just for testing or is it done by your developers? if you hire them, what are your experiences? what is the ratio of them to your developers? what kind of testers do you ...
9
votes
2answers
240 views

“Standard” Testing Process

I realize the term "standard" is strange, since testing very much seems project dependent, but if I layout a pretty standard scenario I am hoping to get feedback on the types of testing I should be ...
9
votes
10answers
720 views

Scrum master - should dev carry on with no QA resources?

I'm a developer working in a small team with another developer and a QA who is split across 5 projects and I've recently been given the title of Scrum Master. I've a few questions/issues which I was ...
9
votes
8answers
2k views

What is a good ratio of developers to testers?

What ratio of [senior] developers to testers do people think is best? Obviously this will depend partly on development/maintenance throughput, but is there a rule-of-thumb that a new company/project ...
8
votes
5answers
362 views

Blogs about software QA and/or testing?

There are lots of well known programming and development blogs, but could someone recommend some refference blogs about software quality assurance and/or testing?
8
votes
6answers
297 views

How can I decide what to test manually, and what to trust to automated tests?

We have a ton of developers and only a few QA folks. The developers have been getting more involved in qa throughout the development process by writing automated tests, but our QA practices are mostly ...
8
votes
3answers
370 views

Best php qa tools

I am looking for qa tools for php. I am used to pmd, findbugs and checkstyle in the java world. Do you know some similar tools for php doing code analysis ? So far I have found but not tested yet : ...
8
votes
10answers
623 views

How do I know if I can be a good software tester?

I am a developer looking for a QA role. I know that the mindset of a developer and a tester differ fundamentally. Besides hands-on experience in a QA environment, are there any other ways to determine ...
8
votes
12answers
2k views

Should QA report to development?

Here's a question I've run across in many, many companies: should QA teams report to the development organization, or be equivalent to development in the company hierarchy?
8
votes
9answers
517 views

Unit tests by a QA Engineer

As I understood from some Q&A sessions (see this and this), unit tests should be written by developers. At my previous workplace we tried to give this task to a QA Engineer, but it didn't work. ...
8
votes
9answers
1k views

Good QA / Testing Podcast [closed]

Can anyone recommend a good Podcast for Quality Assurance / Tester folks. I find there is a wide variety on development but yet to find a good one for QA/Testing ( not from the developer point of view ...
7
votes
5answers
2k views

What tools do you use to test your public REST API?

Looking for tools use to test REST API. So far I'm only aware of SoapUI (http://www.eviware.com/soapUI/soapui-products-overview.html). I've tried SOAPUI but - at least in a mac - it's terrible. ...
7
votes
3answers
2k views

A selenium webdriver exception

Today, when i use the selenium webdrive, i got an error. my platform is mac osx . this is my exception log. ruby-1.9.2-p0 > Selenium::WebDriver.for :firefox ...
7
votes
10answers
248 views

When should automation begin?

I want to start implementing automation. I just don't know if this would be a good use of resource. The application is growing at an exponential rate but i don't know at what point does automation ...
7
votes
10answers
703 views

how long does it take to write software?

First as an intro, I am not technical! meaning I do not program :-) although I can and have provided a detailed requirement documant it "seems" to me that the programmers are taking too long to ...
7
votes
14answers
479 views

How can I make my relationship with QA less adversarial?

Throughout my career, I've had varied amounts of success getting along with QA. I admit that I can take bug reports personally, but usually when they're crafted in a freeform style that is worded more ...
7
votes
3answers
425 views

Acquiring / accessing Citrix environment for QA purposes

We have a Windows Forms, .NET 2.0 application delivered via ClickOnce and driven by web services, that our customers occasionally wish to deploy into a Citrix environment. In some cases, the customer ...
7
votes
6answers
966 views

How do I go about building a test plan for our QA department?

We are currently preparing our testing department for a new release of our latest project. We would obviously like them to follow a thorough plan for testing our software and insuring that bugs are ...
7
votes
11answers
2k views

How do you ensure code quality?

What techniques you use to ensure code quality? Pairing? Code reviews? Design? Documentation? What helps you creating extensible quality software?
7
votes
12answers
921 views

When is it time to have a QA department?

The Quality Assurance (QA) department is roughly a bunch of testers debunking your app(s) all day, giving the green light for releases, handling Alpha / Beta programs. And much more. But without a QA ...
7
votes
17answers
1k views

When reviewing requirements specification what “deadly sins” need to be addressed?

When reviewing requirements specification (that includes functional, non-functional requirements, constraints etc) however small or large it is what are the "deadly sins" committed by authors to look ...
7
votes
6answers
541 views

How do I break down barriers between development and QA on an agile project?

I've been applying agile for a few months now on my project. However we are seeing a steady problem with our iteration burndowns. We aren't hitting zero each iteration. The tasks remaining are QA ...
7
votes
6answers
361 views

How do you enforce or maintain the quality of the bug reports in your bug tracker?

High-quality bug reports are essential for effective bug tracking - in an ideal world all bug reports would contain essential information such as which version of the software it affects and a ...
6
votes
2answers
93 views

Tools to find and measure the most modified code?

I have plenty of tools for static analysis, dupe detection, linting, measuring cyclomatic complexity, etc but one of the things I'd always like to be able to find is what part of the code has been ...
6
votes
1answer
208 views

Open Source Question Answering Frameworks

Is anyone aware of any machine learning question-answering frameworks? The only ones I'm currently aware of are Ephyra and Qanus, but they both seem like academic toys that haven't had much ...
6
votes
9answers
263 views

Testing your code before releasing to QA

I have heard developers say that people who write code should not be the ones testing it. I am looking for peoples experience in this situation. Many times I have done my share of development, then ...
6
votes
11answers
586 views

Startups and QA

Startups should have dedicated QA early in the process. Often, QA is added fairly late. My two-part question is: When should dedicated QA first be part of a startup effort and why? What skills ...
6
votes
4answers
596 views

Unit Testing for VBScript, ASP Code and SQL Server 2000

I have a very old project implemented in (classic) ASP and SQL Server 2000. Because of quality concerns, I've been considering the possibility of implementing some form of automated quality testing. ...
6
votes
4answers
342 views

How does one deal with backdoor code changes?

Scenario I admit (somewhat shamefully) that I have not only witnessed this particular practise, but I have also committed it myself. My name is Jeff and I have gamed a quality process to get my way. ...

1 2 3 4 5 6