The Software Development Lifecycle (SDLC) is a process methodology for software development. It includes three main activies: Design, Construction and Deployment/Maintenance. Popular examples of models used during SDLC are waterfall, spiral and agile.

learn more… | top users | synonyms

-2
votes
0answers
7 views

how to start phoengap mobile application for multi platform [closed]

Recently cross platform mobile application developed using phonegap-jqm with the php serverscript and ms-sqlserver2008. Most of the feed back were app not fast and flickering. How to plan the ...
-1
votes
0answers
19 views

What are the steps in a lifecycle of your python package? [closed]

Imagine a dev environment with jenkins set up to run continuous builds. What types of tests would you set up in jenkins (e.g. unit vs unit + integration + coverage + regression)? Where would you ...
0
votes
1answer
45 views

Do I Need To Make A Class Diagram For All Object Instances and Microsoft Methods That I Use?

I have the following classes made in C# in a program called MyGrades: Menu.cs Grade.cs Student.cs I have the following instances in my Student class: private Grade test = new Grade(300); private ...
1
vote
1answer
60 views

SDLC phase Testing initiated and why?

At which phase of SDLC testing activities can be initiated and also mention why it should be initiated at that phase
0
votes
2answers
54 views

Agile view of bugs vrs Waterfall… is this right? [closed]

I've moved from a Scrum project to a new job in a Waterfall setting where the organization is trying to convert to Agile, possibly (hopefully) Scrum. I work on a team of sub-contractors. I have some ...
0
votes
1answer
48 views

A good tutorial or blog about gathering software specifications? [closed]

I am looking for blogs or sites that talk about software specifications gathering , targeted towards mobile apps. I am interested to know the differences between SRS, Design Specifications and ...
22
votes
7answers
477 views

Practical approach to keeping jQuery up to date?

Some of the projects we're working on have strong roots in jQuery 1.4.2 or earlier, and somewhere between lacking the performance edge (or syntactic sugar) of the latest releases, the humiliation of ...
0
votes
0answers
61 views

How can I design an efficient and practical Software Development LifeCycle Workflow

Like most companies, the one I work for has an existing workflow and methodology. But it's not efficient and has lots of issues. In order to design an improvement / new methodology , I think the ...
0
votes
0answers
61 views

Applications design documentation

I am software engineer by now- lately graduated from Uni. I have worked on a number of projects following SDLC(Software Development Life Cycle). When it comes to design stage I have documented the ...
-1
votes
3answers
377 views

How to write the positive and Negative test cases of same scenario in java?

I want to write the both test cases whether positive scenario and negative scenario. My sample code is, /** * */ public void testgetAsnAccuracyInstanceType() throws Exception ...
0
votes
2answers
475 views

How a nullable DateTime be given default value when null in a Visual Studio 2012 Report (.sdlc)

I am working on a Visual Studio 2012 Report (.sdlc) using an object data source. The object data source has a nullable DateTime? property. I would like to display "-" when null and then format the ...
1
vote
1answer
49 views

TFD TDD relevance in larger products

I was wondering about the feasibility and the realistic gains we achieve by following the Test First Design approach in larger products. Although I am a strong believer in deciding the scope before ...
0
votes
1answer
64 views

Last Minute Scope Changes? Sure Why Not?

Does anyone have articles they can send about the dangers of introducing last minute requirements or scope in a software release? Common sense right? However, it's human nature to ignore common sense. ...
7
votes
2answers
9k views

What is difference between Scrum and Agile Development?

What is difference between Scrum and Agile Development? and Does Sprint and Iterations are same?
0
votes
0answers
119 views

SDLC (System Development Life Cycle) documents

I'm not sure if this question is for here, if not please redirect me. :) Typically SDLC documents are not seen as "living documents" beyond the life time of the project they were created for. Has ...
0
votes
1answer
266 views

Simple SDLC CRC calculation not giving the correct value

