How is testing affected by object-oriented designs?
Answer Posted / guest
Hai
Well-engineered object-oriented design can make it easier
to trace from code to internal design to functional design
to requirements. While there will be little affect on black
box testing (where an understanding of the internal design
of the application is unnecessary), white-box testing can
be oriented to the application's objects, methods, etc. If
the application was well-designed this can simplify test
design and test automation design.
K,Byeeeee
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What if the project isn’t big enough to justify extensive testing?
About Testing
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
Can you please explain about the erp project
Explain compatibility testing with an example.
What are testing techniques? What is difference between general and specific?
what are the status have in QC(Test Management Tool). and how you report?
What is agile testing and why is it important?
On login window for username and password auto populated field means what !
Can you explain equivalence partitioning?
Explain the manual testing process?
After insert the record in front-end, how will you check the back end by manually? Please explain?
what r the measure bugs found in your project??? Give some example abt this.
What is the difference between functional requirement and non-functional requirement?
How to derive test data from the design documents?