sqa

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 testing, flaws in the unit testing process, value gained by unit testing, and so on that the developers here have observed in their day to day...

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 have you observed in the course of practice? What hurdles to implementation did you face? In my own case, our development team pursued...

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? ...

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? ...

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, maintainability, the ability to find and fix a defect, is identified as a key quality factor that impacts the ability to revise the software. Cle...

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? ...

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 selenium, but we don't currently use it. ...

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 anything from it? ...

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 scenarios even for a Login Screen. Can we bind/use Q-Patterns to cover implicit requirements? Do you guys have some other solution for this? ...

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 can we ensure penetration from it ? What should be techniques to test this area ? ...

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 started using it. Kind of like a DB fixture for unit testing, but for a user to use instead of an automated test suite. Does something like t...

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 don't know a great deal more than that at the moment). I'm still going to go for it, for the experience and since I need the cash. Any tips ...

Can someone suggest a good SQA automation tool that has screen capture facility?

It is a Java Swing application and I need the ability to take screen shots after certain steps in the test. ...

SQA questions, please help

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