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 |
Want to learn Manual Testing in just two days? Students around Thanjavur, Trichy, Mayavaram and Kumbakonam Mail to manualtestingtraning@gmail.com. Entire Manual Testing Concept. Any doubt regarding IT Job please mail above ID
How can I use bugzilla in my company to track a bug and to allow the client to see the bug report online throughbugzilla. Please explain in detail. I am really need this.
What different sources are needed to verify authenticity for CMMI implementation?
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ?
what is the testing approach for windows Explorer(Not IE Explorer)
plz explain about commonly used terms while writing testcases.Like to check,validate,on click etc.
7)In a Banking Application, for a module to pay a bill it must have 3 screens (Entry, verification and confirmation screens) in series. It was found that at the final confirmation page the data was getting saved in the database but was not getting displayed on the screen. Which is the best suited category and severity of this defect? A)High severity Content issue B)Low severity Content issue C)High severity Data Loss D)Medium severity data loss
what is differance between web applicatins and web based applications?
What is a code walk through?
what is localization and globalization.and what are the ways way are going to test the particular application?how can we identify factual, visual, corrupted characters, link errors, formatting errors, etc in locallization?iam going to attend the interview on localization concepts and languages like : German, Japanese, French, Russian, Italian, Chinese, Korean, Portuguese and Spanish .tell me the process how to do testing above concepts let me know its urgent:anilaluvala@gmail.com 9908814046
Describe Testing Decomposition?
Test case preparation time Vs Test case execution Time. Say for example if 500 Man hour takes to prepare test case then how long test case exexution will take?