-
Notifications
You must be signed in to change notification settings - Fork 33
Added a new doc and updated existing docs #963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -61,11 +61,11 @@ Testsigma offers powerful webhooks for triggering Testsigma executions remotely | |||||
|  | ||||||
|
|
||||||
|
|
||||||
| 1. Go to the Testsigma Executions page to get the execution ID. Refer to the [documentation on getting the execution ID](https://testsigma.com/docs/continuous-integration/get-test-plan-details/) and [documentation on generating API keys](https://testsigma.com/docs/configuration/api-keys/) as shown below: | ||||||
|  | ||||||
| 6. Go to the Testsigma Executions page to get the execution ID. Refer to the [documentation on getting the execution ID](https://testsigma.com/docs/continuous-integration/get-test-plan-details/) and [documentation on generating API keys](https://testsigma.com/docs/configuration/api-keys/) as shown below: | ||||||
|  | ||||||
|
|
||||||
|
|
||||||
| 1. Replace the **<execution-ID>**, **<Username>** and **<Password>** in the following script: | ||||||
| 7. Replace the **<execution-ID>**, **<Username>** and **<Password>** in the following script: | ||||||
|
|
||||||
| Perl | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix the incorrect language label. The code block is labeled as "Perl" but contains a bash script (indicated by the 📝 Proposed fix-Perl
+BashOr use the standard markdown code fence identifier: -Perl
+```bash📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,15 +38,15 @@ When automating test cases for an android application, you can capture multiple | |
| ## **Steps to Record Multiple Elements** | ||
|
|
||
| 1. From the left navigation bar, go to **Create Tests > Elements**. | ||
|  | ||
|  | ||
|
|
||
|
|
||
| 2. Click on **Record**. | ||
|  | ||
| 2. Click **Record**. | ||
|  | ||
|
|
||
|
|
||
| 3. On **Record Elements** overlay, select **Test Lab**, **Test Machine**, **Upload App Source** and click on **Record**. | ||
|  | ||
| 3. In the **Record Elements** overlay, select **Test Lab**, **Test Machine**, **Upload App Source** and click on **Record**. | ||
|  | ||
|
|
||
|
|
||
| 4. Wait for the app to load fully. | ||
|
|
@@ -55,11 +55,11 @@ When automating test cases for an android application, you can capture multiple | |
| 5. Once the app is loaded, click on element you want to capture. | ||
|
|
||
|
|
||
| 6. On the **Create Element** section, validate the **Name**, **Screen Name**, **Element Type**, and the **Value**. | ||
| 6. In the **Create Element** section, validate the **Name**, **Screen Name**, **Element Type**, and the **Value**. | ||
|  | ||
|
|
||
|
|
||
| 7. Click on **Create**. | ||
| 7. Click **Create**. | ||
|  | ||
|
|
||
|
|
||
|
|
@@ -69,10 +69,9 @@ When automating test cases for an android application, you can capture multiple | |
|
|
||
| 9. Repeat steps 5 to 7 for every element you want to capture. | ||
|
|
||
| 10. Once you have captured the elements, click on **Stop Recording**. | ||
| 10. Once you have captured the elements, click **Stop Recording**. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix spacing in Step 10 for cleaner rendering. Line 72 has extra spaces ( 🤖 Prompt for AI Agents |
||
|  | ||
|
|
||
| 11. You'll be redirected to the **Elements** page, where you can see all recorded elements. | ||
|  | ||
|
|
||
| --- | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,27 +36,26 @@ In dynamic websites, elements can have varying attributes/properties across sess | |
|
|
||
| ## **Steps to Create an Element** | ||
|
|
||
| 1. Navigate to **Create Tests > Elements**. | ||
|  | ||
| 1. From the left navigation bar, navigate to **Create Tests > Elements**. | ||
|  | ||
|
|
||
|
|
||
| 2. Click on **Create**. | ||
|  | ||
| 2. Click **Create Element**. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Normalize spacing in Step 2. Line 43 has an extra space before 🤖 Prompt for AI Agents |
||
|  | ||
|
|
||
|
|
||
| 3. On **Create Element** Overlay, enter all the details: | ||
|  | ||
| 3. In the **Create Element** Overlay, enter all the details: | ||
|  | ||
| - **Name:** Enter the name you want to give your element. | ||
| - **Screen Name:** Mention the screen that your element resides on. | ||
| - **Element Type:** There are 5 types of element types supported in Testsigma. This field is a drop-down list; you can select any of them: **XPATH**, **ID**, **Name**, **Class Name**, or **Accessibility ID**. | ||
| - **Enter Value:** Enter the value corresponding to the **Element Type** you selected. | ||
|
|
||
|
|
||
| 4. Click on **Create Element**. | ||
|  | ||
| 4. Click **Create Element**. | ||
|  | ||
|
|
||
|
|
||
| 5. The element will be saved in the elements list. | ||
|
|
||
|
|
||
| --- | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tighten wording for clarity in setup instructions.
Line 45 and Line 51 read awkwardly and may confuse users during profile configuration. Recommend a grammar cleanup.
✏️ Proposed doc wording fix
📝 Committable suggestion
🤖 Prompt for AI Agents