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...
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 ...
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...
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...
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...
Can we make state diagram from sequence diagram....Is there any tool for the same...
plz reply ASAP
thnx in advance...........
...
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) ...
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 ...
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 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?
...
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...
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 ...
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 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...
There are lots of well known programming and development blogs, but could someone recommend some refference blogs about software quality assurance and/or testing?
...
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
...
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...
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?
...
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?
...
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 ...