diff --git a/src/pages/docs/getting-started/testsigma-sample-apps.md b/src/pages/docs/getting-started/testsigma-sample-apps.md index a6f7fbfc..9658cb9f 100644 --- a/src/pages/docs/getting-started/testsigma-sample-apps.md +++ b/src/pages/docs/getting-started/testsigma-sample-apps.md @@ -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. --- @@ -18,8 +20,9 @@ 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:
- - 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/).* @@ -27,7 +30,9 @@ This article provides a few sample applications for users to practice testing in 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) @@ -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:
+ - [Android Apps](https://testsigma.com/tutorials/getting-started/automate-android-applications/)
+ - [iOS Apps](https://testsigma.com/tutorials/getting-started/automate-ios-applications/)
--- \ No newline at end of file diff --git a/src/pages/docs/salesforce-testing/sf-test-cases.md b/src/pages/docs/salesforce-testing/sf-test-cases.md index 5feab806..6a52befc 100644 --- a/src/pages/docs/salesforce-testing/sf-test-cases.md +++ b/src/pages/docs/salesforce-testing/sf-test-cases.md @@ -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. - - - --- ## **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) --- diff --git a/src/pages/docs/salesforce-testing/special-nlps.md b/src/pages/docs/salesforce-testing/special-nlps.md index 9cfb102a..d119e39b 100644 --- a/src/pages/docs/salesforce-testing/special-nlps.md +++ b/src/pages/docs/salesforce-testing/special-nlps.md @@ -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.

**User Inputs in NLP:**
1. Test Data
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.

**User Inputs in NLP:**
1. Test Data
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.

**User Inputs in NLP:**
1. Test Data
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.

**User Inputs in NLP:**
1. Test Data
2. Element | --- \ No newline at end of file