ArvindSelvaraj
commited on
Commit
•
3024d67
1
Parent(s):
1139cec
Update backend.py
Browse files- backend.py +1 -0
backend.py
CHANGED
@@ -37,6 +37,7 @@ def generate_testcases(user_story):
|
|
37 |
"App we perform testing is Tech360 iOS App"
|
38 |
"Generate as many as testcases possible minimum 6 ,maximum it can be anything"
|
39 |
"Understand the story thoroughly"
|
|
|
40 |
"""
|
41 |
|
42 |
# Combine the few-shot examples with the user story for the model to process
|
|
|
37 |
"App we perform testing is Tech360 iOS App"
|
38 |
"Generate as many as testcases possible minimum 6 ,maximum it can be anything"
|
39 |
"Understand the story thoroughly"
|
40 |
+
"If it's a DropBury or ODAC Portal User Story, then we test in ODAC Portal"
|
41 |
"""
|
42 |
|
43 |
# Combine the few-shot examples with the user story for the model to process
|