Update backend.py
Browse files- backend.py +1 -2
backend.py
CHANGED
@@ -34,8 +34,7 @@ def generate_testcases(user_story):
|
|
34 |
# Few-shot learning examples to guide the model
|
35 |
few_shot_examples = """
|
36 |
|
37 |
-
"
|
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:
|
41 |
User Story:
|
|
|
34 |
# Few-shot learning examples to guide the model
|
35 |
few_shot_examples = """
|
36 |
|
37 |
+
"App we perform testing is Tech360 iOS App"
|
|
|
38 |
|
39 |
Example 1:
|
40 |
User Story:
|