Boozang AI
Boozang test automation is powered by AI. Tests can be recorded or written in clear text.
What is Boozang AI?
Boozang AI is a Chrome extension developed by https://ai.boozang.com, and its main feature is "Boozang test automation is powered by AI. Tests can be recorded or written in clear text.".
Extension Screenshots
Download Boozang AI Extension CRX File
Download Boozang AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Chrome extension launches the Boozang test tool. It enables you to quickly create automated tests on your site, that can be replayed and shared by other members of your team. All actions are driven from the browser, not from the Cloud. Boozang works equally well on a public site, behind you company firewall or testing on your localhost. All you need is an internet connection. Your project team is connected over web-sockets in the browser, meaning you can even share tests between development environments and production. The main tool gives you access to developer functionality. Here you can loop over tests, link tests together, make decision trees based out assertion outcomes, and even inject Javascript. The tool has built-in support for BDD using Cucumber/Gherkin, and can synchronize directly with features residing on GitHub, BitBucket, GitLab, Azure or XRay/Jira. We have also added visual maps for outlining test dependencies. Find all documentation on http://docs.boozang.com and feature videos on the Boozang youtube channel: https://www.youtube.com/channel/UCh1DvPtyZxxsoVyUY8eYjsw
Extension Basic Information
Name | Boozang AI |
ID | bnaebcjlolajbgllgjlmlfobobdemmki |
Official URL | https://chromewebstore.google.com/detail/boozang-ai/bnaebcjlolajbgllgjlmlfobobdemmki |
Description | Boozang test automation is powered by AI. Tests can be recorded or written in clear text. |
File Size | 133 KB |
Installation Count | 293 |
Current Version | 3.8.38 |
Last Updated | 2024-03-07 |
Publish Date | 2020-04-16 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://ai.boozang.com |
[email protected] | |
Payment Type | free |
Extension Website | https://bozang.com |
Help Page URL | https://boozang.com/forum |
Privacy Policy Page URL | https://boozang.com/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Boozang AI", "short_name": "Boozang AI", "description": "Boozang test automation is powered by AI. Tests can be recorded or written in clear text.", "version": "3.8.38", "permissions": [ "webRequest", "tabs", "management", "storage", "*:\/\/*\/*", " |