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)
|
Loading…
Reference in new issue