Skip to content

Commit 06fa02b

Browse files
authored
Added a new doc for genearating test cases from files and reorder test cases (#81)
1 parent 7971765 commit 06fa02b

2 files changed

Lines changed: 92 additions & 0 deletions

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
title: 'Generate Test Cases from Files'
3+
page_title: 'Generate Test Cases from Files'
4+
metadesc: 'Generate test cases in Testsigma from PPT, XLS, PDF, or DOCX files | AI converts files into test steps, ensuring design-to-test alignment and speeding up test creation'
5+
noindex: false
6+
order: 11.26
7+
page_id: 'generate-test-cases-from-files'
8+
warning: false
9+
contextual_links:
10+
- type: section
11+
name: 'Contents'
12+
- type: link
13+
name: 'Prerequisites'
14+
url: '#prerequisites'
15+
- type: link
16+
name: 'Interactive Demo'
17+
url: '#interactive-demo'
18+
- type: link
19+
name: 'Generate Test Cases'
20+
url: '#generate-test-cases'
21+
---
22+
23+
<br>
24+
25+
**Generate detailed test cases quickly using PPT, XLS, PDF, or DOCX files in Test Management by Testsigma.**
26+
27+
---
28+
29+
Generate multiple test cases in Test Management by Testsigma using PPT, XLS, PDF, or DOCX files. Upload the supporting files from your local machine. The AI uses information to create test cases.
30+
31+
---
32+
33+
> ## **Prerequisites**
34+
>
35+
> Before you begin, ensure you have a project in Testsigma Test Management and have necessary files to upload.
36+
37+
---
38+
39+
## **Interactive Demo**
40+
41+
<div>
42+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
43+
<div class="sl-embed" style="position:relative;padding-bottom:calc(53.52% + 25px);width:100%;height:0;transform:scale(1)">
44+
<iframe loading="lazy" class="sl-demo" src="https://app.storylane.io/demo/xbrxenx791tv?embed=inline" name="sl-embed" allow="fullscreen" allowfullscreen style="position:absolute;top:0;left:0;width:100%!important;height:100%!important;border:1px solid rgba(63,95,172,0.35);box-shadow: 0px 0px 18px rgba(26, 19, 72, 0.15);border-radius:10px;box-sizing:border-box;"></iframe>
45+
</div>
46+
</div>
47+
48+
---
49+
50+
## **Generate Test Cases**
51+
52+
1. From the **Dashboard**, click **AI Powered Test Case Generation** under **Quick Actions**.
53+
54+
Alternatively, go to **Test Cases** and click **Create with AI** in the top-right corner.
55+
56+
2. On the **Ask AI - To Generate Multiple Test Cases** page, select **Files**.
57+
58+
3. Upload the files from your local machine containing relevant test information.
59+
60+
5. Once the files are loaded, click **Add to Input**.
61+
62+
6. Enter a prompt describing the test case requirements, and click **Generate**.
63+
64+
7. Expand each scenario, select the test cases to include, and click **Accept**.
65+
66+
8. The selected test cases are added to the specified folder.
67+
68+
---

src/pages/docs/test-management/test-cases/manage-test-cases.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ contextual_links:
2424
- type: link
2525
name: 'Edit Test Cases'
2626
url: '#edit-test-cases'
27+
- type: link
28+
name: 'Reorder Test Cases'
29+
url: '#reorder-test-cases'
2730
- type: link
2831
name: 'Delete Test Cases'
2932
url: '#delete-test-cases'
@@ -129,6 +132,27 @@ The following properties help you classify and organize test cases:
129132

130133
---
131134

135+
## **Reorder Test Cases**
136+
137+
1. From the **Dashboard**, go to **Test Cases**.
138+
139+
2. Click the folder containing the test cases.
140+
141+
3. For the target test case, use **Drag Handle** to reorder.
142+
143+
4. The new position is reflected immediately at the folder level.
144+
145+
146+
[[info | **NOTE**:]]
147+
|
148+
| - Reordering is limited to a single folder at a time.
149+
| - If multiple folders are selected, the reorder option is disabled.
150+
| - If any filters are active, reordering is disabled.
151+
152+
5. The updated sequence is also reflected in all related test runs.
153+
154+
---
155+
132156
## **Delete Test Cases**
133157

134158
1. From the **Dashboard**, go to **Test Cases**.

0 commit comments

Comments
 (0)