Skip to content

Commit 23e04fa

Browse files
authored
Merge pull request #107 from testsigmahq/dev
Added new docs to TS <> TMS Integration
2 parents f1c6be7 + fae1bd0 commit 23e04fa

5 files changed

Lines changed: 180 additions & 2 deletions

File tree

src/left-nav-title.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,11 @@
190190
},
191191
"execute-test-plans": {
192192
"/docs/test-management/testsigma-two-way-integration/execute-test-plans/": "Execute Test Plans"
193+
},
194+
"automate-manual-test-cases": {
195+
"/docs/test-management/testsigma-two-way-integration/automate-manual-test-cases/": "Automate Manual Tests"
196+
},
197+
"create-and-sync-test-cases": {
198+
"/docs/test-management/testsigma-two-way-integration/create-and-sync-test-cases/": "Create & Sync Test Cases"
193199
}
194200
}
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
title: 'Automate Manual Test Cases in Testsigma'
3+
page_title: 'Automate Manual Test Cases from Test Management by Testsigma in Testsigma'
4+
metadesc: 'Automate manual test cases from Test Management by Testsigma in Testsigma using Atto’s AI. Learn how to generate automated steps and begin Agentic Learning.'
5+
noindex: false
6+
order: 9.4
7+
page_id: 'automate-manual-test-cases-in-testsigma'
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: 'Steps to Automate a Manual Test Case'
20+
url: '#steps-to-automate-a-manual-test-case'
21+
- type: link
22+
name: 'Generate Automated Steps Immediately'
23+
url: '#generate-automated-steps-immediately'
24+
- type: link
25+
name: 'Start Learning Directly'
26+
url: '#start-learning-directly'
27+
---
28+
29+
<br>
30+
31+
**Automate manual test cases from Test Management by Testsigma in Testsigma using Atto’s AI.**
32+
33+
---
34+
35+
You can automate manual test cases created in Test Management by Testsigma using Testsigma. Once you create a manual test case, click Automate with Atto’s AI in Test Management by Testsigma. Then select the Testsigma project, application, and version in which you want to automate the test case. The system creates a session in Atto’s Home for the selected project, where you can automate the test case using Atto. This article discusses the steps to automate manual test cases from Test Management by Testsigma in Testsigma.
36+
37+
---
38+
39+
> ## **Prerequisites**
40+
> Before you begin, ensure that:
41+
> - The Test Management by Testsigma integration with Testsigma is enabled.
42+
> - Testsigma’s Live Editor is ready.
43+
44+
---
45+
46+
47+
## **Interactive Demo**
48+
49+
<div>
50+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
51+
<div class="sl-embed" style="position:relative;padding-bottom:calc(53.40% + 25px);width:100%;height:0;transform:scale(1)">
52+
<iframe loading="lazy" class="sl-demo" src="https://app.storylane.io/demo/epalou6vhthz?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>
53+
</div>
54+
</div>
55+
56+
---
57+
58+
## **Steps to Automate a Manual Test Case**
59+
60+
1. From the **Dashboard**, go to **Test Cases**, open the folder, and open the test case that you want to automate.
61+
62+
2. Select the test case and click **Automate with Atto’s AI** on the test case details overlay. This will open the **Select Testsigma Automation Project** dialog.
63+
64+
3. In the **Select Testsigma Automation Project** dialog:
65+
- Select the Testsigma **Project**, **Application**, and **Version**.
66+
- Click **Continue**.
67+
68+
4. You will be redirected to **Atto’s Home** in Testsigma for the selected project, application, and version with **Test Case Details** dialog.
69+
70+
71+
---
72+
73+
## **Generate Automated Steps Immediately**
74+
75+
1. Click **Generate Automated Steps** and wait for the NLP steps to generate.
76+
77+
2. The NLP steps are displayed in the **Automated Steps** tab.
78+
79+
3. Click **Agentic Learning** to start learning the live application.
80+
81+
---
82+
83+
## **Start Learning Directly**
84+
85+
1. Click the **Automated Steps** tab.
86+
87+
2. Click the **dropdown** icon beside **Agentic Learning**, and select the **Environment**.
88+
89+
3. Click **Agentic Learning** to start learning the live application.
90+
91+
92+
For details about learning the live application in Testsigma, see [Learn the Live Application Using Live Editor](https://testsigma.com/docs/ai-agents/generator/#learn-the-live-application-using-live-editor).
93+
94+
---
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
title: 'Create & Sync Test Cases from Testsigma’s Atto’s Home'
3+
page_title: 'Create and Sync Test Cases from Testsigma’s Atto’s Home'
4+
metadesc: 'Create & sync AI-generated test cases from Atto’s Home directly to Test Management by Testsigma. This article explains how to generate & sync Atto’s test cases into TMS.'
5+
noindex: false
6+
order: 9.5
7+
page_id: 'create-and-sync-test-cases'
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: 'Steps to Create and Sync Test Cases'
20+
url: '#steps-to-create-and-sync-test-cases'
21+
---
22+
23+
<br>
24+
25+
**Create and sync AI-generated test cases from Atto’s Home directly to Test Management by Testsigma.**
26+
27+
---
28+
29+
You can sync newly generated test cases from Testsigma’s Atto’s Home to Test Management by Testsigma. Once the NLP steps are generated for AI-generated test cases in Atto’s Home, the system provides an option to create a new test case and sync with Test Management by Testsigma. This article discusses the two-way sync of AI-generated test cases between both systems.
30+
31+
---
32+
33+
> ## **Prerequisites**
34+
>
35+
> Before you begin, ensure that:
36+
> - The Test Management by Testsigma integration with Testsigma is enabled.
37+
> - You have AI-generated test cases in Atto’s Home.
38+
39+
---
40+
41+
## **Interactive Demo**
42+
43+
<div>
44+
<script async src="https://js.storylane.io/js/v2/storylane.js"></script>
45+
<div class="sl-embed" style="position:relative;padding-bottom:calc(53.40% + 25px);width:100%;height:0;transform:scale(1)">
46+
<iframe loading="lazy" class="sl-demo" src="https://app.storylane.io/demo/f9unegwz0yoy?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>
47+
</div>
48+
</div>
49+
50+
---
51+
52+
## **Steps to Create and Sync Test Cases**
53+
54+
1. From the **Dashboard**, go to **Atto’s Home**, and create a session by clicking **Generate with AI**, or open an existing session.
55+
56+
2. Create or expand the generated scenario, and select a test case.
57+
58+
3. In the test case details dialog, go to the **Manual Steps** tab and click **Generate Automated Steps**.
59+
60+
4. Wait until the NLP step generation is complete.
61+
62+
5. After generation completes, the NLP steps appear under the **Automated Steps** tab.
63+
64+
6. Click **Accept**.
65+
66+
7. In the **Select Location** dialog:
67+
- Select the folder and scenario where you want to add the test case.
68+
- Click **Confirm**.
69+
70+
8. Click the dropdown arrow next to **Accept**, and select **Accept & Sync with Testsigma TMS**.
71+
72+
9. In the **Sync with Test Management by Testsigma** dialog:
73+
- Select a **Test Management** project and folder.
74+
- Click **Continue**.
75+
76+
10. The system creates a new test case in Test Management by Testsigma and links it to the Testsigma test case.
77+
78+
---

src/pages/docs/test-management/testsigma-two-way-integration/execute-test-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Execute Test Plans from Test Management by Testsigma'
33
page_title: 'Execute Test Plans from Test Management by Testsigma'
44
metadesc: 'You can execute test plans in Testsigma directly from Test Management by Testsigma | Learn how to execute test plans of Testsigma from Test Management by Testsigma.'
55
noindex: false
6-
order: 9.5
6+
order: 9.7
77
page_id: 'execute-test-plans-in-testsigma'
88
warning: false
99
contextual_links:

src/pages/docs/test-management/testsigma-two-way-integration/link-test-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Link Test Plans Between Test Management by Testsigma & Testsigma'
33
page_title: 'Link Test Plans Between Test Management by Testsigma & Testsigma'
44
metadesc: 'The Test Management by Testsigma & Testsigma integration streamlines execution by connecting test plans between both systems & providing centralized access to detailed results.'
55
noindex: false
6-
order: 9.4
6+
order: 9.6
77
page_id: 'link-test-plans-in-testsigma-and-tms'
88
warning: false
99
contextual_links:

0 commit comments

Comments
 (0)