How is testing affected by object-oriented designs?
Answer / 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 |
how does a client /server environment affects testing?
What about the test case if the field only takes a certain number of characters or a minimum number?
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning
What is the test case?
does anybody have requirement document for any project? if u have , could u plz forward it to my mail brahma412@yahoo.co.in
What is the STLC process in your company?
How would you do Security Testing for web application?
How and what to functionally test in a web based application manually?
Why are initial and end conditions necessary?
If there are so many settings/options to choose, how to write test cases?
What is dry run testing??
How could you handle the situation when you get the high seveority bug when the application is going to deliver by today night?