201
edits
No edit summary |
No edit summary |
||
(6 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
(from [[Firefox:2.0_QA_Activities:L10n_Test_Plan:TrademarkResults]]) | (from [[Firefox:2.0_QA_Activities:L10n_Test_Plan:TrademarkResults]]) | ||
* [[Firefox:2.0_QA_Activities:L10n_Test_Plan:l10n_Search_Verifier_Results|Results]] from [[MozillaQualityAssurance:l10n_Search_Verifier|Search | * [[Firefox:2.0_QA_Activities:L10n_Test_Plan:l10n_Search_Verifier_Results|Results]] from [[MozillaQualityAssurance:l10n_Search_Verifier|Search Order Checker]] | ||
* [[Firefox:2.0_QA_Activities:L10n_Test_Plan:l10n_Search_Plugin_Checker_Results|Results]] from [[MozillaQualityAssurance:l10n_Search_Plugin_Checker|Search Plugin Checker]] | * [[Firefox:2.0_QA_Activities:L10n_Test_Plan:l10n_Search_Plugin_Checker_Results|Results]] from [[MozillaQualityAssurance:l10n_Search_Plugin_Checker|Search Plugin Checker]] | ||
* [[Firefox:2.0_QA_Activities:L10n_Test_Plan:l10n_Bookmarks_Verifier_Results|Results]] from [[MozillaQualityAssurance:l10n_Bookmarks_Verifier|Bookmarks Verifier]] | * [[Firefox:2.0_QA_Activities:L10n_Test_Plan:l10n_Bookmarks_Verifier_Results|Results]] from [[MozillaQualityAssurance:l10n_Bookmarks_Verifier|Bookmarks Verifier]] | ||
Line 12: | Line 12: | ||
The l10n Verification Tools are a suite of Python scripts that analyze the contents of various pieces of source code and compare them to the rules described in the [[Firefox2/L10n_Requirements|L10n Requirements]] document. These are considered a "static" tool meaning that they check the source file contents before build-time. What Firefox does to these entries after startup is to be verified by a dynamic checker. The tools are currently invoked manually from a command line against a local CVS repository. | The l10n Verification Tools are a suite of Python scripts that analyze the contents of various pieces of source code and compare them to the rules described in the [[Firefox2/L10n_Requirements|L10n Requirements]] document. These are considered a "static" tool meaning that they check the source file contents before build-time. What Firefox does to these entries after startup is to be verified by a dynamic checker. The tools are currently invoked manually from a command line against a local CVS repository. | ||
Source code: [http://antennasoft.net/source/Python/l10nVerifier/ http://antennasoft.net/source/Python/l10nVerifier/] | |||
=== Properties Checker === | === Properties Checker === | ||
Line 21: | Line 23: | ||
==== Todo ==== | ==== Todo ==== | ||
* RSS feed handler checking (this week) | |||
=== Search Plugin Checker === | === Search Plugin Checker === | ||
Line 32: | Line 34: | ||
* Check each locale's search plugins against a list of known, good search plugins. | * Check each locale's search plugins against a list of known, good search plugins. | ||
* Verify contents of search plugins for validity | * Verify contents of search plugins for validity (This week) | ||
* Where appropriate, include checks for Amazon, Answers, Creative Commons and Ebay. Others specific to locale can be included. | * Where appropriate, include checks for Amazon, Answers, Creative Commons and Ebay. Others specific to locale can be included. (Today) | ||
=== Bookmarks Verifier === | === Bookmarks Verifier === | ||
Line 46: | Line 48: | ||
* expand test to include RSS livefeed verification | * expand test to include RSS livefeed verification | ||
* quicksearches currently not included in this release, may be in future. | * quicksearches currently not included in this release, may be in future. | ||
=== Phishing === | |||
==== Todo ==== | |||
* Live check <<== !RC | |||
* static test <<== RC, New component, This week if time permits | |||
== email from timr == | |||
R�b, | |||
Here are the notes I promised you. Overall we were looking for 4 dynamic (live) tests and 3 static tests. Se rough notes from our meeting below. Let me know the status of these 7 tests. Like: Done, ETA, Can't do. | |||
Thanks, | |||
Tim | |||
_______________________ | |||
L10n Requirements Analysis | |||
Robcee, davel, timr | |||
~8/28/06 | |||
Search engine | |||
* "professional" test - by approver | |||
* region.props - static test done for yahoo and google DONE | |||
** need to extend to other 4 engines <<== RC, ETA Today | |||
* New tool for live search string check remind me what this is again? Default search engine? If so, DONE | |||
** start with recorder <<== RC (Davel?) | |||
** then later automate | |||
** get this out of the plug-in | |||
Visual - that yahoo search results in yahoo search results page | |||
Suggest | |||
* URL live test <<== RC, | |||
* Respin | |||
* Visual on fire | |||
** not quality of suggest | |||
** input encoding affects URL? UTF-8 | |||
*** What is UTF-16 - future test | |||
** No locale in search suggest???? | |||
** Yahoo suggest - what should "da" be falling back to | |||
Do we have an agreement woth Seznam in poland? | |||
Start page | |||
* from region properties <<== RC, ETA This week | |||
** this is fully constructed | |||
** Will be constructed - need live test <<== RC | |||
*** One time live test - try 5 char locale and 2 char local | |||
*** no visual test | |||
May need inter-op test with venders | |||
Bookmarks | |||
* visual first check | |||
* can static test of the correct urls <<== RC, Partially working, ETA Useable now | |||
Dictionary | |||
* no requirements | |||
RSS feed handlers | |||
* static test <<== RC, ETA This week | |||
Phishing | |||
* Live check <<== !RC | |||
* static test <<== RC, New component, This week if time permits | |||
[[Category:SoftwareTesting]] |
edits