Dev-ops Basics & Tools

Dev-Ops (Development - Operations) Development (Code Development) = Plan + Code +Build +Test Operations (Deployement Operations) = Release + Deploy+ Operate + Monitor Tools : GIT is used for Source code management. Jenkins is a tool that is used to create CI/CD pipelines. Maven is a build tool Ansible is a configuration management and deployment … Continue reading Dev-ops Basics & Tools

Jenkins – Basics

Jenkins is a free and open-source automation server, which helps to build, test, deploy, Continuous integration, and continuous delivery of the software. Jenkins is a server-based system that runs in servlet containers such as Apache Tomcat. Jenkins is a tool that is used to create CI/CD pipelines. Pipelines: It is a suite of plugins which … Continue reading Jenkins – Basics

Appium basics

Appium is open-source tool for mobile automation (native apps, mobile web apps, hybrid apps) Native App: written using Android, iOS or Windows SDK Mobile web apps : can be accessed using a mobile browser Hybrid app: a wrapper around 'web view' Software Stack: java 1.8 Android Studio NodeJs Maven Appium Desktop

API (Application Programming Interface)

API is a acronym for Application Programming Interface. It is set of protocols, routines and tools for building a software application. It specifies how one software program interact with another software programs. companies will create set of API's, create their documentations and share it on their websites. The user will integrate these API's as per … Continue reading API (Application Programming Interface)

Improve Web Performance

https://www.youtube.com/watch?v=vgUJuqQO4fo&list=PLNYkxOF6rcICVl6Vb-AFlw81bQLuv6a_P&index=1 Web optimized photo format = JPEG, WEPB Web optimized logo & icons = SVG Carousel effect: https://kenwheeler.github.io/slick/ fonts and icons https://fonts.google.com/icons https://simpleicons.org/ https://fontello.com/ Convert Font Icons to SVG https://www.sarasoueidan.com/blog/icon-fonts-to-svg/ https://icomoon.io/app/#/select

Software Testing – LambdaTest.com

What is software testing? Cloud based cross browser testing platformUseful for manual as well automation testingReal time testing, Automation, Visual UI testing, Test logs, issue tracker, integrations. https://youtu.be/wpI6XAteXOI Official Website : http://www.lambdaTest.com Basics : https://www.youtube.com/watch?v=dfnVAAw6PV4 https://www.youtube.com/watch?v=cLHi7FSfe8E Test page : https://lambdatest.github.io/sample-todo-app/ Sample code for TestNG:Create Test project using steps mentioned in following article. https://www.lambdatest.com/support/docs/testng-with-selenium-running-java-automation-scripts-on-lambdatest-selenium-grid/ LambdaTest capabilities … Continue reading Software Testing – LambdaTest.com