Prepare your application for testing

(Recommendations: translation as recommendation)
Line 12: Line 12:
* My application doesn't violate any copyrights and the code has a [[Extras-testing/QA_Checklist#Licensing_and_legal_issues|proper license]].
* My application doesn't violate any copyrights and the code has a [[Extras-testing/QA_Checklist#Licensing_and_legal_issues|proper license]].
* My application doesn't have [[Extras-testing/QA_Checklist#Broken_functionality_or_reproducible_crashes|broken functionalities or evident crashes]].
* My application doesn't have [[Extras-testing/QA_Checklist#Broken_functionality_or_reproducible_crashes|broken functionalities or evident crashes]].
-
* My package or webpage doesn't advertised features that [[Extras-testing/QA_Checklist#Missing_announced_features|aren't available in my application]].
+
* My package or webpage doesn't advertise features that [[Extras-testing/QA_Checklist#Missing_announced_features|aren't available in my application]].
-
* My application doesn't uses more than [[Extras-testing/QA_Checklist#Too_much_memory_used_in_root_partition|500kb of space in root partition]]
+
* My application doesn't use more than [[Extras-testing/QA_Checklist#Too_much_memory_used_in_root_partition|500kb of space in root partition]]
-
* My application doesn't compromises the [[Extras-testing/QA_Checklist#System_performance_compromised|system performance]].
+
* My application doesn't compromise the [[Extras-testing/QA_Checklist#System_performance_compromised|system performance]].
-
* My application doesn't introduces any [[Extras-testing/QA_Checklist#Power_management_issues|power management issue]].
+
* My application doesn't introduce any [[Extras-testing/QA_Checklist#Power_management_issues|power management issues]].
-
* My application doesn't compromises the [[Extras-testing/QA_Checklist#Security_risks|security of the system]].
+
* My application doesn't compromise the [[Extras-testing/QA_Checklist#Security_risks|security of the system]].
== Command Line Applications ==
== Command Line Applications ==

Revision as of 14:09, 19 March 2010

THIS IS A DRAFT, don't link this page yet.

INTRO(WRITEME)


Before promoting your application to Extras-testing, you must make sure that your application respects all the QA rules, please double check all the points below in order to save time and extra work.

Command Line Applications

  • My application is using the CLI icon.
  • My application description clearly says that my application runs only from the command line.

Recommendations

* - Automatic checks.