Added Automated Tests Generator

pull/293/head
Osanda Deshan 5 years ago
parent b47cf8261f
commit b938a3f73a

@ -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)

@ -141,6 +141,7 @@ required to complete them.
| [Slack Archiver](./Projects/3-Advanced/Slack-Archiver.md) | Archive Slack Messages | 3-Advanced | | [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 | | [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 | | [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 ## Plans for the future

Loading…
Cancel
Save