Skip to content

Commit

Permalink
Update docs/guides/software-lifecycle/continuous-testing/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rishi Verma <[email protected]>
  • Loading branch information
yunks128 and riverma authored Jun 6, 2024
1 parent a4dbc9e commit b1aef3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ The following are suggested LLM prompts to use with automated generation.
unittest.main()
```

#### Use Case 2: Writing System Tests using LLMs and Behavior-Driven Development (Robot Framework)
#### Use Case 2: Writing System Tests using Downloadable, Open Source Code Generation Models and Behavior-Driven Development Frameworks

System-level tests that involve interaction with external software or files can be complicated to test. Please refer to our [Testing Frameworks guide](testing-frameworks#for-system-testing) for system testing tools. We recommend leveraging the behavior-driven development (BDD), such as [**Robot Framework**](https://github.com/robotframework/QuickStartGuide/blob/master/QuickStart.rst) in collaboration with the Large-Language Models to meet the challenge. Specifically, using LLMs to auto-generate Robot Framework pseudocode can help streamline the process of creating integration test cases. Here's an example:

Expand Down

0 comments on commit b1aef3d

Please sign in to comment.