Answer Posted / harshini
HLD - High Level Design
Here the design will show the links of the pages from one
to another
LLD - Low Level Design
Here even the database links are discussed.
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
is it possible web application make it as executable file
1.Tell me negative test cases for notepad 2.Tell me the factors for for writing severity based test cases
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
How can write testcases on a code under development pls give asnwer
Write the test cases for yahoo home page
what is the most critical bug u have to find in ur project.My application is ERP based,in this purchase module is there.plz tell me the answer?
What are quality assurance and quality control?
Can you explain requirement traceability and its importance?
What are the disadvantages of manual testing?
What's the difference between alpha and beta testing?
What r the things,u prefer and prepare before starting testing?
How do you estimate white box testing?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }