Skip to content

Instantly share code, notes, and snippets.

@vinacode
Created June 24, 2014 08:14
Show Gist options
  • Save vinacode/d177895e6f396414bec4 to your computer and use it in GitHub Desktop.
Save vinacode/d177895e6f396414bec4 to your computer and use it in GitHub Desktop.
| Test Case# | Test Title | Test Summary | Test Steps | Test Data | Expected Result | Post-condition | Actual Result | Status | Notes |
|------------|-----------------------|---------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|------------|-----------------------------------------------------------------------------------------------|----------------|-----------------------------------------------------------------------------------------------|--------|-------|
| 1 | Text label | Confirm all text label in screen is corrects with design | | | | | | Pass | |
| 2 | Breadcrumbs | Confirm Breadcrumbs text, link, level are correct with design | 1. Check text with level is correct. | | | | | Pass | |
| | | | 2. Check link is correct. | | | | | | |
| 3 | Category level | Confirm category level and real url. | 1. Check number of levels map with page_path. | | | | | Pass | |
| | | | 2. Check text of parents categories and current category map with categories list page. | | | | | | |
| | | | 3. Check real url of current page_path and open new tab with correct url. | | | | | | |
| 4 | Modules sortable | Confirm modules sortable on layout | 1. Moving module in Center and Right areas | | | | | Pass | |
| | | | 2. Do not click button "保存", refresh this page. | | Old modules order will be refresh, no thing to change. | | Old modules order will be refresh, no thing to change. | Pass | |
| | | | 3. Click button "保存", modal confirm show, click "キャンセル" button to save data. | | New modules order will be apply | | New modules order will be apply | Pass | |
| | | | 4. Click button "保存", modal confirm show, click "キャンセル" button or "x" button to cancel action. | | Old modules order will be refresh, no thing to change. | | Old modules order will be refresh, no thing to change. | Pass | |
| 5 | Sql injections | Confirm input data field "メモ" | Add some text random such as ', 1'1,... to input field "メモ", then save. | ', '', 1'1 | Message: "変更したデータを保存しました。プレビューボタンから変更内容を必ず確認してください。" | | Message: "変更したデータを保存しました。プレビューボタンから変更内容を必ず確認してください。" | Pass | |
| 6 | Update module pattern | Confirm change module pattern | 1. Click button "編集" | | Show modal popup for select pattern | | Show modal popup for select pattern | Pass | |
| | | | 2. In modal Pattern popup, check "サンプル" has image link. | | Open new tab with image demo | | Open new tab with image demo | Pass | |
| | | | 3. Click radio button, then click Cancel button. | | Close modal and nothing to change | | Close modal and nothing to change | Pass | |
| | | | 4. Click radio button with other pattern of this module, then click Submit button | | New module pattern will be applied to current module name. | | New module pattern will be applied to current module name. | Pass | |
| | | | 5. Do not click button "保存", refresh this page. | | Show old pattern of current module, new pattern selected didn't apply. | | Show old pattern of current module, new pattern selected didn't apply. | Pass | |
| | | | 6. Click button "保存", modal confirm show, click "キャンセル" button to save data. | | Show new pattern to current module name. | | Show new pattern to current module name. | Pass | |
| | | | 7. Click button "保存", modal confirm show, click "キャンセル" button or "x" button to cancel action. | | Show old pattern of current module, new pattern selected didn't apply. | | Show old pattern of current module, new pattern selected didn't apply. | Pass | |
| 7 | Update module status | Confirm change module status | 1. Click button "表示" | | Change button name to "非表示" | | Change button name to "非表示" | Pass | |
| | | | 2. Click button "非表示" | | Change button name to "表示" | | Change button name to "表示" | Pass | |
| | | | 3. Do not click button "保存", refresh this page. | | Old modules status will be refresh | | Old modules status will be refresh | Pass | |
| | | | 4. Click button "保存", modal confirm show, click "キャンセル" button to save data. | | Old modules status will be refresh | | Old modules status will be refresh | Pass | |
| | | | 5. Click button "保存", modal confirm show, click "キャンセル" button to save data. | | New status have been changed will be apply | | New status have been changed will be apply | Pass | |
| | | | | | | | | | |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment