What is the difference between high level design and low
level design with example
Answers were Sorted based on User's Feedback
Answer / abc
HLD(High level design) is a design which contains all the
functional requirements and LLD(Low level design) is the
basic architectural design of the product.
| Is This Answer Correct ? | 13 Yes | 2 No |
High level design seems like abstract which explains overall functionalities and
Low level design is like data flow in the functionalities which explains in briefly about Data flow.
Ans could be much better than this as of my knowledge i wrote this...
| Is This Answer Correct ? | 6 Yes | 0 No |
Ex: HLD is over all software level.
LLD is module level.
HLD having information like, When user login to website he can find two option Mail and Chat, and having log out option available to log from the website.
LLD for Login only
------------------
LLD having information like, when user try to login with valid data application(website) will perform the Database authentication for valid details, if the user entered details as per database he will login and got the next page, for invalid data, error msg will come and cursor move to login details fields.
Like this LLD having Actual flow of application.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / priti alaspure
HLD stand by high level design in testing , it is done by senior tester , senior tester will talk with his team member or dicuss with his team , each and every field should be tested and each every field should be worked. LLD stand by low level design in testing , it is done by senior as well as junier , and fresher .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajendra narayan mahapatra
HLD is done by the architecture. He says about the software in brief.
LLD is done by the senior developer. He tells all the details in terms of flow graphs.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / dharmaraj reddy
high level document is nothing but making the product or
application in a pictorial representation or graphic
oriented(UML) and is done by chief architect
low level design is nothing but making the modules into sub
modules this is done by test lead
| Is This Answer Correct ? | 2 Yes | 3 No |
When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis
What is JAVA Testing, what we do in That ?
What is the differencein validation & verification?? What we exactly do in verification & validation ????? Give an example....
1. what is severity and priority and who will decide what .?
As a Tester how we choose black or white box testing technique for a application?
what is the important difference between system testing and functional testing?
can you tell me test case for notepad?
what is test metrics
what are the testing measurements?
(urgent)hi all can any one answer to following questions.i have an interview tomorrow.it will be a great help if any one answer to this questions.thanks all. 1.when ever we get a build do we need to do smoke test is it compulsory,and how much do they spend for test. 2.generally all the testcases are stored in which place in real time.is there tool used to store that testcases and test plan,suppose we are using test director can we store all our test cases in it, and where does entire application test cases and test plan is stored assuming that company is using test director. 3.and when we file a bug,and it gets fixed after that do we need to do regressing testing only on that test case or any other test cases also.how the process will be there in real time. 4.when ever a new feature is added to the application do all the test cases to be re executed. 5. can we use toad, winaql in oracle database to access sql queries.
How would you deal with a bug that no one wants to fix? Both the SDE and his lead have said they won?t fix it?
9 Answers CarrizalSoft Technologies, Microsoft,
What type of tesings are performed in Product testing?