1
vote
0answers
345 views

How to copy a test script from QC Production environment to QC DEV environment?

How can I copy a test script from QC production environment to QC DEV Environment? I am able to copy a test script from QC production environment to QC TEST Environment,I am able to open two internet ...
3
votes
8answers
2k views

Scrum metrics for quality

What is the best way to measure QA in scrum? We have members who typically test and they are measured against how many bugs they find. If they don't find any bugs then they are considered to be ...
5
votes
3answers
423 views

What industries develop the highest quality software? Lowest quality? Why?

From your experience, of those industries that develop custom software for internal use such as financial services companies, which ones produce higher quality software measured in defect rates and, ...
1
vote
2answers
809 views

Is anyone using XQual Studio “xstudio”?

I wanted to try and install XStudio, but I wanted to see the pros and cons of choosing the open source project XQual Studio over Quality Center.
0
votes
4answers
328 views

Video or slide-show capture tool for record sequence of actions causes bugs

During QA process we usually need to describe a sequence of actions, that causes some bugs. Usually the best way to do it is describe a situation by text messages. Sometimes screen-shots are helps. ...
8
votes
3answers
1k 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. Are there some similar tools for PHP doing code analysis? So far I have found these, but not tested yet: ...
16
votes
5answers
652 views

Studies showing the effect of code quality/QA? [closed]

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 ...
4
votes
8answers
584 views

Tips for balancing between Dogfood and QA?

Most developers are aware of idea of eating one's own dog food, but at the same time its mathematically proven that its cheaper to have QA staff (or Testers) do QA than having developers do QA. Now ...
8
votes
12answers
1k 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
4answers
355 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. ...
3
votes
11answers
3k views

Definition of software quality?

There are quite a few questions on measuring and proving software quality here, however, to this point, there was no formal definition of software quality itself on Stackoverflow: Please give formal, ...
7
votes
17answers
2k 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 ...