Skip to content
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

Updated SF NLPs doc & removed sample web app link #431

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion src/pages/docs/getting-started/testsigma-sample-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ warning: false

---

Sample applications to kick-start test automation with Testsigma! 🚀

This article provides a few sample applications for users to practice testing independently. Users can use these sample apps to create independent test cases specific to their needs and requirements, which helps identify any issues or bugs.

---
Expand All @@ -18,16 +20,19 @@ This article provides a few sample applications for users to practice testing in
## **Here's how you can access and download these sample applications:**

1. Use the following links for practicing web testing:<br>
- https://travel.testsigma.com/

- https://simply-travel.testsigma.com/

- https://mobile-simply-travel.testsigma.com/

*For more information on how to create test cases, refer to [test cases](https://testsigma.com/docs/test-cases/overview/).*


2. Use the following apps for practicing mobile app testing.
- [Sample IPA Application](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/SimplyTravel.ipa)

- [Sample APK Application](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/appdebug.apk)

- [SMS Forwarder Application](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/smsforward.apk)


Expand All @@ -39,7 +44,9 @@ This article provides a few sample applications for users to practice testing in


4. Also, refer to the following documents to automate:<br>

- [Android Apps](https://testsigma.com/tutorials/getting-started/automate-android-applications/)<br>

- [iOS Apps](https://testsigma.com/tutorials/getting-started/automate-ios-applications/)<br>

---
7 changes: 3 additions & 4 deletions src/pages/docs/salesforce-testing/sf-test-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@ contextual_links:

With Testsigma, creating test cases for Salesforce is easy as we can leverage Metadata artifacts, smart NLPs, and the debugger to Automate Salesforce Testing. Metadata artifacts help auto-learn Salesforce components, smart NLPs simplify test scenario expression, and the debugger facilitates real-time test authoring. This article discusses creating test cases for Salesforce Automation and using the debugger for Live Test Authoring in Testsigma.

Here’s a quick video demonstrating how create test cases for Salesforce testing.

<iframe width="560" height="315" src="https://www.youtube.com/embed/bbhvPHlZ4MU?si=GtyrMu8FUWfEfDgP" title="Build Test Cases for Salesforce Testing with Ease!" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

---

## **Prerequisites**

- Salesforce organization with the test setup.

- Salesforce connected app. For more information, refer to [creating a connected app](https://testsigma.com/docs/salesforce-testing/special-nlps/).

- Salesforce metadata connected to Testsigma. For more information, refer to [creating metadata connections](https://testsigma.com/docs/salesforce-testing/metadata-connections/).

- [Testsigma Chrome Extension](https://chromewebstore.google.com/detail/testsigma-recorder/epmomlhdjfgdobefcpocockpjihaabdp)

---
Expand Down
1 change: 1 addition & 0 deletions src/pages/docs/salesforce-testing/special-nlps.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ With Testsigma's special NLPs, you can scale and enhance Salesforce Testing. The
| Enter test data in the **element** richInput **textbox** | This NLP enters the provided test data into the richInput textbox element. This NLP can also be recorded. <br><br> **User Inputs in NLP:** <br> 1. Test Data <br> 2. Element |
| Search **test data** on **element** lookup | This NLP searches for the specified test data within the element lookup. This NLP can also be recorded. <br><br> **User Inputs in NLP:** <br> 1. Test Data <br> 2. Element |
| Select option **test data** from **element** picklist | This NLP selects the specified option from the picklist element using test data. This NLP can also be recorded. <br><br> **User Inputs in NLP:** <br> 1. Test Data <br> 2. Element |
| Clear and enter **test data** in the **element** field | This NLP will clear any existing data in the element field and then enter the test data into that field. <br><br> **User Inputs in NLP:** <br> 1. Test Data <br> 2. Element |


---
Loading