TestCase Studio
TestCase Studio record the user actions performed on a web application in English Sentences.
Τι είναι το TestCase Studio;
Το TestCase Studio είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://selectorshub.com, και η κύρια λειτουργία του είναι "TestCase Studio record the user actions performed on a web application in English Sentences.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TestCase Studio
Λήψη αρχείων επέκτασης TestCase Studio σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TestCase Studio is a platform to record the user actions performed on a web application in English Sentences. This recorder plugin also records screenshots. It will also generate the XPath and Automation Code for every user action. User can save or copy these recorded steps as a Test case. Watch this video tutorial to make the best use of TestCase Studio. https://www.youtube.com/watch?v=Gcofn71bJdo New Features: Screen Recording, Customise Command, Record TestCase in any Language and BDD Format Support. Very simple steps to use the tool- 1. Click on the TestCase Studio logo in the tool bar. 2. It will open the TestCase Studio window. 3. Now keep performing your steps, it will automatically write english sentence for every user action. 4. You can download the written steps by clicking on download button. Upgrade to Pro version for more advanced features. Compare the Pro version features here- https://selectorshub.com/testcase-studio-pro/plans/
Βασικές Πληροφορίες Επέκτασης
Όνομα | TestCase Studio |
ID | loopjjegnlccnhgfehekecpanpmielcj |
Επίσημο URL | https://chromewebstore.google.com/detail/testcase-studio/loopjjegnlccnhgfehekecpanpmielcj |
Περιγραφή | TestCase Studio record the user actions performed on a web application in English Sentences. |
Μέγεθος Αρχείου | 780 KB |
Αριθμός Εγκαταστάσεων | 42,671 |
Τρέχουσα Έκδοση | 1.7.4 |
Τελευταία Ενημέρωση | 2024-02-25 |
Ημερομηνία Δημοσίευσης | 2021-08-06 |
Αξιολόγηση | 5.00/5 Συνολικά 177 Αξιολογήσεις |
Προγραμματιστής | https://selectorshub.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://selectorshub.com/testcase-studio/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://bit.ly/SH_Slack |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.selectorshub.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TestCase Studio", "description": "__MSG_extDescription__", "author": "Sanjay Kumar", "homepage_url": "https:\/\/selectorshub.com\/testcase-studio\/", "default_locale": "en", "version": "1.7.4", "icons": { "128": "logo-128.png", "48": "logo-48.png", "96": "logo-96.png" }, "action": { "default_title": "__MSG_extDefaultTitle__" }, "background": { "service_worker": "extension\/background.js" }, "permissions": [ "notifications", "storage", "cookies" ], "host_permissions": [ " |