Update backend.py
Browse files- backend.py +4 -1
backend.py
CHANGED
@@ -34,7 +34,10 @@ def generate_testcases(user_story):
|
|
34 |
# Few-shot learning examples to guide the model
|
35 |
few_shot_examples = """
|
36 |
|
37 |
-
"if app is mentioned then its tech360 otherwise something like ODAC or drop bury mentioned then we need to test in ODAC Portal
|
|
|
|
|
|
|
38 |
|
39 |
Example 1:
|
40 |
User Story:
|
|
|
34 |
# Few-shot learning examples to guide the model
|
35 |
few_shot_examples = """
|
36 |
|
37 |
+
"if app is mentioned then its tech360 otherwise something like ODAC or drop bury mentioned then we need to test in ODAC Portal.
|
38 |
+
For postwire we can only submit postwire job through tech360 app then it will be appear in ODAC Portal.So Login to tech360 submit postwire job through Launch Postwire Option under Forms and Documents.
|
39 |
+
For Onedrop we can only submit OneDrop job through tech360 app then it will be appear in ODAC Portal.So Login to tech360 submit onedrop job via OneDrop Option under Forms and Documents.
|
40 |
+
Generate minimum 10 testcases but can you can create more than 10 if possible with clear steps and understand the user story throughly."
|
41 |
|
42 |
Example 1:
|
43 |
User Story:
|