You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It currently appears not possible to store the results of a test when it has been logged. At production scale with a significant number of test cases, the ability to be able to develop a test script with all the scenarios, and store the outcome of each scenario in a results file like a csv will allow users to hone in on the failed tests.
Anticipating that a normal test cycle would run multiple rounds, with defects resolved and another testing run performed, it should create the file based on the run time of the script.
Further to this, being able to automate this on a CRON job, and then review output the file would allow the administrator to monitor the effect of changes in NLU (Addition/deletion of utterances) and perform regression testing to ensure the intent model does not move backwards as more phrases are added to the bot during the normal tuning process.
The text was updated successfully, but these errors were encountered:
It currently appears not possible to store the results of a test when it has been logged. At production scale with a significant number of test cases, the ability to be able to develop a test script with all the scenarios, and store the outcome of each scenario in a results file like a csv will allow users to hone in on the failed tests.
Anticipating that a normal test cycle would run multiple rounds, with defects resolved and another testing run performed, it should create the file based on the run time of the script.
Further to this, being able to automate this on a CRON job, and then review output the file would allow the administrator to monitor the effect of changes in NLU (Addition/deletion of utterances) and perform regression testing to ensure the intent model does not move backwards as more phrases are added to the bot during the normal tuning process.
The text was updated successfully, but these errors were encountered: