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 is system testing?
Which is not formally included in Test Plan? 1)Features to be tested 2)Incident reports 3)Risks 4) Schedule Pls reply .Thanks
What metrics will be collected during the Testing i.e from requirement Phase to Maintainance Phase
Explain how to test the online trading software? How can we get the Feed values? Where they will store? How we test the Personal Trading account because it is time constraint.
What is Difference between White-box Testing and Unit testing?
6 Answers AZTEC, College School Exams Tests,
What will you do if developer is not able to reproduce defect ?
HOW TO WRITE THE SCENARIO FOR ATM MACHINE AND COFFEE MACHINE ? URGENT
17 Answers IBM, Nihilent, Wipro,
What are the properties of a good requirement?
What is Test Procedure? What are Test matrices? What is Tracibility matrix?
What is Pilot testing ?
Suppose in your Project have 2 test engineers.Module A is tested by You and Module B is tested by another Test Engineer.module A and B has inter related functions.Then how you check the functionality of the module??
For Change Password functionality-- Test Case is -- > Change Password Test Steps/Descriptions: 1) Enter Old Password 2) Enter New Password 3) Enter Confirm Password 4) Click on Save button Expected -- > User should login successfully. My question is --> After 4th step tester will check/verify that user [whose password has been changed] is login successfully or not. Should I have to write that steps which user will fallow to verify user login in above test case? What are the preconditions for above test case?