TestEngineering/UI/AMO/AddonCompatibleByDefault: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 8: Line 8:
To test the updates on the staging server we need to tweak the settings.  
To test the updates on the staging server we need to tweak the settings.  


'''<u>Settings for Firefox 3.6/4.0:</u>'''  
'''<u>Settings for Firefox:</u>'''  


https://addons.allizom.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&amp;id=%ITEM_ID%&amp;version=%ITEM_VERSION%&amp;maxAppVersion=%ITEM_MAXAPPVERSION%&amp;status=%ITEM_STATUS%&amp;appID=%APP_ID%&amp;appVersion=%APP_VERSION%&amp;appOS=%APP_OS%&amp;appABI=%APP_ABI%&amp;locale=%APP_LOCALE%&amp;currentAppVersion=%CURRENT_APP_VERSION%&amp;updateType=%UPDATE_TYPE%<br> <br>'''<u>Settings for Fennec:</u>'''  
https://addons.allizom.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&amp;id=%ITEM_ID%&amp;version=%ITEM_VERSION%&amp;maxAppVersion=%ITEM_MAXAPPVERSION%&amp;status=%ITEM_STATUS%&amp;appID=%APP_ID%&amp;appVersion=%APP_VERSION%&amp;appOS=%APP_OS%&amp;appABI=%APP_ABI%&amp;locale=%APP_LOCALE%&amp;currentAppVersion=%CURRENT_APP_VERSION%&amp;updateType=%UPDATE_TYPE%<br> <br>'''<u>Settings for Fennec:</u>'''  
Line 15: Line 15:


<br>  
<br>  
https://addons.allizom.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&amp;id=%ITEM_ID%&amp;version=%ITEM_VERSION%&amp;maxAppVersion=%ITEM_MAXAPPVERSION%&amp;status=%ITEM_STATUS%&amp;appID=%APP_ID%&amp;appVersion=%APP_VERSION%&amp;appOS=%APP_OS%&amp;appABI=%APP_ABI%&amp;locale=%APP_LOCALE%&amp;currentAppVersion=%CURRENT_APP_VERSION%&amp;updateType=%UPDATE_TYPE%  
https://addons.allizom.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&amp;id=%ITEM_ID%&amp;version=%ITEM_VERSION%&amp;maxAppVersion=%ITEM_MAXAPPVERSION%&amp;status=%ITEM_STATUS%&amp;appID=%APP_ID%&amp;appVersion=%APP_VERSION%&amp;appOS=%APP_OS%&amp;appABI=%APP_ABI%&amp;locale=%APP_LOCALE%&amp;currentAppVersion=%CURRENT_APP_VERSION%&amp;updateType=%UPDATE_TYPE%
 
 


== Usecase Scenarios:  ==
== Usecase Scenarios:  ==

Revision as of 17:18, 21 November 2011

Compatible by default

Description here.


Settings

To test the updates on the staging server we need to tweak the settings.

Settings for Firefox:

https://addons.allizom.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%

Settings for Fennec:


To test update on the staging server, change the following setting in your about:config
extensions.update.url to


https://addons.allizom.org/update/VersionCheck.php?reqVersion=%REQ_VERSION%&id=%ITEM_ID%&version=%ITEM_VERSION%&maxAppVersion=%ITEM_MAXAPPVERSION%&status=%ITEM_STATUS%&appID=%APP_ID%&appVersion=%APP_VERSION%&appOS=%APP_OS%&appABI=%APP_ABI%&locale=%APP_LOCALE%&currentAppVersion=%CURRENT_APP_VERSION%&updateType=%UPDATE_TYPE%

Usecase Scenarios:

testcase 1: Check that add-ons are compatible by default while upgrading: Firefox 3.6 to Firefox 9

testcase 2: Check that add-ons are compatible by default while upgrading: Firefox 4.0.1 to Firefox 9

testcase 3: Check that add-ons are compatible by default while upgrading: Firefox 5 to Firefox 9

testcase 4: Check that add-ons are compatible by default while upgrading: Firefox 6 to Firefox 9

testcase 5: Check that add-ons are compatible by default while upgrading: Firefox 7 to Firefox 9

testcase 6: Check that add-ons are compatible by default while upgrading: Firefox 8 to Firefox 9

testcase 7: Check that compatible by default feature is not applicable to binary add-ons(extension)

testcase 8: Check that compatible by default feature is not applicable to binary add-ons(theme)

testcase 9: Check compatible by default feature for a theme while upgrading to Firefox 9

testcase 10: Check compatible by default feature for a dictionary while upgrading to Firefox 9

testcase 11: Check compatible by default feature for a language tool while upgrading to Firefox 9

testcase 12: Check compatible by default feature doesn't affect version check for searchtools while upgrading to Firefox 9

testcase 13: Check compatible by default feature for a multi-package extension while upgrading to Firefox 9

testcase 14: Check compatible by default feature for a lite-review add-on while upgrading to Firefox 9

testcase 15: Check compatible by default feature for an unreviewed add-on while upgrading to Firefox 9