I am trying to figure out how the calculate the CRC for very simple SDLC frames. Using an MLT I am capturing the stream and i see some simple frames being sent out like: 0x3073F9E3 and 0x3011EDE3 ...
0
votes
1answer
385 views

What are the Latest software Engineering models? [closed]

there are many models available for software development. is there any latest model available for software development???
0
votes
2answers
113 views

Would use of a Continuous Integration and Release Management tool be beneficial to a PHP project?

I've used CI within a .NET project which was pretty useful, now I'm wondering if it deploying a CI software makes sense for a PHP project. There are no "builds" within the project but running a system ...
0
votes
1answer
95 views

How to make sure the application source code has a proper documentation for new programmers?

Do you know how does the big IT company like IBM, microsoft, or google make sure their application source codes has a proper documentation for the future new programmers? What are their methods or ...
0
votes
1answer
184 views

Automated Software Versioning integrated with Issue Control System

I decided to use the following pattern after reading semantic versioning at http://semver.org/ . However, I have some unsolved issues in my mind in terms of automating and integrating SDLC tools. ...
1
vote
1answer
58 views

Industry stats for number of bugs found post development / Release

Is there anywhere I can find out about the IT industry stats for the number of defects found post delivery, mainly based around lines of code or function points?
0
votes
1answer
80 views

On what basis one can define an Application's Architecture? [closed]

In each and every Software Development firm, there's a team call Architects who decides the best suitable architecture based on the requirement of the app. But here's a question, what points they ...
2
votes
2answers
885 views

Need to design the architecture design of an android application

I need to create an architecture design for my application. App Details: In my app, i show some data which is fetched from server. So basically when you start the app, you get a list of categories ...
3
votes
2answers
204 views

When should I design and document my test cases?

IN SDLC, the Testing procedure should be right after implementation. However, Test-driven development encourages us to do testing while doing implementation. And in my lecture course, Prof said test ...
1
vote
2answers
927 views

Best Practices for Deployment of .NET Web Applications

I work at a place that thinks it's a fine idea to deploy the code directly from Team Foundation Server (TFS) into production. It's almost impossible to convince them that this is a bad idea because ...
0
votes
1answer
480 views

SDLC and Software Process

I have some confusion about the terms SDLC and Software Process. With respect to these (and more or less similar) terms, a have a few question. What is the difference between SDLC and Software ...
1
vote
1answer
1k views

what is the difference between iterative waterfall SDLC and agile SDLC?

There is clear difference between the old waterfall SDLC and agile but what is the difference between iterative waterfall SDLC and agile?
0
votes
1answer
555 views

Difference Between Statement Of Work and SRS

What is the difference between Statement of Work and Software/Functional Requirement Specification? Which comes first?
0
votes
1answer
494 views

I want to learn more about Software Architecture and Software Design; Where do I start?

I trying to learn Software Architecture and Software Design. I'm a long-time programmer but work for a company that doesn't use formalized practices. What would be the best place to start learning. ...
1
vote
1answer
48 views

How to evaulate the design of a brand new application which falls into fairly unfamiliar knowleadge domain to you?

Recently I participated in designing & writing of an application which my team was given complete requirements and had to basically design and code it - it was about automation of 3rd party ...
6
votes
3answers
369 views

Need profesional C++ training from Java background

I am from Malaysia and now working as Senior Software Engineer (Java). In my company we have done a complete software for Security Information & Event Management(SIEM) that is build using J2SE/EE. ...
-1
votes
1answer
677 views

How to write SDLC [closed]

I'm writing a document for software project. I chose the desired life cycle, but I dont know what to write in the document. I wrote about the life cycle and why I chose it, but I don't know what to ...
1
vote
1answer
56 views

What 'cyberlaws' should I take into consideration in the design phase of a public multilingual website ? Or is this non- existing concern? [closed]

I can't seem to find any good resources I can understand regarding 'cyberlaws' with at least general guidelines except maybe this one maybe ?? (I think I can't event structure the right question to ...
3
votes
3answers
1k views

What is the best way to handle release management for software with multiple versions?

My company builds a web application for Real Estate Institutions -- initially coded in classic ASP with an incremental migration to .NET. Essentially, its a website with backend DB, mixed with custom ...
4
votes
5answers
173 views

Project Performance with Agile Development

I remember reading an article stating that someone had measured project performance under Agile (or maybe just TDD?) and found that it accomplished projects more efficiently than its alternatives. ...
10
votes
2answers
10k views

What's the difference between incremental software process model, evolutionary model, and the spiral model?

I am studying Software Engineering this year and I am little confused about the question in the title. Both of my professor and the reference ("Software Engineering A Practitioner Approach") ...
0
votes
2answers
417 views

SDLC: Managing changes in a 'Closed System' (M1 - ERP)

I am working with a client who has an ERP system in place, called M1, that they are looking to make custom changes to. I have spent a little bit of time investigating the ERP system in terms of ...
2
votes
2answers
723 views

In SDLC, What are the things covered by “Design”?

Is it the flow diagram, User Interface or what?
0
votes
1answer
877 views

Which are the points the Low Level Template should contain?

I am searching for Low Level Template. I have the template for Functional Specification & High Level Design. I grab it by searching on the internet. I am searching for the Low Level Design ...
2
votes
2answers
6k views

what is the difference between functional specification & High/Low level Design

I have gone through the topics Functional Specification, High Level Design, Low Level Design. I read their description & template from different sites. I know the difference between High Level ...
1
vote
2answers
2k views

Functional Design and Technical Design Documents for a Web Application

I am going to work on a Web Application which I have to start with Gathering the Business Requirements up on which I need to develop Functional and Technical Documents. I have not developed Functional ...
0
votes
5answers
136 views

How does a good “spec” differ from an unclear “pray?”

I am sure everybody knows the 5Ws, a formula for getting the "full" story on something which is used in journalism. Is there a formula like this -I mean, like that questions should be answered for ...
1
vote
4answers
156 views

Should we develop code on a local machine in a VLAN?

Because of security reasons, we will not be able to use IIS on our local machines. I'm sure that many of you have faced the same problem, so how did you solve it? Here are the options that we're ...
2
votes
1answer
448 views

client problems - misaligned expectations & not following SDLC protocols

im having some serious problems with a client on a project - i could use some advice please the short version i have been working with this client now for almost 6 months without any problems ...
1
vote
2answers
43 views

Is it possible to define a custom rule in OnTime to notify users?

We have been using SCRUM as an SDLC and we use OnTime tool for that. I wonder if it is possible to define a rule like "IF Total number of hours estimated is greated than 150 hours, notify the ...
0
votes
4answers
113 views

When to rewrite vs. upgrade?

All custom legacy software needs changing, or so say our users. Sometimes they want a feature or two added and all that is necessary to change a bit of code, add a control, or some other minor upgrade ...
3
votes
3answers
460 views

What is the Software Development Lifecycle?

Our investor wants a SDLC. I've never written one before, and I don't have enough time to go and buy a book, or spend much time learning about them. From what I've been told about them, they consist ...
11
votes
7answers
620 views

Release Process Improvements

The process of creating a new build and releasing it to production is a critical step in the SDLC but it is often left as an afterthought and varies greatly from one company to the next. I'm hoping ...
1
vote
1answer
826 views

Creating design document from existing java code

I have existing java code and need to create Design Document based on that. For starter even if I could get all functions with input / output parameters that will help in overall proces. Note: There ...
4
votes
1answer
132 views

My chance to shape our development process/policy

I'm sorry if this is a duplicate, but the question search terms are pretty generic. I work at a small(ish) development firm. I say small, but the company is actually a fair size; however, I'm only ...

1 2