-
Notifications
You must be signed in to change notification settings - Fork 0
11 1 Deployment Test Plan
Subject: November 1, 2013 Deployment
November 1, 2013 Deployment
Monday, October 21, 2013
9:31 PM
·
#1669 · Opened by johnataylor 8 hours ago |
Pull Request #1668: initial commit
|
· Verify tool tips across browsers (IE7+, C, FF, S, O) · Culture-specific scenarios for decimal separators: · German · Hindi · Accessibility spot-check · Screen reader compatibility (JAWS, NVDA) |
|
||||
·
#1659 · Opened by anurse 5 days ago |
· Verify Andrew's test note scenarios (below) · Perform P0 scenarios with RequireSSL turned on and off on the server. · Log in and log out, verify cookies through Fiddler · What is https://claims.nuget.org/apikey? · We register the route "OwinRoute" · Try to upload with multiple API Key credentials in the table -- I think we throw up, but it's good to double-check · What happens if two users ever have the same API Key? How do we handle the error? · Fail authorization, verify error message (password and API Key)
Andrew's Test Notes · Create some SHA1-password users before deployment (I'll send out instructions) · Log in with various users having PBKDF2 ("new") and SHA1 ("old") passwords, verify that SHA1 passwords are replaced (instructions to come) · Log off and try to directly hit a URL like "/account", verify redirect to login page and redirect back to "/account" after login · Upload packages through the GUI · Upload packages through NuGet push API · Use NuGet push with no API Key -> Get Username prompt · Use NuGet push with bogus API Key -> Get Forbidden response · Use NuGet push with API key that doesn't own package -> Get Forbidden response · Log in, then navigate to "http://[nuget site root]/" -> Redirects to SSL Homepage · Log off, verify that the following Cookies are NOT present: ".AspNet.Cookies", ".ForceSSL" |
|
|||||
·
#1648 · Opened by TimLovellSmith 10 days ago |
TimLovellSmith referenced this issue from a commit 10 days ago TimLovellSmith referenced this issue from a commit 6 days ago
|
· Verify with different error pages (404, 500) · Verify across browsers (IE7+, C, FF, S, O) · Accessibility spot-check · Screen reader compatibility (JAWS, NVDA) |
|
||||
·
#1647 · Opened by claycompton 10 days ago |
Pull Request #1654: Fixes # 1647 - erroneous message that a newer prerelease package is avai... |
· Verify repro scenario · Verify all combinations of latest, pre-release, and pending edit on different packages, verify correct messages are shown in each case. |
|
||||
·
#1646 · Opened by claycompton 11 days ago · Issue #1645: Getting error page while trying to open "my packages" page. ·
#1370 · Opened by bhuvak 3 months ago
|
Pull Request #1624: Manage packages page / user profile broken Pull Request #1653: Tilovell/1370 manage packages page broken for bhuva
|
· Upload multiple versions of a package, unlist all of them, verify latest unlisted package is shown for the package page. · Unlist selected versions of a package, verify: · Consistent preference for latest listed version on package page · Verify all version pages load without error · Upload multiple versions of a package, unlist selected versons, verify unlisted versions are visible on owner's manage packages page · Unlist latest version · Unlist oldest version · Unlist intermediate version · Unlist all versions · Verify all combinations of latest, pre-release, and pending edit on different packages, verify correct messages are shown in each case on both package and package version pages. · Verify across browsers (IE7+, C, FF, S, O) · Accessibility spot-check · Screen reader compatibility (JAWS, NVDA) |
|
||||
·
#1620 · Opened by TimLovellSmith 19 days ago |
Pull Request #1658: Tilovell/1620 url validation problems on verify page
|
· Hack invalid URLs in the NuSpec file and confirm E2E experience with uploading in the Gallery · Icon URL · Project URL · License URL · Different kinds of errors: · URL is too long (>4000 chars) · Wrong protocol · Invalid escape sequences · Zero-length · Not an object / 404 · Verify equivalent experience with 'nuget push' |
|
||||
·
#1608 · Opened by jeffhandley 24 days ago |
Pull Request #1660: Update the registration/sign-in process in line with Jeff's latest feedback |
· Verify each of the scenarios in Jeff's original bug. · Verify across browsers (IE7+, C, FF, S, O) · Accessibility spot-check · Screen reader compatibility (JAWS, NVDA)
From Jeff's bug: · Change "Sign in" to "Register / Sign in" and add a tooltip that says "Register for an account or sign in with an existing account" · Change "Email" label on Register to "Email (gravatar, notifications, and password recovery)" with "gravatar" being a link to gravatar.com · On the "Thanks" page, above the "Now that you..." text, show the user's gravatar and username - and add a link to "View Profile" to drive people to that page and their API Key · On the "Thanks" page, move the Confirm your account to be the 1st bullet · On the "Thanks" page, remove the "set up your profile" link · On the "Thanks" page, make "Upload Package" a link in the text · On the "Thanks" page, change "Confirm your account" to "Confirm your email address so that you can publish packages or contact package owners" - this is more clear, and it also covers the "wrong email for gravatar" scenario · Change Email Address page needs to show what the current email address is. · [Next Sprint] Perhaps merge the Change Email Address page into the Edit Profile page, with the form hidden until you click the "change" link. Then the "Cancel" link would just hide the form again. The hard part will be managing state when the password is entered incorrectly. · The link to gravatar.com on the Edit Profile page is coded directly to http://en.gravatar.com - it should just be www.gravatar.com · Confirmation Required needs to say "upload a package or contact a package owner" |
|
||||
·
#1594 · Opened by anurse a month ago |
Pull Request #1597: [Final Code, but not ready to merge] Credentials Table |
· Verify sanity scenarios before and after populating the credentials table. · Viewing API key · Resetting API key · Nuget push · NuGet delete · Password change · e-mail address change · e-mail confirmation · Force a user to have more than one valid-looking credential in the new credentials table, verify scenarios above. · Force a user to have no entry in the credentials table, verify handling of core scenarios above. |
|
||||
·
#403 · Opened by half-ogre 2 years ago |
Pull Request #1626: Tilovell/403 latest stable should be default package version seen |
· Create packages whose versions have the following attributes: · Latest version is pre-release · Last two versions are pre-release · Last version is unlisted · Last is unlisted, previous is pre-release · Last is pre-release, previous is unlisted · All versions are unlisted · All versions are pre-release · Navigate to package page (without version) and verify package details · Enable and disable license details (can we test this?) · Navigate to package version details, verify package specific details (like casing in the name) · Navigate to Report Abuse / Contact Support / Contact Owner with and without version number in URL, verify details shown match the version expectation. · Edit Package with and without version number, verify expected data loads, and verify E2E scenarios. · Apply changes, verify · Undo changes, verify · Use NPM, verify package version shown matches versionless expectation in Gallery. · Verify API methods from nuget.exe: · Delete package · Push package · Install package |
|
||||
·
|
|
·
·
·
·
·
·
·
·
·
·
·
·
·
·
|
NB: This was postponed to the next iteration. |
NO PULL REQUEST:
·
#1657
Package stats
page doesn't work for Web API VB Help Page
· Opened by Eilon 5 days ago
·
#1655
Content Service
logs error when file not found
· Opened by anurse 6 days ago
·
#1630
missing index on
Packages
Priority - 2 1 - Working Epic - Search
· Opened by johnataylor 17 days ago
·
#1627
Error when hiding
the last package
· Opened by fabiostawinski 18 days ago
·
#1610
There are too
many NuGet package downloads and the stats homepage doesn't look nice because
of it Priority - 1
· Opened by Eilon 24 days ago
·
#1601
Proper Monitoring Priority - 2
· Opened by anurse a month ago
·
#1591
Make the Lucene
reindex process durable to SQL connection issues Priority - 1
· Opened by anurse a month ago
·
#1589
Link Changelog
and fix up the site footer
· Opened by anurse a month ago
·
#1586
No easy way to
supress Friendly License reports across all versions of a package
· Opened by claycompton a month ago
·
#1585
Edit and Undo
glyphs aren't visible in Verify Upload page in IE7 Priority - 2
· Opened by claycompton a month ago
·
#1570
Update the Verify
Package page to have all the contents of the package Priority - 2 Epic - Site Redesign
· Opened by claycompton a month ago
·
#1566
package with
content updates is not shown in getupdates
· Opened by deepakverma a month ago
·
#1539
Have a clean
plain-text email format Priority - 2
· Opened by membersuite 2 months ago
·
#1523
[Security]
Invalidate auth cookie after password change 0 - Ready
· Opened by TimLovellSmith 2 months ago
·
#1522
Reinstall-dependency
header is too long for PackageStatistics entity and is missing from statistics
job handling
Priority - 2
· Opened by TimLovellSmith 2 months ago
·
#1520
Exclude Restore
from NuGet Client Version Usage Stats Priority - 2
· Opened by jeffhandley 2 months ago
·
#1512
Skip the CDN for
nuget.org/nuget.exe Priority - 1 0 - Ready
· Opened by jeffhandley 2 months ago
·
#1507
Stats: Drill down
from Install-Dependency and Update-Dependency into the dependent packages Priority - 2
· Opened by jeffhandley 2 months ago
·
#1506
Drill down from
package statistics into package version statistics Priority - 2
· Opened by jeffhandley 2 months ago
·
#1443
[bugbash]
Expanding Search Box - text moves too fast for the eye to follow Priority - 2
· Opened by TimLovellSmith 2 months ago
·
#1441
EMD: The Title
field should be pre-populated with package ID on packages with no Title given Priority - 2 epic - Edit Package
· Opened by claycompton 2 months ago
·
#1431
Ops task to
monitor for repeatedly failed package edits. Priority - 2 0 - Ready
· Opened by TimLovellSmith 2 months ago
·
#1311
WebMatrix curated
feed should also hide packages depending on packages that require Powershell Test issue 0 - Ready
· Opened by xavierdecoster 3 months ago
Created with Microsoft OneNote 2013.