You are on page 1of 2

Software Development role :-

Planning Stage
Feasibility or Requirements of Analysis Stage
Design and Prototyping Stage
Software Development Stage
Software Testing Stage
Implementation and Integration
Operations and Maintenance Stage

Error Handling:-
Error handling refers to the response and recovery procedures from
error conditions present in a software application

Responsive web design:-


Responsive web design is about creating web pages that look good on all devices!
A responsive web design will automatically adjust for different screen ...

Fixed-Width Layouts:-
Fixed-Width Layouts: These are layouts where the width of the entire page is set
with a specific numerical value.

Liquid Layouts:-
Liquid Layouts: These are layouts where the width of the entire page is flexible
depending on how wide the viewer's browser is.

Functional Requirements:-
Functional Requirements: These are the requirements that the end user
specifically demands as basic facilities that the system should offer. All these
functionalities need to be necessarily incorporated into the system as a part of
the contract. These are represented or stated in the form of input to be given to
the system, the operation performed and the output expected. They are basically
the requirements stated by the user which one can see directly in the final
product, unlike the non-functional requirements.

Non-functional requirements:-
Non-functional requirements: These are basically the quality constraints that the
system must satisfy according to the project contract. The priority or extent to
which these factors are implemented varies from one project to other. They are
also called non-behavioral requirements.
They basically deal with issues like:
Portability
Security
Maintainability
Reliability
Scalability
Performance
Reusability

Black Box and White Box Testing:-


The Black Box Test is a test that only considers the external behavior of the
system; the internal workings of the software is not taken into account
White Box Testing is a software testing method in which the internal
structure/design/implementation of the item being tested is known to the tester.
Implementation and impact of the code are tested.

You might also like