Can any one explain in detail about HLDD(High level design
document) and LLDD(Low level design document). general at
point of time can testers use this. wht does this doc
contain.
Answers were Sorted based on User's Feedback
Answer / rajesh ahirrao
Hi I am Rajesh...
HLD(High Level Design):-Following factors are consider
1)Programming Languages(which are going to use for this
particular project)
2)Technical Envirnomant for this project.
3)Types of O.S.(Opearting Systems)
4)Types of Web Servers,Application Servers,Database Servers
5)Types of Database. etc...these all factors are comes
under HLD.
LLD(Low Level Design):- Following factors are consider
1)Alogorithm 2)Flowchart 3)Data flow 4)Storing the all
files etc...
These all HLD & LLD documents are stored in Test
Plan.Testers can use this docs at the time of testing..
Please let me know, if I am wrong.
Appreciate if anybody will suggest to update my above
answer.
Thanks & Regards,
Rajesh Ahirrao
Sr.Consultant (Testing) (Hyderabad)
ahirrao.rajesh@gmail.com
| Is This Answer Correct ? | 22 Yes | 4 No |
Answer / suresh & saranya
HLD:This is front end of an application.By using this HLD,
the developer develop data flow and control flow
LLD:This is back end of an application by using this LLD,
the developer develop the application[writing the codes]
CDD=HLD+LLD
by using CDD the developer develops the application
| Is This Answer Correct ? | 9 Yes | 11 No |
Answer / asdf
Can any one explain in detail about HLDD(High level design
document) and LLDD(Low level design document). general at
point of time can testers use this. wht does this doc
contain.
| Is This Answer Correct ? | 2 Yes | 6 No |
Answer / rajesh.pothina
The high level design document is nothing but it does not
contain the internal design of the project or module.
The low level design document is nothing but it contains all
the internal design of the project or module.
| Is This Answer Correct ? | 11 Yes | 22 No |
which testing process you followed in your company ???
5 Answers Accenture, HCL, SAPO,
What is unit level testing?
Hi, This srinivas, Q: After testing in what way we concluded the testing is over without Tracebility Matrix and what is the role played by the Tracebility Matrix and what are the documents that tester should submit to his QA manger after testing in Manual Testing apart from the Test cases.
What did you include in a test plan?
performance testing is only done for online(website) applications or even offline(desktop) applications
Can u tell What kind of Bug Report Tool are u using in ur project
what is sanity test (or) build test?
What is the different cost elements involved in implementing process in an organization?
What is Traditional testing & Object Oriented testing?
How you will do regression testing on login form, After fixing the bug?
Which things do you examine in requrement while writing testcases.
write bug name and discrition for following scenario: 1*1=1,2*2=5,3*3=9,4*4=17 using mscalculator ?