Test & Feedback

Now everyone on the team can own quality. Capture findings, create issues, and collaborate with the team, directly from the browser.

什麼是Test & Feedback?

Test & Feedback是由Microsoft Corporation開發的Chrome擴展程式,該擴展的主要功能是“Now everyone on the team can own quality. Capture findings, create issues, and collaborate with the team, directly from the browser.”。

擴展截圖

screenshot
screenshot
screenshot

下載Test & Feedback擴展crx文件

下載Test & Feedback擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Test & Feedback - Now everyone on the team can own quality. Capture findings, create issues, and collaborate with the team, directly from the browser.  

Everyone in the team, be it product owners, developers, testers, UX designers etc., can now test their web-apps and give feedback, all directly from the browser on any platform: Windows, Mac, or Linux. All kinds of teams will now be able to drive quality in 3 easy steps – capture, create & collaborate. 

Capture - Take notes, screenshots with annotations, and screen recordings to capture problems. Automatically include rich data like user actions (as an image action log), page load data, and system information. 

Create - Create bugs, tasks, and feedback response work items to send feedback or report problems. Create test cases quickly based on the image action log while you explore your app. Automatically attach all your captured information. 

Collaborate - Work offline in standalone mode, then export your session to share findings with your team. For more integrated experiences with end-to-end traceability, connect to Azure DevOps Services or to Team Foundation Server 2015 or later. For example, you can explore user stories directly from the board, manage all feedback requests received, and easily track bugs, tasks and other work-items. To view completed exploratory sessions and get insights across all completed sessions, for example, details about sessions and work items that are created, explored, and weren’t explored, plus other data, go to your exploratory testing insights page. 

You can use the extension for FREE in these modes: Standalone and Connected 

Standalone Mode: 
Available to everyone. Any team, large or small, can use standalone mode to capture issues using screenshots with inline annotations and notes and then share the results using a session report. No connection to Azure DevOps Services or Team Foundation Server required.  

Connected Mode: 
Connect to Azure DevOps Services/Team Foundation Server to drive your exploratory testing and feedback flows.  
- Users with Basic access: Full capture and create capabilities to submit bugs, tasks and test cases. Includes collaboration capabilities like end-to-end traceability, rich insights across completed exploratory sessions, simplified bug/task tracking & triaging, and so on. 
- Users with Stakeholder access: Full capture and create capabilities, except for test cases, to submit feedback and respond to feedback requests from your team. Feedback experiences are available in Team Services and TFS 2017 or later only. 
 
Learn more https://docs.microsoft.com/en-us/azure/devops/test/perform-exploratory-tests?view=vsts                    

擴展基本資訊

名稱 Test & Feedback Test & Feedback
ID gnldpbnocfnlkkicnaplmkaphfdnlplb
官方網址 https://chromewebstore.google.com/detail/test-feedback/gnldpbnocfnlkkicnaplmkaphfdnlplb
簡介 Now everyone on the team can own quality. Capture findings, create issues, and collaborate with the team, directly from the browser.
檔案大小 1.87 MB
安裝次數 186,289
目前版本 1.0.232.0
更新時間 2024-01-03
上架時間 2020-05-14
評分 4.22/5 共 174 次評分
開發者 Microsoft Corporation
電子郵箱 [email protected]
付費類型 free
擴展官網 https://marketplace.visualstudio.com/items?itemName=ms.vss-exploratorytesting-web
說明頁面URL https://azure.microsoft.com/en-us/support/devops/
隱私政策頁面URL http://aka.ms/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Test & Feedback",
    "short_name": "XT, exploratory tesing, feedback, TF",
    "version": "1.0.232.0",
    "description": "Now everyone on the team can own quality. Capture findings, create issues, and collaborate with the team, directly from the browser.",
    "homepage_url": "https:\/\/marketplace.visualstudio.com\/items?itemName=ms.vss-exploratorytesting-web",
    "icons": {
        "128": "Images\/NormalState-128.png",
        "48": "Images\/NormalState-48.png",
        "16": "Images\/NormalState-16.png"
    },
    "browser_action": {
        "default_icon": "Images\/NormalState-128.png",
        "default_title": "Test & Feedback",
        "default_popup": "Popup2\/Popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+Y",
                "linux": "Ctrl+Shift+Y"
            }
        }
    },
    "background": {
        "page": "Background\/Worker\/Background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ContentScript\/CustomisedWorkItemMessaging.js",
                "ContentScript\/CaptureBrowserEvent.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "match_about_blank": true
        }
    ],
    "options_ui": {
        "page": "Options\/Options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "Fonts\/*.*"
    ],
    "permissions": [
        "activeTab",
        "clipboardRead",
        "tabs",
        "storage",
        "desktopCapture",
        "",
        "unlimitedStorage",
        "system.cpu",
        "system.memory",
        "system.display",
        "webNavigation"
    ],
    "sandbox": {
        "pages": [
            "AnnotationTool\/View\/AnnotationTool.html"
        ]
    }
}