what is the difference between HLD(high level design)and LLD(low level design)?
Answers were Sorted based on User's Feedback
Answer / nainappa
HLD means High level Design where we will concentrate on
designing the main modules of the application.LLD means Low
Level Design where we will concentrate designing the
componenets in the modules.The Best example for this is in
the application the Module designing like how many fields
it should contain,how many links and archetececture of
module will come under HLD.In the low level logics of the
loop and other things we will design...
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / mouna
HLD is also called as architectural design. it shows the
flow of project.
LLD is also called detail design.
A project may have 1 hld and any number of lld's that means
the hld gives the whole architecture.
where as lld gives the details of each module(a project may
have many modules but single architecture)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anilkumar
LLD is like detailing the HLD.it define the actual logic for
each and every component of the system.
HLD is overall design of the system-covering system
architecture and database design.It describes the various
relations between modules and function of the system..
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bhuvana
HLD in this level of designing the project is devided into
modules
This is done by Technical Manager OR Chief Architect
LLD in this level of designing the modules are further
devided into number of submodules, by drawing some diagrams
using UML
This is done by Team Lead
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / castor_troy
HLD is high level design. It gives only the layout of the
modules of the complete application and how it is expected
by the customers. Does not normally have enuf details for a
developers to start with the development. Prepared by the TM
or the Manager.
Where as LLD is Low level design. It gives the complete and
detailed requirement of all the modules etc. normally
prepared by project manager or the project lead.
A tester mainly works with the LLD.
| Is This Answer Correct ? | 0 Yes | 0 No |
5 negative test case for lift....
5 Answers Deloitte, RBS, Wipro,
What is Data Flow Testing?
How can I done a Web Testing? Which steps are include in it?
What is test scenario?
Deep structure testing is not designed to Option 1 examine object behaviors Option 2 exercise communication mechanisms Option 3 exercise object dependencies Option 4 exercise structure observable by the use explain deep structure testing
What are the commonly cited as the cause of close to 70 percent of project failures?
What is bug release notes? ....What does Bug release notes contain?
1.Unit testing ->integration testing->system testing->UAT in this where do u do the functional testing & regression testing? if these two done in each phase why should not mentioned in that ? 2.What are the difference b/w client & server? 3.While doing regression testing one bug raised due to functionality dependency, what is the bug status that one?
What is Green Tesing, Red Tesing & Yellow Box Tesing?
What is d diff. between d window based application and web based application testing?
what is the difference between functionality testing and regression testing
What is backward compatibility testing