iOS mobile application UI can be automated by using the Apple XCUITEST testing framework integrated with XCode. It is one of the alternate approach to avoid using…… Read more “iOS UI Testing using Apple XCUITEST”
Category: Uncategorized
How to run Appium client script in Docker image of Appium?
We are going to execute the Appium client scripts(Core Java) in Docker image of Appium Android in which Appium server is running as Docker image. Appium client…… Read more “How to run Appium client script in Docker image of Appium?”
How to integrate Amazon Alexa with Google search?
Amazon Alexa voice service from Amazon Echo dot device can be integrated with Google Search based on the below steps; Amazon Echo <–> Amazon Alexa Skill <–>…… Read more “How to integrate Amazon Alexa with Google search?”
How to execute AutoIt script using Jenkins?
We are going to use Jenkins for continuous delivery of AutoIt scripts in the form of EXE, which is nothing but the automated scripts for end user…… Read more “How to execute AutoIt script using Jenkins?”
Android Device Farm using Open STF
Android Device Farm has been created using the Open STF in which three different mobile devices connected in USB Hub and controlled using the web browser. STF (Smartphone…… Read more “Android Device Farm using Open STF”
RPA script preparation – Manual vs Automated Record
To implement Robotic Process Automation, a feasibility study has been performed using the UiPath and AutoIT. I’ve used the community edition of UiPath and Freeware of AutoIT…… Read more “RPA script preparation – Manual vs Automated Record”
How to setup Appium in Mac for Automating iOS 10 and above?
We are going to see Appium desktop installation and setup for Mac in this post. I’ve used Appium Version 1.2.0-beta.3, MacOS Sierra 10.12.6, iOS 10.2 simulator(iPhone SE)…… Read more “How to setup Appium in Mac for Automating iOS 10 and above?”
How to control a LED using Onion Omega and IFTTT connected through Internet?
According to IOT(Internet of Things) initiative, I tried LED ON/OFF functionality using the IFTTT(IF THIS THEN THAT) web based service mobile application installed in the iPhone 7…… Read more “How to control a LED using Onion Omega and IFTTT connected through Internet?”
How to send a skype message using Powershell?
Powershell from Microsoft used to send a automated message in skype for business messenger. Lync 2013 SDK installed in the target machine and used the Microsoft.Lync.Model.DLL available…… Read more “How to send a skype message using Powershell?”
CLU tool for iOS as like ADB for Android
CLU is nothing but the Command Line Utility tool. To save the space for the menu link name, I’ve used the short term CLU. You know very…… Read more “CLU tool for iOS as like ADB for Android”