Skip to content

11 15 Deployment Test Plan

claycompton edited this page Nov 6, 2013 · 1 revision

·         #1684
Endless reprompting for credentials when invoking 'nuget push' with a bad APIKey 3 - Merged to Dev

FACB48E4-C627-4B29-B124-35F200409739.jpg

·         Opened by claycompton 11 days ago

·         2 comments

Pull Request #1713: Fixed #1684 by returning a 403 when API key is present but invalid

·         Re-validate original bug scenario

·         Verify with other nuget clients (2.0 and 2.2+)

·         Verify successful command-line operations when using a correct API Key

·         Nuget push

·         Nuget delete

·         Verify site login is unaffected by code change (verify both positive and negative scenarios)

 

·         #1683
Rendering issue with search box on 404 pages 3 - Merged to Dev

E10DEA7D-7C82-4C7A-B92B-40A5F7FF4DA3.jpg

·         Opened by claycompton 11 days ago

·         1 comment

Pull Request #1706: Fixed #1683 by making expanding search opt-in

 

·         Verify search box in layout page, expect expansion

·         Re-validate common mouse and keyboard scenarios

·         Verify search box on error page, expect no expansion

·         Verify tool tips  across browsers (IE7+, C, FF, S, O)

·         Accessibility spot-check

·         Screen reader compatibility (JAWS, NVDA)

 

·         #1677
Navigating to "Edit Package" page is REALLY slow and sometimes times out Priority - 1 3 - Merged to Dev

454F5D7E-7058-4A3F-AF6B-B35AA4B6347B.png

·         Opened by jeffhandley 11 days ago

·         2 comments

Pull Request #1694: Fix #1677 slow K*(N+1) query madness on the Edit Package page!

 

·         Verify number of SELECT statements has dropped through Glimpse.

·         Re-verify updating Mutable package data, confirm update through:

·         Website

·         VS NuGet client (UI)

·         WebMatrix

·         Package Manager console

·         Nuget.exe

·         Profile SQL queries for other common actions on the site:

·         Upload a package and verify-upload

·         Search for packages

·         Stats page

·         Manage my packages

·         Statistics for a package

 

·         #1675
Remove Friendly License Names feature switch 3 - Merged to Dev

661F6FA6-4603-4081-B361-4C3B228EFE1C.jpg

·         Opened by anurse 13 days ago

Pull Request #1676: Changed default value on friendly names switch

Revalidate key license scenarios:

·         For a package with a valid license URL, verify experience of toggling license details for site users.

·         Use a well-known license (Apache 2, e.g.)

·         Custom license

·         Multiple licenses

·         Verify license details are enabled/shown by default for uploaded packages.

·         Check existing package pages, confirm license details are enabled by default for pre-existing packages

·         Verify UI on Pre-release packages

·         Verify UI on Unlisted packages

·         Verify UI on Older package versions

·         Verify settings made on package version pages apply to all versions of package.

·         Opt into and out of license identification:

·         Verify license UI for owner, other user, and anonymous user in both cases.

·         Verify license UI in package details page, package version details, and search results.

·         Verify Odata feed contents doesn't contain license report when disabled by owner.

·         Verify link to license is still present when license identification has been disabled.

·         Verify only owners can enable and disable the license report.

·         Verify other users can see the license report when it's re-enabled.

·         Verify Sonatype acknowledgement in License UI.

 

·         #1657
Package stats page doesn't work for Web API VB Help Page Priority - 2 3 - Merged to Dev

F49B87D7-AB6C-48A9-996C-7CD64B5CCCCD.jpg

·         Opened by Eilon 20 days ago

·         3 comments

Pull Request #1672: Fix #1657 by allowing any request URI, but disabling static file serving...

·         Push packages with file extension URLs in their IDs:

·         .config

·         .rules

·         .resources

·         .vb

·         .cs

·         Others

·         Request package-specific urls with these IDs

·         Package and package version pages

·         Report Abuse

·         Edit Package

·         API v2 URLs

·         Attempt to request each .config file in the deployed site, verify failure.

