Skip to content

Commit

Permalink
Merge branch 'dev' into fix/doc-search-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-testsigma authored Aug 6, 2024
2 parents 4ae9e70 + ecea5a1 commit 2363650
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 9 deletions.
5 changes: 4 additions & 1 deletion src/pages/docs/salesforce-testing/connected-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ Creating a connected app is important to link external applications and the Sale
## **Fetch Consumer Details**

1. Edit the connected app and click on **Manage Consumer Details**. This will open a new window.
![Edit](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/SF_Manage_Consumer_Details.png)
![Edit](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/SF_Manage_Consumer_Details_API.png)

[[info | **NOTE**:]]
| Ensure that none of the checkboxes in the API section are selected.

2. On the **Verify Your Identity** window, enter OTP sent to the admin email.
![Verify](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/sfcavyi.png)
Expand Down
5 changes: 5 additions & 0 deletions src/pages/docs/salesforce-testing/metadata-connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,9 @@ The activity log tab on the connection details page displays the information abo
2. The **Activity log** dialog displays information regarding past metadata sync triggers.
![Logs](https://s3.amazonaws.com/static-docs.testsigma.com/new_images/projects/applications/logsdisplay.png)

<br>

> Refer to this [Salesforce troubleshooting](https://testsigma.com/docs/troubleshooting/salesforce-testing/most-common-issues/) guide for the most common issues while creating the metadata connection.

---
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,27 @@ This troubleshooting guide for Salesforce Testing in Testsigma provides solution
### **Steps to Resolve**

**1. Verify ClientId and Secret:**
- Doubl check the **ClientId** and **Secret** provided by the service and ensure there are no typos.

- Double check the **ClientId** and **Secret** provided by the service and ensure there are no typos.

- Regenerate the **ClientId** and **Secret** if necessary.

**2. Check Environment Settings:**

- Ensure the correct **Environment** is selected (development, staging, production).

- Confirm your application's configuration.

**3. Check Callback URL:**

- Ensure the **Callback URL** matches the service provider's settings and check if there are typos.

- Ensure your server is configured to handle the callback request.

**4. Additional Notes:**

- Ensure the application's **permissions** and **scopes** are set correctly while creating a connected app.

- Check network & firewall settings for blocks on the authorization endpoint.

For more information, refer to [creating a connected application](https://testsigma.com/docs/salesforce-testing/connected-app/).
Expand Down
15 changes: 8 additions & 7 deletions src/pages/docs/windows-automation/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ You can also quickly jump to one of the following topics to learn about Windows
---

## **Getting Started**
- Creating a Windows Project
- Agent Installation Requirements
- Element Learning through UFT
- Importing/Updating TSRx File into Testsigma
- Building Test Cases for Windows Based Applications
- Test Case Execution for the Windows Based Applications
- [Creating a Windows Project](https://testsigma.com/docs/windows-automation/project-and-application/)
- [Agent Installation Requirements](https://testsigma.com/docs/agent/setup-on-windows-mac-linux/)
- [Element Learning through UFT](https://testsigma.com/docs/windows-automation/object-learning/)
- [Importing/Updating TSRx File into Testsigma](https://testsigma.com/docs/windows-automation/import-tsrx-files/)
- [Building Test Cases for Windows Based Applications](https://testsigma.com/docs/windows-automation/test-cases/)
- [Test Case Execution for the Windows Based Applications](https://testsigma.com/docs/windows-automation/test-cases/)
- List of Technologies Supported in Testsigma
- Oracle
- **Oracle**
- **Java**

---

Expand Down

0 comments on commit 2363650

Please sign in to comment.