From a5abbeba828c159ab4c524fb58bbe5d21e372bd7 Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Tue, 5 Nov 2024 12:46:17 +0530 Subject: [PATCH 1/4] updated the images --- docs/kane-ai-api-testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kane-ai-api-testing.md b/docs/kane-ai-api-testing.md index bf0fed23f..3a8f3c282 100644 --- a/docs/kane-ai-api-testing.md +++ b/docs/kane-ai-api-testing.md @@ -86,7 +86,7 @@ KaneAI allows batch processing of multiple APIs to streamline testing. This feat - **Step**: Add multiple APIs by clicking the plus icon and selecting each API, or paste multiple curl commands to add them automatically to the test steps. - kenai-jira integration + kenai-jira integration ## 6. Handling Different HTTP Methods @@ -98,7 +98,7 @@ KaneAI supports various HTTP methods like POST, PUT, GET, and DELETE, allowing y kenai-jira integration - kenai-jira integration + kenai-jira integration ## 7. Executing and Reviewing Test Steps From 72481007df85b042008ae7ccd7e3d07cb5395bf8 Mon Sep 17 00:00:00 2001 From: Aman Chopra Date: Tue, 5 Nov 2024 13:22:21 +0530 Subject: [PATCH 2/4] added those pages --- docs/contacts-on-real-devices.md | 3 --- docs/ui-inspector.md | 9 +-------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/contacts-on-real-devices.md b/docs/contacts-on-real-devices.md index 210f3e95e..e9f01f2d2 100644 --- a/docs/contacts-on-real-devices.md +++ b/docs/contacts-on-real-devices.md @@ -49,18 +49,15 @@ import TabItem from '@theme/TabItem'; }) }} > - With LambdaTest Real Devices, you can interact with the built-in Contacts app on our real devices to test your app's functionality. To support diverse testing, we've included sample contact data for you to use. ## Supported Devices - LambdaTest supports access to the dummy Contacts on the following devices: - Devices running Android 10 and higher(Except Tabs). - Devices running iOS 13 and higher. ## What you can test? - With access to the Contacts app on the remote devices, you can now test scenarios, such as: - Access contacts from the Contacts app. diff --git a/docs/ui-inspector.md b/docs/ui-inspector.md index c6ee81072..c0423d817 100644 --- a/docs/ui-inspector.md +++ b/docs/ui-inspector.md @@ -1,7 +1,7 @@ --- id: ui-inspector title: UI Inspector -hide_title: true +hide_title: false sidebar_label: UI Inspector description: Learn real device app testing with LambdaTest across Android and iOS devices. Start testing effortlessly today! keywords: @@ -34,13 +34,8 @@ slug: ui-inspector/ }) }} > - -# UI Inspector - LambdaTest UI App Inspector provides a graphical interface to inspect and interact with the elements of a mobile application. When you launch your mobile app, it retrieves the DOM (Document Object Model) of the app. This DOM includes various UI elements such as buttons, text fields, labels, etc., organised in a hierarchical structure. -*** - ## Benefits of UI Inspector - **DOM Representation:** It visually represents the DOM of the mobile application in a tree-like structure. This representation helps testers and developers understand the layout and structure of the app's UI. @@ -85,8 +80,6 @@ Let's have a detailed look at each of these components: - The Screenshot View provides a comprehensive overview of the mobile application's user interface elements, presented in a visual representation typically in the form of a screenshot dump. - Users can click on individual elements within the screenshot dump, triggering simultaneous highlighting of the corresponding element in both the Hierarchy View and the Properties Table, facilitating quick navigation and detailed inspection. - -