Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
6answers
1k views

Peer Reviews or Pair Programming, or Both?

Do you participate in code peer reviews or practice pair programming, or both? Have you been able to demonstrate an increase in software quality using these practices? What benefits and drawbacks ...
7
votes
8answers
805 views

What is Your Experience with Unit Testing in Practice?

//Yes, Virginia, there is a wikipedia. What I'm asking here is what you've found unit testing to be in your own practice. It would be helpful to know the pros, cons, obstacles to introducing unit ...
5
votes
4answers
571 views

How do you do lightweight CMMI?

In my organization, people believe lightweight CMMI is a myth, despite evidence to the contrary. What are your experiences with lightweight CMMI? Have you done it and is it working well for you?
4
votes
8answers
643 views

When do you stop testing?

In your practice, what measure(s) do you use to know when it's time to stop testing an application and move it to production?
3
votes
3answers
259 views

Firefox and QA Testing tools?

Can anyone suggest good testing tools/plugins for use with Firefox? Currently I use firebug and SQLInjector. Are there any others that people enjoy using for QA testing of web based systems? I know ...
3
votes
5answers
856 views

Which is better for web testing? Record-Play automation or coding?

I am working on a new project and I wanted to know which automation tool is the best to use. Should I record-play or code?
1
vote
3answers
131 views

Introductory training courses for a new software QA person?

We're a small shop (2 .net devs), who have permission to 'borrow' someone from our accounting department to work with us as a software QA. I've done a bit of digging already but most of the courses ...
1
vote
1answer
225 views

Tips for Black Box QA Testing

Are there any good resources for learning to do black box QA testing? I applied for what looked like a technical testing position, but discovered in the interview that it was black box QA (I really ...
1
vote
1answer
39 views

Does anyone know of a tool for setting up a database for QA? And then resetting it?

Here is what I am looking for. I would love to have a tool that can be used to populate a database, allow us to do some interactive testing, and then reset the database to where it was before we ...
1
vote
0answers
34 views

How can we monitor/ensure penetration from HTTP Request/communication bucket?

Website security testing is an imp area of testing. How can we ensure the penetration of important info from HTTP request bucket? There are many tools which can show us http request bucket but how ...
1
vote
0answers
95 views

Can we use/bind Q-Patterns in/as Requirement Tracebility Document for Implicit Requirements?

Requirements Testing is an important area of testing. We can find Explicit Requirements from System Requirements Specification, but what to do with Implicit Requirements? There could be numerous ...
1
vote
1answer
88 views

Anyone been to the StarEast QA conference?

The stareast conference is coming up in April of 2010 and I'm trying to make a business case for it being worthwhile to go to. Has anyone been to a past one? Was it worthwhile? Did you gain ...
1
vote
6answers
318 views

What are generally accepted code formatting guidelines?

According to McCall's Quality Model, Product Revision is one of the three main perspectives for describing the quality attributes of a software product. Under the Product Revision perspective, ...
0
votes
0answers
42 views

Difference between QA and Testing? [closed]

What are the differences between SQA Engineer and Tester? I know that both are different. Please point the very significant differences
0
votes
0answers
16 views

Where to add setup information(Environmental or domain requirements) in silkcentral test manager

I was trying to add the setup information, such as the domain or environmental information for a particular test case in software test manager silk central. Anyone has any idea on puttin in an apt ...
0
votes
2answers
62 views

SQA questions, please help

Which testing we perform first Smoke or Sanity, Also what are difference between them?