A software development process, also known as a software development life cycle (SDLC), is a structure imposed on the development of a software product
0
votes
2answers
76 views
Crowdfunded feature request system - would it make users hate me?
There's a free webapp I develop and I use a feature request system where each user gets limited votes and it works great. Since I don't get paid for this though, I was thinking of turning the most ...
-1
votes
1answer
166 views
Open project vs Project Libre [closed]
Have you experience of using these and the knowledge to make a comparision between them for the suitability of managing a testing effort?
https://www.openproject.org
...
5
votes
4answers
160 views
Timing of development and testing in agile environment
We currently have a two week sprint and we seem have issues with timing between testing and development. We have (nearly) daily releases to a test environment. We stage our release about 1.5 days ...
4
votes
2answers
172 views
Software Requirements Engineering
I'm a newbie when it comes to Software Engineering and my question is not directly related to Quality Assurance or Testing.
When it comes to Requirement Engineering (RE), the requirements can be ...
2
votes
1answer
166 views
Testing an IMAP client
I am writing an IMAP client library for a Uni project. I need comprehensive, in-depth testing for it. This is the focus even more than the e-mail functionality itself. What should I do? I am looking ...
1
vote
1answer
151 views
What is the role of the software development manager in a QA/QC process?
I have read about software QA/QC and software-test that in an agile environment the software QA process "directs" the software process, that is to say, that it doesn't ship until it's ready to ship ...
7
votes
4answers
177 views
Where does Automation creation happen w/in the Development Cycle?
I’m a Software QA Engineer at a small web development company and I need help wrapping my brain around implementing a new process.
As of recently, my shop only handled ‘one-offs’. We would work on ...
4
votes
2answers
155 views
Turning software testing into an internal service
I've been tasked with changing the focus of my team from a "can do everything" team into one that is more service orientated, i.e. we can provide the framework for your testing rather than being there ...
15
votes
10answers
519 views
How do you test for everything that could go wrong?
Okay, so I know we can't test every scenario possible, it's just not possible. But I want to get any ideas for making tests more comprehensive and getting the QA team to find problems before the code ...
21
votes
6answers
758 views
What goes in your definition of done (DoD) ?
In agile projects, we use the definition of done to ascertain when to consider a user story to be ready for acceptance (implemented and tested). In the project's DoD we have things like following ...
2
votes
2answers
95 views
Is it easier to write “correct” software in functional languages?
Functional languages like F# and Scala are becoming popular. Do these types of functional languages make it easier to write higher quality software that requires less testing. In other words, is it ...
33
votes
12answers
2k views
What kind of testing should a developer do before passing a build to the QA team?
As a developer my knowledge of best QA practices, etc., are limited to know just enough to get me by writing unit tests, etc.
From a tester's point of view, what testing procedures should the ...
8
votes
4answers
227 views
Good resources for traditional testers adapting to an Agile environment
I haven't experienced a transition from waterfall to Agile myself - I worked for companies using Prince2, waterfall approaches to managing projects, and then I got a job working for a company using ...