what is difference bettween High level documents and low
level documents wht is covered in it ? when does tester
uses this ie wht level of testing?
Answers were Sorted based on User's Feedback
Answer / siva
HLD:
High Level Deign is the overall system design --
covering the system architecture and database design. It
describes the relation between various modules and
functions of the system. data flow, flow charts and data
structures are covered under HLD.Acceptance
Testing is used in this design process.
LLD:
Low Level Design is like detailing the HLD. It
defines the actual logic for each and every component of
the system. Class diagrams with all the methods and
relation between classes comes under LLD. Programs specs
are covered under LLD.Unit and Integration Testing is used
in this design process.
| Is This Answer Correct ? | 23 Yes | 0 No |
Answer / prakash
Its comes under Customer Object Model or Design Phase,
1.High level document(external design)
2.low Level Document(Internal design)
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / tj.valiyamattam
HLD:
High Level Document is the Document which is explaning the
client need and expected system. It will cover the existing
system, issues with the existing system, goal of the new
system, SRS,Patern and architecture to be used, Technology
and tools to be used for the development and testing, DB
diagram, protocols to be used, data communication criteria,
modules to be developed. An HLD will be an input to the
LLD. This document can be used by a tester before
acceptance testing.
LLD:
Low level documnt will be divided as modules as per the
HLD. Each modules should again divided as functionalities.
Each functionality document will have the functionality
head, Whole desciption of the functionality, Controls to be
used and naming conventions to be followed, to or from
dependancies (how to activate this functionality and the
output after this functionality), DB objects which
afecting, DB objects to be used, A screen shot of the GUI
(look and feel), And the expected result of the
functionality. A tester can do the integration testing
based on the LLD.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / ramprasad.s
HI
High level documents
1. SRS 2.Test Plan 3. Test Stratergy
Low level documents
1. Test Case Desighn 2. Defect Logging etc
(includes every Action)
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 13 Yes | 6 No |
High level design is over all design of the projects and it
contains SRS,Database design,coding and software packeages
that are used in a project.
Low level design:
The detailed design of the project is
called low level design in that development is done.Unit
and integration testing is perfomed and entry and exit
criteria for ech testing will be developed
Murali
dharanmu@yahoo.com
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / sravan kumar.p
High Level Deign: is the overall system design --
covering the system architecture and database design
Low Level Design: is like detailing the HLD. It
defines the actual logic for each and every component of
the system.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / prince
At the High Docu will be Designed to verify all the
Requirement is faithfully implemented as per the
Reqiirement Specification(external Design)Ex:Acceptance
Testing.
At the Low level Docu will be Designed in such a way that
all the Arch Design and Detail Design which as been Decided
is implemented or not(internal Design)Ex:unit testing and
Intergration testing.
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / smruti
Simply, HLD & LLD's are two levels coming under Test Design
done by s/w testers after completion of BRS & SRS.
High level design defines overall architecture of a s/w is
known as system design or system level document in which
testers are preparing Test Scenarios in MS WORD .
After completion of HLD the testers are preparing LLD's
i.e., writing detailed Test Cases in MS EXCEL which is
based on internal design structure called as module level
document.
Thanks !!
| Is This Answer Correct ? | 2 Yes | 5 No |
What is boundary value testing? Give an example.
0 Answers Agilent, ZS Associates,
How will you identify the client side error and server side error in web application?
What is online testing?
1.what is Exhaustive Testing, Statement Testing, coverage Testing, Decision Testing & Condition Testing?
Explain your web application archtechture?
I attended CDC software written test on 14th august 2009.time is 45 minutes. 10 objective type questions & 10 descriptive questions. In objective they asked questions from database like what is MTTF,Hotfix,Normalization,table index is used for what?,Release notes etc... 1.What is Registry? 2.What is compatibility testing? 3.Diff between Automated&Performance testing? 4.What is testing for availability? 5.Open database connectivity interface is used for/ 6.Difference btn Application and DLL'S? 7.What is code complete? 8.What is Release candidate? 9.What is smoke test? 10.Is virus a bug?
Can anyone let me know that what would be done by the tester if bug status changes to DUPLICATE,means what kind of action or process should be done by tester?
what should be tested when credit card is used as payment option in ecommerce project?can anyone tell me in detail what to test n how to test when credit card is involved in web application?
is software testing easy ??? Give me perfect Ans.
Difference between SIT and UAT
What is white-box Integration Testing and its differences between Black box-Integration testing?
what is the severity we give. login fails eventhough we enter the correct username and pwd.