From b938a3f73af1334cb95c461e310bca9ffa8598f3 Mon Sep 17 00:00:00 2001 From: Osanda Deshan Date: Fri, 9 Oct 2020 19:37:23 +0530 Subject: [PATCH] Added Automated Tests Generator --- .../3-Advanced/Automated-Tests-Generator.md | 32 +++++++++++++++++++ README.md | 1 + 2 files changed, 33 insertions(+) create mode 100644 Projects/3-Advanced/Automated-Tests-Generator.md diff --git a/Projects/3-Advanced/Automated-Tests-Generator.md b/Projects/3-Advanced/Automated-Tests-Generator.md new file mode 100644 index 00000000..e7b86638 --- /dev/null +++ b/Projects/3-Advanced/Automated-Tests-Generator.md @@ -0,0 +1,32 @@ +# Automated Tests Generator + +**Tier:** 3-Advanced + +Automated tests generator is basically focusing on the developers to generate automated tests easily. Eventhough it is an UI project or an API project, developers can generate automated tests from a single click. For this magic, machine learning and deep algorithms will be used. + +## User Stories + +- [ ] User can log in to the Automated Tests Generator application. +- [ ] User can see the Automated Tests Dashboard. +- [ ] User can click on generate button to generated automated tests. +- [ ] User can remove unnecessary automated tests. +- [ ] User can update automated tests in Automated Tests Dashboard. +- [ ] User can manage the test data for the automated tests using CSV, XLSX, TXT file formats. +- [ ] User can add generated automated tests to a new test suite or an existing test suite. +- [ ] User can add generated automated tests to a Jenkins server. +- [ ] User can run the automated tests. +- [ ] User can share automated tests results via an automated email. + +## Bonus features + +- [ ] User can define the audience for the automated emails based on the environment (Dev, QA, UAT, Pre-Prod). +- [ ] User can see the live test execution report + +## Useful links and resources + +- [Smart API Test Generator](https://software.parasoft.com/soatest/smartgenerator/) +- [Automated Script Generator](https://documentation.tricentis.com/qtest/1001/en/content/qtest_explorer_sessions/sessions_module/automated_script_generator.htm) + +## Example projects + +[qTest App Download Center](https://documentation.tricentis.com/qtest/1001/en/content/qtest_app/quick_start_guide/qtest_app_download_center.htm) diff --git a/README.md b/README.md index f6557617..008d75e8 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ required to complete them. | [Slack Archiver](./Projects/3-Advanced/Slack-Archiver.md) | Archive Slack Messages | 3-Advanced | | [Spell-It App](./Projects/3-Advanced/SpellIt-App.md) | A twist on the classic Speak N Spell game | 3-Advanced | | [Survey App](./Projects/3-Advanced/Survey-App.md) | Define, conduct, and view a survey | 3-Advanced | +| [Automated Tests Generator](./Projects/3-Advanced/Automated-Tests-Generator.md) | Define, conduct, and view a survey | 3-Advanced | ## Plans for the future