# DevPartner

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/DevPartner
> Markdown URL: https://mediated.wiki/source/DevPartner.md
> Source: https://en.wikipedia.org/wiki/DevPartner
> Source revision: 1296784300
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

{{Short description|Software development and testing tool}}
'''DevPartner''' is a set of software development and testing tools developed by [NuMega](/source/NuMega), acquired by [Compuware](/source/Compuware) in 1997, which on June 1, 2009 sold it to [Micro Focus](/source/Micro_Focus).<ref>[http://www.microfocus.com/aboutmicrofocus/pressroom/releases/pr20090601343426.asp MicroFocus press release on buying Compuware tools] {{webarchive |url=https://web.archive.org/web/20120907015047/http://www.microfocus.com/aboutmicrofocus/pressroom/releases/pr20090601343426.asp |date=September 7, 2012 }}</ref>  There are two versions: one for native and .NET Windows applications, and another for Java applications.  It is currently sold by [Micro Focus](/source/Micro_Focus).

==DevPartner Studio==
{{Infobox software
| name                   = DevPartner Studio (DPS)
| logo                   = 
| screenshot             = 
| caption                = 
| author                 = [NuMega](/source/NuMega)
| developer              = [Micro Focus](/source/Micro_Focus)
| latest_release_version = 11.5 build 4086
| latest_release_date    = {{release date|2020|09|28}}
| programming language   = [C++](/source/C%2B%2B)
| operating_system       = [Windows](/source/Microsoft_Windows)
| genre                  = [Profiler](/source/Profiler_(computer_science)) / [Memory debugger](/source/Memory_debugger)
| license                = [Proprietary](/source/Proprietary_software)
| website                = {{URL|https://www.microfocus.com/products/devpartner/}}
}}
'''''DevPartner Studio (DPS)''''' is a suite of tools allowing a developer to analyze native (unmanaged) and .NET (managed) code for:

* Code quality and complexity
* [Memory leak](/source/Memory_leak) detection
* Memory optimization
* Performance analysis (timing)
* Performance expert (CPU, disk and network resource usage)
* Code coverage analysis
* Fault simulation (both .NET and environmental)
* Error detection and interop monitoring for C/C++ using [BoundsChecker](/source/BoundsChecker) technology.

Each analysis can be configured to show detail at the method or line level. 

DevPartner Studio integrates with all versions of Microsoft Visual Studio from 2005 through 2019, providing toolbar buttons and menu options to access all of the tools. All of the tools can also be run from the command line allowing for automation and continuous integrated testing processes to be set up.<ref>[https://www.microfocus.com/media/data-sheet/devpartner_studio_professional_edition_ds.pdf DevPartner Studio 11.4 product summary, November 2017]</ref>

==DevPartner Java Edition==
{{Infobox software
| name                   = DevPartner Java Edition (DPJ)
| logo                   = 
| screenshot             = 
| caption                = 
| author                 = [NuMega](/source/NuMega)
| developer              = [Micro Focus](/source/Micro_Focus)
| latest_release_version = 4.5
| latest_release_date    = {{release date|2009|10|30}}
| programming language   = [Java](/source/Java_(programming_language)), [C++](/source/C%2B%2B)
| operating_system       = [Windows](/source/Microsoft_Windows)
| genre                  = [Profiler](/source/Profiler_(computer_science)) / [Memory debugger](/source/Memory_debugger)
| license                = [Proprietary](/source/Proprietary_software)
| website                = {{URL|https://www.microfocus.com/products/devpartner/}}
}}
'''''DevPartner Java Edition (DPJ)''''' integrates a set of functionality enabling developers to analyze Java code for
* Code quality and complexity
* Memory leak detection
* Memory profiling and optimization.
* Performance profiling and optimization.
* Thread analysis and dead-lock detection.
* Code coverage analysis.

DPJ can show the call graph when troubleshooting an issue, and it can dig into details at the method and line level.
DPJ integrates with [Eclipse](/source/Eclipse_(software)) 3.2/3.3, OptimalJ, JBuilder, and IBM RAD 6.0 providing menus and tools to access all its functionality. All of the tools can also be run from the command line as well, which enables the possibility of automation and [continuous integration](/source/continuous_integration).

== See also ==
* [BoundsChecker](/source/BoundsChecker)
* [Fault Simulator](/source/Fault_Simulator)

== References ==
{{reflist}}

==External links==
* {{Official website|https://www.microfocus.com/products/devpartner/}}
* [http://community.microfocus.com/ Product Support Forum]

Category:Software testing tools
Category:Micro Focus International

{{programming-software-stub}}

---
Adapted from the Wikipedia article [DevPartner](https://en.wikipedia.org/wiki/DevPartner) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/DevPartner?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
