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": [ " |