Skip to content

Instantly share code, notes, and snippets.

@nur123
Created May 3, 2021 19:16
Show Gist options
  • Save nur123/d2a6b89a4bfa4d40ce41f58467f43256 to your computer and use it in GitHub Desktop.
Save nur123/d2a6b89a4bfa4d40ce41f58467f43256 to your computer and use it in GitHub Desktop.
Scenario 3: Delete an existing public gist
Id Test Case : TC - 04.1
Description: Test case for deleting an existing public gist by clicking the "Delete" button on the right up to page when opened public gist folder
Feature :Edit
Type: Positive
Precondition : 1.Account must be registered on github
2.Public Gist was created
Test Steps: 1. Go to link https://gist.github.com/
2. Click button Sign In then input user name/email and Password
3. Go to "View your gists"
4. Check "All Gist"
5. Choose "Create, edit, delete Gist Test Case" folder
6. Click the "Delete" button on right up page
7. Click the "ok" button on the pop up the gist.Github says
Data Input: Correct email and password user
Expected Result:1. Redirect to Gist Github Discover
2. Redirect to login page
3. Gist that was made will appears on Gist Github Discover and your profile
4. User can delete Gists with different extensions such as .js, .md, .txt, etc.
5. Gist existing that was deleted does not appear on Gist Github Discover
6. Everyone who accesses https://gist.github.com/ cannot see your deleted gist
Actual Result :
Test Date:
Status : (Passed, Failed. Blocked)
Error Category:(Low, Medium, High)
Scenario 3: Delete an existing public gist
Id Test Case : TC - 04.2
Description: Test case for deleting an existing public gist file by clicking the "Delete" button on file when editing public gist folder
Feature :Edit
Type: Positive
Precondition : 1.Account must be registered on github
2.Public Gist was created
Test Steps: 1. Go to link https://gist.github.com/
2. Click button Sign In then input user name/email and Password
3. Go to "View your gists"
4. Check "All Gist"
5. Choose "Create, edit, delete Gist Test Case" folder
6. Click the "Edit" button on right up page
7. Click the "delete" button beside the filename including extension
Data Input: Correct email and password user
Expected Result:1. Redirect to Gist Github Discover
2. Redirect to login page
3. Gist that was made will appears on Gist Github Discover and your profile
4. Existing public Gist file automatically deleted without asking permission to a user (permission by pop up)
5. User can delete Gists with different extensions such as .js, .md, .txt, etc.
6. Public Gist existing file that was deleted does not appear on Gist Github Discover
7. Everyone who accesses https://gist.github.com/ cannot see your deleted file
Actual Result :
Test Date:
Status : (Passed, Failed. Blocked)
Error Category:(Low, Medium, High)
Scenario 3: Delete an existing public gist
Id Test Case : TC - 04.3
Description: Test case for cancel deleting an existing public gist by clicking the "Cancel" button on pop up asking permission
Feature :Edit
Type: Negative
Precondition : 1.Account must be registered on github
2.Public Gist was created
Test Steps: 1. Go to link https://gist.github.com/
2. Click button Sign In then input user name/email and Password
3. Go to "View your gists"
4. Check "All Gist"
5. Choose "Create, edit, delete Gist Test Case" folder
6. Click the "Delete" button on right up page
7. Click the "Cancel" button on the pop up the gist.Github says
Data Input: Correct email and password user
Expected Result:1. Redirect to Gist Github Discover
2. Redirect to login page
3. Gist that was made will appears on Gist Github Discover and your profile
4. User can delete Gists with different extensions such as .js, .md, .txt, etc.
5. Gist existing that canceled delete will appear on Gist Github Discover
6. Everyone who accesses https://gist.github.com/ can see your canceled delete gist
Actual Result :
Test Date:
Status : (Passed, Failed. Blocked)
Error Category:(Low, Medium, High)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment