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"

(New page: =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 ...)
 
(Linux Tools Project Manual Testing)
Line 4: Line 4:
 
* [[Linux_Tools_Project/Manual_Tests/Autotools]] Autotools
 
* [[Linux_Tools_Project/Manual_Tests/Autotools]] Autotools
 
* [[Linux_Tools_Project/Manual_Tests/Callgraph]] Callgraph
 
* [[Linux_Tools_Project/Manual_Tests/Callgraph]] Callgraph
* [[Linux_Tools_Project/Manual_Tests/ChangeLog]] ChangeLog
+
* [[Linux_Tools_Project/Manual_Tests/ChangeLog]] ChangeLog (including CVS and SVN interaction)
* [[Linux_Tools_Project/Manual_Tests/ChangeLog_CVS]] ChangeLog + CVS
+
* [[Linux_Tools_Project/Manual_Tests/ChangeLog_SVN]] ChangeLog + SVN
+
 
* [[Linux_Tools_Project/Manual_Tests/GCov]] GCov
 
* [[Linux_Tools_Project/Manual_Tests/GCov]] GCov
 
* [[Linux_Tools_Project/Manual_Tests/GProf]] GProf
 
* [[Linux_Tools_Project/Manual_Tests/GProf]] GProf
Line 15: Line 13:
 
* [[Linux_Tools_Project/Manual_Tests/RPM]] RPM
 
* [[Linux_Tools_Project/Manual_Tests/RPM]] RPM
 
* [[Linux_Tools_Project/Manual_Tests/SystemTap]] SystemTap
 
* [[Linux_Tools_Project/Manual_Tests/SystemTap]] SystemTap
* [[Linux_Tools_Project/Manual_Tests/Valgrind_massif]] Valgrind massif
+
* [[Linux_Tools_Project/Manual_Tests/Valgrind_massif]] Valgrind
* [[Linux_Tools_Project/Manual_Tests/Valgrind_memcheck]] Valgrind memcheck
+

Revision as of 12:03, 30 May 2011

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.

Back to the top