what is mean by object oriented design?how is testing
affected by object oriented designs?
Answer / rahul
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. If the application was well-designed this can simplify test design.
| Is This Answer Correct ? | 0 Yes | 0 No |
what kind of test cases we can automated.how to divide manual and automation test cases.
Black box Testing
Generally Where do we concentrate more on the web based applications testing....fox ex: security testing, performance testing etc....
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;
Define Deployment and User Acceptance.
Case study like you have been assigned in a team which going through a crucial phase of the project. Then how you can save your project to release on time without any defect leakageā¦.
What is Usability and Compatibility testing?
what is Test deliverable and Release Note?
who will infrom the testers when the build is ready to test from developement side?
Difference between integration and regression testing?
What is the difference between SIT and IST?
if i report 2 bugs & those are fixed by dev. I have done re-testing of those bugs & got fine (closed) Ques is: If dev fixed above said bugs by adding one line code and tester has done re-testing. if there is any new bug occur due to that 1 line code. How u will find & what tester will do. what is the answer of this situation?????