What is the use of HLD & LLD?

Answers were Sorted based on User's Feedback



What is the use of HLD & LLD?..

Answer / ajay

In high level designing the overall project will be divided
into modules...........

Where as in low level desigingn the modules are divided
into sub modules and the acutal coding will be done....

And this is done in the designing phase

Is This Answer Correct ?    23 Yes 0 No

What is the use of HLD & LLD?..

Answer / ashutosh singh

HLD
Based on SRS software analysts will convert the
requirements into a usable product. They will design an
application which will help the programmers in coding.In
the design process the product is to be broken into
independent modules and then taking each module at a time
and then further breaking them to arrive at micro levels
The HLD document contains the following items at a macro
level: - list of modules and a brief description of each
module - brief functionality of each module - interface
relationship among modules -dependencies between modules -
database tables identified along with key elements -
overall architecture diagrams along with technology
details.

LLD:
System analysts prepare a micro level design document
called LLD. This document describes each and every module
in an elaborate manner so that the programmer can directly
code the program based on this. There will be at least 1
document for each module and there may be more for a
module.The LLD will contain: - deailed functional logic of
the module in pseudo code - database tables with all
elements including their type and size - all interface
details with complete API references(both requests and
responses) - all dependency issues -error message listings -
complete input and outputs for a module.

Is This Answer Correct ?    16 Yes 1 No

What is the use of HLD & LLD?..

Answer / ganesh

HLD:

High – level Design gives the overall System Design in
terms of Functional Architecture and Database design. It
designs the over all architecture of the entire system from
main module to all sub module. This is very useful for the
developers to understand the flow of the system. In this
phase design team, review team (testers) and customers
plays a major role. For this the entry criteria are the
requirement document that is SRS. And the exit criteria
will be HLD, projects standards, the functional design
documents, and the database design document. Further, High
level deign gives the overview of the development of
product. In other words how the program is going to be
divided into functions, modules, subdivision etc.

LLD:

Low – Level Design (LLD): During the detailed phase, the
view of the application developed during the high level
design is broken down into modules and programs. Logic
design is done for every program and then documented as
program specifications. For every program, a unit test plan
is created. The entry criteria for this will be the HLD
document. And the exit criteria will the program
specification and unit test plan (LLD).
The Low Level Design Document gives the design of the
actual program code which is designed based on the High
Level Design Document. It defines Internal logic of
corresponding submodule designers are preparing and mapping
individual LLD's to Every module. A good Low Level Design
Document developed will make the program very easy to be
developed by developers because if proper analysis is made
and the Low Level Design Document is prepared then the code
can be developed by developers directly from Low Level
Design Document with minimal effort of debugging and
testing.

Is This Answer Correct ?    5 Yes 0 No

What is the use of HLD & LLD?..

Answer / harshini

HLD - High Level Design
Here the design will show the links of the pages from one
to another

LLD - Low Level Design
Here even the database links are discussed.

Is This Answer Correct ?    13 Yes 10 No

What is the use of HLD & LLD?..

Answer / vishvam

HLD: IT DESCRIBES NUMBER OF MODULES FOR A PROJECTS AND RELATIONS BETWEEN THOSE MODULES.

EX:FOR A (HOSPITAL MANAGEMENT SYSTEM)

LLD:THERE WILL BE INDIVIDUAL 'LLD' FOR EACH MODULES .IT IS DESCRIBES INTERNAL LOGIC OF EACH MODULES WITH HEIP OF DATA FLOW DIAGRAM AND ENTITY-RELATIVE DIAGREM IS ORDER TO DEVELOP THE LOGIC WHITE THE PROGRAM.

NOTE:DESIGN DOCUMENT ARE IMPORTANT FOR DEVELOPERS IN ORDER TO
WRITE THE PROGRAM.

Is This Answer Correct ?    1 Yes 0 No

What is the use of HLD & LLD?..

Answer / rashmi garg

for exact definition and difference visit the URL
http://productdevelop.blogspot.com/2007/09/difference-
between-hld-and-lld.html

Is This Answer Correct ?    2 Yes 6 No

What is the use of HLD & LLD?..

Answer / parasuraj.k

High Level Design(LLD) :It design the over all architecture of the entire system from main module to all sub module.

Low Level Design(LLD) :It defines Internal logic of corresponding submodule designers are preparing individual LLD to Every module.
(OR)
High Level design gives overall view of the system while in LLD gives detailed view.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Manual Testing Interview Questions

write a single scenario which describe error , bug and failure.

3 Answers   CSC,


What kind of input do we need from the end user to begin proper testing?

0 Answers  


What are the Major Functionality for a ATM machine ??

1 Answers   IBS,


What are test entry and test exit criteria?

5 Answers   Covansys,


what do u do in peer review?how do u do ? brahma412@yahoo.co.in July 24

2 Answers   CTS,






hey showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.

4 Answers   IBM,


Testing Engineer having Software Programming knowledge so Which type of testing will be done. 1.Adhoc testing 2.random testing 3. functional testing 4. monkey testing

4 Answers  


Hi frnz!! Can we do the Testing without writing Test Cases, but only posting the bugs in the BMS?

14 Answers   HCL, JPMorgan Chase,


If the developer rejects that its not abug means then whats the next step we follow?

8 Answers  


what is diff b/w resting & regression testing?

10 Answers   Wipro,


What is the difference between Functional and Technical bugs? Give an example for each.

4 Answers   Geometric Software, TR,


define incident and test ware.

3 Answers  


Categories