- Видео 16
- Просмотров 2 977
Automation In Detail
Индия
Добавлен 8 сен 2024
Hello QA team, in this channel, I will provide detailed explanations on various automation topics, supported by practical examples and real-world scenarios. This will not only help you prepare for interviews but also apply the knowledge effectively in your projects.
Happy learning in detail.
Happy learning in detail.
14 | Building iOS app on Simulator | UI KitCatalog | Sauce Demo app | Testing application |
Link to download UIKitCatalog app:
github.com/appium/ios-uicatalog
============================================================
Link to download SauceLabs Demo app:
github.com/saucelabs/my-demo-app-ios/releases/tag/2.1.1
github.com/appium/ios-uicatalog
============================================================
Link to download SauceLabs Demo app:
github.com/saucelabs/my-demo-app-ios/releases/tag/2.1.1
Просмотров: 48
Видео
13 | Android Virtual Device creation | Installing Testing application | API Demo | Sauce Demo app |
Просмотров 722 месяца назад
In this video, I have explained how to create Android Virtual Device, and install the testing application needed for automation. Link to download API Demo app: github.com/appium/appium/blob/master/packages/appium/sample-code/apps/ApiDemos-debug.apk Link to download SauceLabs Demo app: github.com/saucelabs/my-demo-app-android/releases
12 | Xcode installation on Mac | 2024 | v16.1 | App Store | Apple Developer website |
Просмотров 932 месяца назад
In this video, I have explained how to download and install Xcode application on the MacBook. Link to download Xcode from Apple Developer Website: developer.apple.com/download/all/
11 | Appium inspector installation | Desktop app | Web app | on Mac OS | Windows |
Просмотров 1622 месяца назад
Link to Appium inspector features: appium.github.io/appium-inspector/latest/overview/#features-overview Link to download latest Appium Inspector tool: github.com/appium/appium-inspector/releases
10 | Android studio installation & setup on Windows | 10, 11 | Ladybug | Enabling Virtualization |
Просмотров 2213 месяца назад
In this video, we will see how to install Android studio Ladybug version on the Windows machine. Link to download older versions: developer.android.com/studio/archive System Variable ANDROID_HOME C:\Users\Name\AppData\Local\Android\Sdk Path variable C:\Users\Name\AppData\Local\Android\Sdk\platform-tools C:\Users\Name\AppData\Local\Android\Sdk\cmdline-tools\latest\bin OR %ANDROID_HOME%\platform-...
9 | Android studio installation & setup on Mac | M1, M2, M3 | Intel based Macs | Ladybug |
Просмотров 5053 месяца назад
In this video, we will see how to install Android studio Ladybug version on the Mac machine. Link to download older versions: developer.android.com/studio/archive Set Path variables using below commands: export ANDROID_HOME=${HOME}/Library/Android/sdk export PATH="${ANDROID_HOME}/platform-tools:${ANDROID_HOME}/cmdline-tools/latest/bin:${PATH}"
8 | Installation of Appium CLI server | UIAutomator2 | XCUITest Driver | Windows & Mac | Latest |
Просмотров 1363 месяца назад
Important commands: 1. For Appium Server: npm install -g appium OR brew install appium appium -v where appium ctrl c : to close the Appium server 2. For AN & iOS Drivers: appium driver help appium driver list appium driver install uiautomator2 appium driver install xcuitest
7 | Node.js installation on Windows system | 11 | Fast Node Manager | Prebuilt Installer |
Просмотров 1853 месяца назад
In this video, I have explained how to download and install Node.js on Windows system through Fast Node Manager (using fnm commands) and also using standard installer files. Node download link: nodejs.org/en/download/package-manager Commands to check installation: For Node: node -v OR node version For NPM: npm -v OR npm version
6 | Node.js | Homebrew installation on Mac M1, M2, M3|
Просмотров 773 месяца назад
In this video, I have explained how to install Node.js using traditional approach and using HomeBrew. Command to check node version: node -v Command to check node version: npm -v Command to install node latest version: brew install node Command to install specific(xx) node version: brew install node@xx
5 | Install Java & Maven on Windows system | Windows 11| Maven 3.9.9 |
Просмотров 3633 месяца назад
In this video, I have explained how to install Java & Maven on a Windows system. Set Environment variables: For JAVA: System Variable: JAVA_HOME Value: C:\Program Files\Java\jdk-xx PATH Variable: %JAVA_HOME%\bin For MAVEN: System Variable: MAVEN_HOME Value: C:\Users\Path\To\YourMavenFolder\apache-maven-3.9.9 PATH Variable: %MAVEN_HOME%\bin
4 | Why we need to set JAVA_HOME, MAVEN_HOME & PATH variables | Java & Maven Installation|
Просмотров 583 месяца назад
Hi guys, in this video I have explained why JAVA_HOME, MAVEN_HOME & PATH variables should be set after installing Java and Maven in the system. What are the benefits of setting Path variables.
3 | Installing Java & Maven on MacBook | Mac with Intel processors | Apple M1, M2, M3 |
Просмотров 1733 месяца назад
In this video, I have explained step by step procedure to be followed to download and install Java and Maven on MacBook with Intel / Silicon M1, M2, M3 chip. 1) Commands to create zsh or bash: touch ~/.zshrc touch ~/.bash_profile 2) For JAVA: export JAVA_HOME=$(/usr/libexec/java_home -v 22.0.1) OR export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-22.jdk/Contents/Home export PATH=$JAVA_HOME...
How to uninstall Java from the Windows System | Windows 11
Просмотров 373 месяца назад
Hi guys, I have explained how to uninstall Java from the Windows system in this video.
How to push code to GitHub |Resolving Password Authentication issue|Generating Personal Access token
Просмотров 1143 месяца назад
Hi guys, in this video, I have explained how to install GIT on Windows & Mac, pushing code from your local system to GitHub repository and all the process involved in detail. And also, resolved password authentication issue during pushing code by generating personal access token.
2 | Appium 2 architecture | iOS platform | In Detail | W3C WebDriver Protocol |
Просмотров 2234 месяца назад
Hi guys, in this video, I have explained Appium 2.0 architecture in detail with respect to iOS platform.
1 | Appium 2 architecture | Android platform | In Detail | W3C WebDriver Protocol |
Просмотров 5464 месяца назад
1 | Appium 2 architecture | Android platform | In Detail | W3C WebDriver Protocol |
Great work👍
Thank you for your support 😊Glad you liked it!
Hello can you tell you how to build .ipa with xcode project of saucelab? I tried to build it myself, but it said error with TestFairy.h
Hello @gahung206, please download the 'SauceLabs-Demo-App.Simulator.zip' file as mentioned in the video (time stamp 7:28 ), which will give you the .app file inside Payload folder. Note: we can install only .app files on Simulators but not .ipa file
Thanks man!!!
Thank you so very much! All is finally set!!!
I've done all the things as in the video. Why I still got the "zsh: command not found: mvn" message in the terminal? Please help
Nevermind... It works. Apparenty I have to download tar.gz file, not the .zip one :D
Detailed explanation...very useful for beginners 😴👍👍
Glad it was helpful!
This video was super helpful. I'll definitely refer to it in the future. Thanks😊
Happy to hear that🙂
github link project?
Hello, here is the GitHub link: github.com/AutomationInDetail/AppiumBasicsProjectOne.git
github.com/AutomationInDetail/AppiumBasicsProjectOne.git