Update backend.py
Browse files- backend.py +1 -1
backend.py
CHANGED
@@ -34,7 +34,7 @@ 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
|
38 |
Generate minimum 10 testcases but can you can create more than 10 if possible with clear steps and understand the user story throughly."
|
39 |
|
40 |
Example 1:
|
|
|
34 |
# Few-shot learning examples to guide the model
|
35 |
few_shot_examples = """
|
36 |
|
37 |
+
"if app is mentioned in given input then we need to test in tech360 otherwise something like ODAC or drop bury mentioned in given input then we need to test in ODAC Portal.
|
38 |
Generate minimum 10 testcases but can you can create more than 10 if possible with clear steps and understand the user story throughly."
|
39 |
|
40 |
Example 1:
|