Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Linux Tools Project/Manual Testing"

(Linux Tools Project Manual Testing)
(Linux Tools Project Manual Testing)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Linux Tools Project Manual Testing=
+
==Linux Tools Project Manual Testing==
We have many JUnit tests but when it comes time for a release, we must also perform manual testing.  The following are guides on how to do this manual testing, each containing links to test projects for use during testing.
+
We have many JUnit tests but when it comes time for a release, we must also perform manual testing.  The following points to our EPP testing guide which details manual testing we use to verify the CPP EPP package.
  
* [[Linux_Tools_Project/Manual_Tests/Autotools]] Autotools
+
* [[Linux_Tools_Project/EPP_Testing]] EPP Testing
* [[Linux_Tools_Project/Manual_Tests/Callgraph]] Callgraph
+
* [[Linux_Tools_Project/Manual_Tests/ChangeLog]] ChangeLog (including CVS and SVN interaction)
+
* [[Linux_Tools_Project/Manual_Tests/GCov]] GCov
+
* [[Linux_Tools_Project/Manual_Tests/GProf]] GProf
+
* [[Linux_Tools_Project/Manual_Tests/libhover]] libhover
+
* [[Linux_Tools_Project/Manual_Tests/libhover_devhelp]] libhover devhelp
+
* [[Linux_Tools_Project/Manual_Tests/LTTng]] LTTng
+
* [[Linux_Tools_Project/Manual_Tests/OProfile]] OProfile
+
* [[Linux_Tools_Project/Manual_Tests/RPM]] RPM
+
* [[Linux_Tools_Project/Manual_Tests/SystemTap]] SystemTap
+
* [[Linux_Tools_Project/Manual_Tests/Valgrind_massif]] Valgrind
+

Latest revision as of 04:37, 9 May 2013

Linux Tools Project Manual Testing

We have many JUnit tests but when it comes time for a release, we must also perform manual testing. The following points to our EPP testing guide which details manual testing we use to verify the CPP EPP package.

Back to the top