Fintest Pro - Your Exploratory test companion

Exploratory software testing tool. Find and share defects. Track your exploratory testing activities. Run tests to find bugs early.

Fintest Pro - Your Exploratory test companion란 무엇입니까?

Fintest Pro - Your Exploratory test companion은(는) https://fintest.ca에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Exploratory software testing tool. Find and share defects. Track your exploratory testing activities. Run tests to find bugs early."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Fintest Pro - Your Exploratory test companion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Run exploratory tests, capture defects, find anomalies, and share them using Fintest Pro.
 
Based on 25 years of experience in the software quality assurance field, Fintest Pro provides software testers with the tools they need to explore applications, find bugs, validate changes, and share findings with their team.

With Fintest Pro, you can:
Keep notes on what needs to be tested, and why it needs to be tested
Track questions and issues
Share findings with colleagues
Execute tests
Validate changes
Save reports
 
During exploratory test execution, testers can,
Determine Test Coverage – take notes on the coverage of test cases,
Report bugs - take screenshots or record a video of a sequence of steps
Log Risks – Note which risks need to be covered and which are all important ones
Track Test Execution Log – Recordings on the test execution
Raise Issues / Queries – Take notes on the question and issues on the system

Use Fintest Pro to:
• Leverage requirements to explore an application
• Determine test cases during testing
• Investigate a system or application
• Investigate and learn new features
• Improve test design
• Create test or product documentation

With access to multiple integrations -- Fintest Pro is your hub for sharing and reporting bugs.

Resources can be backed up to the cloud, or kept locally in the browser for more privacy.

Fintest Pro, Your Exploratory Testing Companion!

• • •

Questions? Feedback? Visit https://fintest.ca/support/ or reach out on Reddit @r/fintest_pro.                    

확장 프로그램 기본 정보

이름 Fintest Pro - Your Exploratory test companion Fintest Pro - Your Exploratory test companion
ID pdnloikhmiklhhankbkbkfhmlnnkgfmk
공식 URL https://chromewebstore.google.com/detail/fintest-pro-your-explorat/pdnloikhmiklhhankbkbkfhmlnnkgfmk
설명 Exploratory software testing tool. Find and share defects. Track your exploratory testing activities. Run tests to find bugs early.
파일 크기 35.1 MB
설치 횟수 8,192
현재 버전 1.4.24.219
최근 업데이트 2024-03-01
출시 날짜 2020-03-02
평점 4.91/5 총 102 개의 평점
개발자 https://fintest.ca
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fintest.ca/
도움말 페이지 URL https://fintest.ca/support/
개인정보 보호 정책 페이지 URL https://fintest.ca/privacy-policy
지원되는 언어 en,es,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.4.24.219",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "action": {
        "default_title": "Fintest Pro",
        "default_popup": "html\/popups\/start.html"
    },
    "icons": {
        "128": "\/pictures\/logo128.png",
        "48": "\/pictures\/logo128.png",
        "16": "\/pictures\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-wrapper.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pictures\/*",
                "html\/templates\/video\/video-webcam-iframe.html",
                "html\/templates\/video\/video-webcam-iframe-permissions.html",
                "html\/templates\/customer\/customer.html",
                "js\/ffmpeg-core.js",
                "js\/ffmpeg-core.wasm",
                "js\/ffmpeg-core.worker.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "tabCapture",
        "storage",
        "downloads",
        "scripting",
        "declarativeNetRequestWithHostAccess",
        "webNavigation",
        "debugger",
        "webRequest",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/app-dev.fintest.ca\/*",
        "*:\/\/*\/*",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "sandbox": {
        "pages": [
            "html\/templates\/test-tool\/webpage-comparison\/visual-regression-sandbox.html"
        ]
    }
}