Tagged Questions

23
votes
11answers
2k views

How do you measure the quality of your unit tests?

If you (or your organization) aspires to thoroughly unit test your code, how do you measure the success or quality of your efforts? Do you use code coverage, what percentage do you aim for? Do ...
11
votes
6answers
630 views

Writing Quality Tests

we know that code coverage is a poor metric to use when gauging the quality of test code. we also know that testing the language/framework is a waste of time. on the other hand, what metrics can we ...
8
votes
7answers
541 views

How to gauge the quality of a software product

I have a product, X, which we deliver to a client, C every month, including bugfixes, enhancements, new development etc.) Each month, I am asked to err "guarantee" the quality of the product. For ...
6
votes
8answers
3k views

JUnit's @Ignore

I wonder if it is a good practice to use JUnit's @Ignore. And how people are using it? I came up with the following use case: Let's say I am developing a class and writing a JUnit test for it, which ...
6
votes
3answers
313 views

Bad Smells When Reviewing Code Affects Approach?

G'day, I was thinking about a comment from Kristopher Johnson about my answer to this question regarding Software Development Quality. I'd posted a list of software quality metrics that I could ...
5
votes
8answers
3k views

Developer testing vs. QA team testing - What is the right division of work?

While trying to advocate more developer testing, I find the argument "Isn't that QA's job?" is used a lot. In my mind, it doesn't make sense to give the QA team all testing responsibilities, but at ...
4
votes
8answers
510 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 ...
2
votes
1answer
123 views

fitnesse test framework, arbitrary properties for test and queries/test runs based on them?

our testers have the requirement to store multiple properties for a test that are not present in the "properties". e.g. they want to store priority, a description(not in the wiki page itself) and so ...
2
votes
4answers
273 views

Howto test SQL statements and ensure their quality?

I am working on some business intelligence reports these days. The data is fetched by ordinary SQL SELECT statements. The statements are getting more and more complex. The data I want to report is ...
2
votes
4answers
397 views

Open source or free testing solution

Is there a open source or free suite that can integrate testcases, tests, bugs and possibly the fixes(source code) together. Maintaining the requirements in this system is not a necessity (though, it ...
1
vote
2answers
110 views

Quality Testing Data

Does anyone have recommendations for testing data quality. Imagine you have staged data in one format and executed a process to transfer it to a more relationship normalized format in another ...
1
vote
4answers
145 views

What are the basics someone should know for Testing and Debugging on OS X or Linux?

I have a few of our senior QA engineers in town for a few days and I am in the process of prepping them for testing an app that we are porting to Linux and OS X. These guys are smart. While they are ...
0
votes
2answers
22 views

Testing Procedure and Process

I'm working with a small team to make web based software. We have modules which are more or less independent pieces of code. While the whole site is not complete, we have a couple modules done, so ...
0
votes
0answers
63 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 ...
0
votes
0answers
33 views

Quality Audit Software applied to Free Software

I'm doing an investigation searching for quality audit software applied to free software but haven't not much luck so far. I already found information of software that make quality audit ...
0
votes
0answers
20 views

How to test output quality of rendering algorithm?

What kind of approaches there are for applications that produce visual (or audio) output? For example 3D renderer/raytracer, Photoshop tools and filters, video compression etc. Manual testing with ...
0
votes
3answers
189 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. ...
0
votes
0answers
176 views

Quality Agent Test Tool (QAT) for testing

Anyone can give me Information about Quality Agent Test tool (QAT). Regards Manish
0
votes
5answers
208 views

Verifying files for testing

I was working with quality yesterday doing some formal testing. In their procedure they were verifying all files on the test machine were pulled from the release. The way they were verifying these ...