Feature #4695
Add Application - option to add a new application in .ai
Description
This enables user to add his application and start adding test suites and tests cases.
Files
Updated by Sharmila Saha about 1 month ago
- Status changed from New to Resolved
- Assignee changed from Sharmila Saha to Harsh Behl
Add Application button as shown by Rajesh. When Add Application is clicked, show a dialog box with following fields
Application Name (Mandatory)
Desc (optional)
Application Context (optional)
API: doppelioDataAPI/api/DataApp/appl (POST)
This will add an application, default test suite , default test case, default user script with empty user profile. User has to add the user profiles (and or edit the script) and then can run the test directly.
Note1: Temporarily, I have made the default lambda script as SportsFunctionNew as I am having issues with sending script to Rajesh's Travel AI Function. This is temporary till I can fix the script issue.
Note2: In the application name if you include the word "sports", I will generate dummy data when test is run. If not you will get logs, ramp up data but no metrics data. This is again temporary till the lambda script issue can be fixed.