DevPartner is a set of software development and testing tools developed by NuMega, acquired by Compuware in 1997, which on June 1, 2009 sold it to Micro Focus.[1] There are two versions: one for native and .NET Windows applications, and another for Java applications. It is currently sold by Micro Focus.

DevPartner Studio

edit
DevPartner Studio (DPS)
Original authorNuMega
DeveloperMicro Focus
Stable release
11.5 build 4086 / September 28, 2020 (2020-09-28)
Written inC++
Operating systemWindows
TypeProfiler / Memory debugger
LicenseProprietary
Websitewww.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 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 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.[2]

DevPartner Java Edition

edit
DevPartner Java Edition (DPJ)
Original authorNuMega
DeveloperMicro Focus
Stable release
4.5 / October 30, 2009 (2009-10-30)
Written inJava, C++
Operating systemWindows
TypeProfiler / Memory debugger
LicenseProprietary
Websitewww.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 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.

See also

edit

References

edit
edit


📚 Artikel Terkait di Wikipedia

Code coverage

Tcov Testwell CTC++ Trucov Squish (Froglogic) DevPartner Studio JetBrains NCover Clover DevPartner Java EMMA Jtest LDRA Testbed PHPUnit, also need Xdebug

NuMega

DriverStudio BoundsChecker (Automated runtime error detection) DevPartner Studio DevPartner Java Edition SmartCheck (Visual Basic Error Detection) TrueTime

BoundsChecker

Compuware in 1997, BoundsChecker became part of a larger tool suite, DevPartner Studio. Micro Focus purchased the product line from Compuware in 2009

StarTeam

files were checked in because one of the files was locked by User B. DevPartner MySQL SilkTest "Open & Agile Requirement, Test & Change Management Solutions"

List of performance analysis tools

Java Development Kit since version 6, update 7. The Firefox web browser's developer tools contain a Performance tool, which gives insight into JavaScript

Dynamic program analysis

Memory error detection for Windows based applications. Part of Micro Focus DevPartner. Dmalloc: Library for checking memory allocation and leaks. Software must