what is the difference between HLD(high level design)and LLD(low level design)?
Answer Posted / 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 |
Post New Answer View All Answers
Manual and automation how do they help in bringing out quality product? Explain?
What is fuzz testing?
how to creat 2 test plan in 2 different environment exp:tour and travel
Tell me about Agile scrum and what is your role in Scrum ?
When should you opt for manual testing over automation testing?
What is mean by multi-threading testing?
Unit Testing can be done by using Nunit?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
How to derive test data from the design documents?
What is a code walk through?
What are bug leakage and bug release?
1. what is a date guidelines ?
any one giv test cases for wordpad using equivalence class partioning
Explain accessibility testing and its importance in the present scenario.
Changes and enhancements to system?