·         Repeat for .rules and .resources

 

·         #1655
Content Service logs error when file not found Priority - 2 3 - Merged to Dev

D1CB615A-E5D7-4C8A-AB4F-1CD5EEB9B7D0.jpg

·         Opened by anurse 21 days ago

·         2 comments

Pull Request #1671: Fix #1655 by only logging Verbose messages from ContentService.

·         Access the page with various combinations of blobs in the content folder, verify trace logs don't contain error messages about missing blobs.

 

·         #1641
requireLicenseAcceptance flag is reset to false after uploading to nuget.org through Web Interface 3 - Merged to Dev

834D97B3-612E-440C-905B-415297C46ADE.png

·         Opened by kaatula a month ago

·         3 comments

Pull Request #1690: Fixes #1641 - Accept License flag was getting cleared by an automatic edit

·         Set Accept License in nuspec, verify:

·         Setting is preserved in verify-upload page,

·         Downloading package requires license acceptance on the client both with and without making an unrelated change.

·         Subsequent edit Package preserved Accept License setting, and

·         Downloading package requires license acceptance on the client after making an unrelated change.

·         Repeat above with a package where license acceptance is turned off in nuspec.

 

 

·         #1627
Error when hiding the last package Priority - 2 3 - Merged to Dev

A8D71842-7744-4E1C-A579-B4CE5D47E29E.jpg

·         Opened by fabiostawinski a month ago

·         4 comments

Pull Request #1703: Fix proposed in Issue #1627

 

·         Attempt to repro the issue in the original customer report with tracing enabled.

·         Verify new trace data.

 

·         #1554
Editable metadata CSS fail Priority - 3 3 - Merged to Dev

FAB71D9E-B7CD-4E45-B9ED-4141AF96523C.jpg

·         Opened by howarddierking 2 months ago

Pull Request #1674: Fix #1554 by adding some word breaking styles

 

·         Verify with package titles with a range of unbroken lengths of alphanumerics in them.

·         Verify line breaking in various places:

·         Package search results

·         Package & package version pages

·         Contact owner / Report Abuse / Contact Support

·         Package Stats

·         Manage My Packages

·         Edit Package

·         Verify Upload

·         Test word-breaking rules in other languages:

·         Chinese

·         Japanese

·         Thai

·         Korean

·         Verify tool tips  across browsers (IE7+, C, FF, S, O)

·         Accessibility spot-check

·         Screen reader compatibility (JAWS, NVDA)

 

·         #1435
Remove offensive language from our source code Priority - 3 3 - Merged to Dev

05737270-94CA-4878-9805-4695EECF489B.jpg

·         Opened by claycompton 3 months ago

·         1 comment

Pull Request #1673: Fix #1435 by cleaning up our code a bit

·         Re-Run Policheck on source code

 

·         #1425
Add more description in "Contact Support" form Priority - 2 3 - Merged to Dev

950BA797-3682-446D-836A-A7119E5A542B.png

·         Opened by bhuvak 3 months ago

·         2 comments

Pull Request #1696: Tweaking the Report Abuse page for better reports. Moving Contact Owners above Report Abuse.

·         E2E:  Discovery of and redirection to the Contact Owners page from Contact Support

·         E2E:  Reporting site support issues using valid issue types

·         E2E:  Reporting package support issues using valid issue types

·         Verify tool tips  across browsers (IE7+, C, FF, S, O)

·         Accessibility spot-check

·         Screen reader compatibility (JAWS, NVDA)

 

·         #1014
The UI jumps around a lot while the social widgets are rendering Priority - 2 3 - Merged to Dev

3650597D-C1CB-4507-8FF3-D4C3CD4C15AA.png

·         Opened by jeffhandley 7 months ago

·         2 comments

Pull Request #1691: Fixes #1014 - whole UI jumping due to social button render issues (butto...

·         Verify tool tips  across browsers (IE7+, C, FF, S, O)

·         Accessibility spot-check

·         Screen reader compatibility (JAWS, NVDA)