software-quality

How to bring coordination between file system and database?

I am working on a online file management project. We are storing references on the database (sql server) and files data on the on file system. We are facing a problem of coordination between file system and database while we are uploading a file and also in case of deleting a file. First we create a reference in the database or store f...

Best way to explain to someone that software developers need to install tools (mainly build integration), and that end-users don't

I work at a software company where most of the people are afraid to install new tools to increase productivity. They give me excuses like: I don't need to install something else. I can do this myself. etc...many other baseless arguments. In an ecommerece business, the end-users should not have to install anything, everything should ...

Who makes software validation? What are the steps of its?

Fill in the X,Y,Z please. Software validation has X,Y,Z steps. Client have to provide X,Y,Z to the developer before starting to write software. When software finished, validation completes with doing X,Y,Z (sign, approval, test pictures, logs etc.). If we buy a general software like invoice management tool or SAP module w...

Does someone have used Network Emulator API exposed in VS 2010

Hi, I have seen VS2010 exposing Network Emulator API. I have installed it and trying to use this API, but not able detect whether it is really running with this code or not. Sometime I have given wrong profile name but it does not throw any error. Please find below my piece of code. If some one have used it please help me. IntPtr m_emu...

How can a large number of developers write software together without either a cumbersome process or poor quality software?

I work at a company with hundreds of people writing software for essentially the same product. The quality of the software has to be high because so many people depend on it (not least the developers themselves). Because of this every major issue has resulted in a new check - either automated or manual. As a result the process of deli...

Sequence diagram to state diagram

Can we make state diagram from sequence diagram....Is there any tool for the same... plz reply ASAP thnx in advance........... ...

Good hosted sites to manage quality testing?

Basically, I would like to manage quality testing with an issue management system focused on quality testing? I can't use the typical issue management system such as Lighthouse, FogBugz because each test is written as a ticket and 20 to 30 tickets need to be duplicated (w/ no history) every time we start a quality cycle. Do any (hosted) ...

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, more qualitatively, ease of maintenance over the long term? What contributes the most to this achievement of higher quality? Is it due to ...

Which single software quality aspect you always strive to achieve ?

Is it performance, scalabilty, maintainability, usability or what ? What is it that you always strive to achieve while creating a good software or application and why ? I always prefer maintainability above anything. It's ok if its not otimized or has great user interface - it has to be maintainable. I'm sure each one of us would have s...

What are the main factors that define what a quality design of a system is?

What do you consider to be the main factors in a quality design of a system? Following the GRASP Patterns (low coupling / high coesion, protected variations, etc). What more? ...

Tool used to retrieve code metrics in xUnit Test Patterns?

I'm reading xUnit Test Patterns by Gerard Meszaros. On one of the pages he refers to some software metrics: While the need to wrap lines to keep them at 65 characters makes this code look even longer than it really is, it is still unnecessarily long. It contains 25 executable statements including initialized declarations...

Manual testing Vs Automated testing

Respected all, As many know testing can be mainly classified into manual and automated testing. With regard to this certain questions come to mind. Hope you can help... They include: What is the basic difference between the two types of testing? What are the elements of challenges involved in both manual and automated testing? What ...

How to write high quality Javascript

I have been in the process of learning Javascript to complement ASP.NET. I have a strong background in general programming, and have always been an advocate of disciplined practices and good hygiene to reduce the error count in code. However, the language that Javascript is seems to make this very difficult. Its dynamic and interpreted ...

Is it feasible to track or measure the cause of bugs or is this just asking for unintended consequences?

Is there a method for tracking or measuring the cause of bugs which won't result in unintended consequences from development team members? We recently added the ability to assign the cause of a bug in our tracking system. Examples of causes include: bad code, missed code, incomplete requirements, missing requirements, incomplete testin...

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

What is a common term for the following tools

is there a common term that can be used for the following tools Bugs Database Source control software a software use to compile from various programmers in one step These tools can be used by programmers to improve teamwork, coordination and quality of code produced ...

A few questions about unit tests

Two questions about unit tests. I've been writing unit tests for a while, however they're usually to test classes I already had written. Recently I read an article (mind you an old article) that says you should write unit tests before you begin writing your code. Does anyone actually follow this methodology? It seems like a good idea...

Looking for a .NET (SQL-Server) based Testmanagement Tool

I am looking for a (simple) test(case) management tool like Speed Test (http://speedtest.codeplex.com/) or Testlink (http://www.teamst.org/), which is based on .NET and SQL-Server. The tool should not be complicated and easy to learn. Can anybody recommend me alternatives of the above mentioned tools? ...

is there something like sonar for fortran?

Are there any quality control systems for fortran as there are with java? i used valgrind intensively to ensure i have no memory errors, is there more out there, preferably as freeware? what are your experiences? ...

How to work as a "QA Engineer" on a project as opposed to a member of a "Test Driven Development Team" ?

Sincerest apologies if I'm asking this question in the wrong place. (possibly one of the mini-stack overflows specific to career advice and QA) I've spent a significant amount of time recently learning about and implementing unit testing frameworks for our projects. Prior to the introduction of a unit testing framework, our method was ...