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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Microsoft Corporation, και η κύρια λειτουργία του είναι "Now everyone on the team can own quality. Capture findings, create issues, and collaborate with the team, directly from the browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Test & Feedback

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
        ]
    }
}