Generate Test Case
Listens to mouse/keyboard events and write commands in plain language into new file
Generate Test Caseとは何ですか?
Generate Test Caseはsmirad91によって開発されたChromeの拡張機能で、その主な機能は「Listens to mouse/keyboard events and write commands in plain language into new file」です。
拡張機能のスクリーンショット
Generate Test Case拡張機能のCRXファイルをダウンロード
Generate Test Case拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is useful for preparing test requests for automation testers. It generates test cases from working site to html file by clicking or using keybord. How to use it? Start by clicking on icon on browser toolbar. HTML file with steps and substeps will open. It is redomended to have browser and HTML file on screen in the same time. As you operate on web site, HTML file is filled. After some actions are executed on web site, modal window with text will open, and you are able to modify it. Supported actions are: - click - double click - drag - context menu - keyboard text Notes: - After mouse or keyboard action modal window will open - When operating on site, wait 1 second before every new action - Modal window will contain checkbox for multiple values, when checked you can add multiple text values - To save generated file you need right click on file and save it. After you save file, you can delete first row with buttons for add and remove steps If you find this extension usefull and you need some modifications, you can contact me on [email protected]
拡張機能の基本情報
名前 | Generate Test Case |
ID | bolhpcimlcpfnlkdifinbnegfcgmdodf |
公式URL | https://chromewebstore.google.com/detail/generate-test-case/bolhpcimlcpfnlkdifinbnegfcgmdodf |
説明 | Listens to mouse/keyboard events and write commands in plain language into new file |
ファイルサイズ | 52.62 KB |
インストール数 | 95 |
現在のバージョン | 1.1 |
最終更新日 | 2020-04-29 |
公開日 | 2020-04-29 |
開発者 | smirad91 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Generate Test Case", "version": "1.1", "description": "Listens to mouse\/keyboard events and write commands in plain language into new file", "browser_action": { "default_popup": "default.html" }, "content_scripts": [ { "matches": [ " |