answersLogoWhite

0


Best Answer

Compare and contrast the testing strategies for object oriented software and non object oriented software

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the differences between object oriented testing of software and convectional software testing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the differences between object-oriented testing of software and convectional software testing?

Conventional testing is the traditional approach to testing mostly done when water fall life cycle is used for development, while object oriented testing is used when object oriented analysis and design is used for developing enterprise software. Conventional testing focuses more on decomposition and functional approaches as opposed to object oriented testing, which uses composition. The three levels of testing (system, integration, unit) used in conventional testing is not clearly defined when it comes to object oriented testing. The main reason for this is that OO development uses incremental approach, while traditional development follows a sequential approach. In terms of unit testing, object oriented testing looks at much smaller units compared to conventional testing.


5 differences between hardware and software?

help


What are the differences between marketing and production oriented companies?

One makes things the other sells things.


What are the basic differences between Autocad and Staad pro?

auto cad is a drafting software, stadd.pro is a analysing software


Differences between message oriented middleware and object oriented middleware in component based technology for ppt?

Dos use various computer , middleware use higher and lower level


What is Differences between Hardware and Software?

Software is the code that a computer runs - you can not touch software, it is abstract. Hardware is what runs computer code - the physical stuff you can touch.


What are the differences between kaspersky antivirus software and mcafee antivirus softwares?

which is better McAfee or Kaspersky


Differentiate between size oriented and function oriented metrics?

Size oriented - direct measure of software Attempt to measure the size of software It focuses on the lines of code. It is dependent of programming language Function oriented - Indirect measure of software Attempt to measure the functionality of software It focuses on function points It is independent of programming language


What is the difference between Object-oriented software engineering and software engineering?

Object-oriented programming is just one possible methodology in the field of software engineering. It is a type of software engineering.See the related questions for a definition of object-oriented programming.


What are the differences between the Intuit 406481 Personal Finance software and the Intuit 406501 Premier Financial Software?

The Intuit personal software doesn't have account balancing and paycheck processing like their premier software does.


What are the important differences between the agile approach and the process maturity approach to software process improvement?

aq


What is meant by method in c?

Object oriented programming is to construct a software as interactions between objects. The interaction between objects are through the means of sending messages, or by invoking methods.