From a702645fe34b291f188b77d8d7e112e81fa455b7 Mon Sep 17 00:00:00 2001 From: Santhoshkumar R Date: Tue, 3 Jan 2023 15:10:18 +0530 Subject: [PATCH] WEB-216-404 error fix-tutorials --- .../getting-started/automate-android-applications.md | 4 ++-- .../tutorials/getting-started/automate-ios-applications.md | 2 +- src/pages/tutorials/getting-started/automate-rest-apis.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 src/pages/tutorials/getting-started/automate-android-applications.md mode change 100644 => 100755 src/pages/tutorials/getting-started/automate-ios-applications.md mode change 100644 => 100755 src/pages/tutorials/getting-started/automate-rest-apis.md diff --git a/src/pages/tutorials/getting-started/automate-android-applications.md b/src/pages/tutorials/getting-started/automate-android-applications.md old mode 100644 new mode 100755 index 1ad0087..49d392e --- a/src/pages/tutorials/getting-started/automate-android-applications.md +++ b/src/pages/tutorials/getting-started/automate-android-applications.md @@ -65,7 +65,7 @@ In this tutorial we will demonstrate how Testsigma’s revolutionary mobile test > ## [Pre-requisites](#pre-requisites) > 1. You have a Testsigma account : If you haven't already, sign up for [a free trial](https://testsigma.com/signup) > The trial includes all product features and free support (always!) via the in-app chat or email to [support@testsigma.com](mailto:support@testsigma.com) -> 2. Testsigma agent for local execution(Optional): If you’d like to run your test using a local android device [follow this guide](https://testsigma.com//tutorials/test-cases/android-apps/build-tests-using-local-devices/) to install the Testsigma agent +> 2. Testsigma agent for local execution(Optional): If you’d like to run your test using a local android device [follow this guide](https://testsigma.com//tutorials/test-cases/mobile-apps/build-tests-using-local-android-devices/) to install the Testsigma agent --- @@ -289,7 +289,7 @@ If you need any help with errors you can reach out to [support@testsigma.com](ma * Start creating tests. [Explore Recorder.](https://testsigma.com/docs/test-cases/create-steps-recorder/android-apps/overview/) -* Automate Android Apps using your local devices. [Learn more!](https://testsigma.com//tutorials/test-cases/android-apps/build-tests-using-local-devices/) +* Automate Android Apps using your local devices. [Learn more!](https://testsigma.com//tutorials/test-cases/mobile-apps/build-tests-using-local-android-devices/) * Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/) diff --git a/src/pages/tutorials/getting-started/automate-ios-applications.md b/src/pages/tutorials/getting-started/automate-ios-applications.md old mode 100644 new mode 100755 index c39d5b5..c70f699 --- a/src/pages/tutorials/getting-started/automate-ios-applications.md +++ b/src/pages/tutorials/getting-started/automate-ios-applications.md @@ -317,7 +317,7 @@ _This is a basic test that can be recorded by interacting with your app. also [p * Start creating tests. [Explore Recorder.](https://testsigma.com/docs/test-cases/create-steps-recorder/ios-apps/overview/) -* Automate iOS Apps using your local devices. [Learn more!](https://testsigma.com//tutorials/test-cases/ios-apps/build-tests-using-local-devices/) +* Automate iOS Apps using your local devices. [Learn more!](https://testsigma.com//tutorials/test-cases/mobile-apps/build-tests-using-local-ios-devices/) * Create Test Plans and Schedule. Head over to [this link!](https://testsigma.com/docs/test-management/test-plans/schedule-plans/) diff --git a/src/pages/tutorials/getting-started/automate-rest-apis.md b/src/pages/tutorials/getting-started/automate-rest-apis.md old mode 100644 new mode 100755 index 5232ec9..146acdc --- a/src/pages/tutorials/getting-started/automate-rest-apis.md +++ b/src/pages/tutorials/getting-started/automate-rest-apis.md @@ -71,7 +71,7 @@ A few of the available routes are given below: [https://jsonplaceholder.typicode.com/comments](https://jsonplaceholder.typicode.com/comments) | will return a response containing 500 comment items [https://jsonplaceholder.typicode.com/comments?postId=1](https://jsonplaceholder.typicode.com/comments?postId=1) | will return a response containing the comments for post with id=1 [https://jsonplaceholder.typicode.com/users](https://jsonplaceholder.typicode.com/users) | will return a response containing 10 users -[https://jsonplaceholder.typicode.com/users/1](https://jsonplaceholder.typicode.com/users/1%C2%A0) | will return a response containing the user details for id=1 +[https://jsonplaceholder.typicode.com/users/1](https://jsonplaceholder.typicode.com/users/1) | will return a response containing the user details for id=1 All of the most common HTTP verbs such as GET, POST, PUT, PATCH, and DELETE are supported.