Skip to content

We Innovate Digital

  • Home
  • Who
  • What
  • How
  • Media
    • Blog
    • News
  • Career
  • Contact

Category: Java

Jumpstart iOS automation using Appium – Part 5

Posted by Govinda Raj on January 26, 2018February 6, 2018 in Java, QA

Click here to read Jumpstart iOS automation using Appium- Part 4 Quiz Selenium Webdriver Appium Important Links https://github.com/appium/appium   https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md   A few pointers that should help you in your automation: Make sure the setup is rock solid. Use the…

Share

Jumpstart iOS automation using Appium – Part 4

Posted by Govinda Raj on January 24, 2018February 6, 2018 in Java, QA

Click here to read Jumpstart iOS automation using Appium- Part 3 Example Open the appium from launchpad and start the server. Make a maven project in intellij with unique group Id. Add these dependency in pom.xml. Make a class with…

Share

Jumpstart iOS automation using Appium – Part 3

Posted by Govinda Raj on January 22, 2018February 6, 2018 in Java, QA

Click here to read Jumpstart iOS automation using Appium- Part 2 Setup for Automation Open terminal and install Pre-requisites : First install Homebrew .(Paste on terminal /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” Then Install npm (brew install node) Appium & all…

Share

Jumpstart iOS automation using Appium – Part 2

Posted by Govinda Raj on January 19, 2018February 6, 2018 in Java, QA

Click here to read about Jumpstart iOS automation using Appium- Part 1 So how do we automate using Appium? Before we jump ahead, let us read a little bit about Selenium Webdriver. What is Selenium Webdriver? Selenium (not the chemical…

Share

Jumpstart iOS automation using Appium – Part 1

Posted by Govinda Raj on January 17, 2018February 6, 2018 in Java, QA

In these series of articles I plan to simplify automating iOS using Appium. Anyone who has knowledge of programming and interested in automation may benefit reading this article. To get yourself started let’s understand in short  what is an Appium….

Share

Getting started with Java 8 – Part 4

Posted by Aditya Agrawal on January 15, 2018January 16, 2018 in Java

Click here to read about Getting started with Java 8- Part 3 Optional :-    Optional is a highly underrated feature, and one that has the potential to remove a lot of those NullPointerExceptions that can plague us.    It’s particularly useful…

Share

Getting started with Java 8 – Part 3

Posted by Aditya Agrawal on January 12, 2018January 16, 2018 in Java

Click here to read about Getting started with Java 8- Part 2 Streams :- A java.util.Stream represents a sequence of elements on which one or more operations can be performed. For Example let’s say we have a series of number…

Share

Getting started with Java 8 – Part 2

Posted by Aditya Agrawal on January 10, 2018January 16, 2018 in Java

Click here to read about Getting started with Java 8- Part 1 Functional Interface:- You cannot use any interface with lambda expression. Only interfaces with one abstract method can be used with lambda expression. These type of interfaces are also…

Share

Getting started with Java 8 – Part 1

Posted by Aditya Agrawal on January 8, 2018January 11, 2018 in Java

Java 8 has been the most awaited and is a major feature release of Java. I have tried to cover some of the features in this blog to help you understand various aspects of Java 8. What is Java 8???…

Share

The biggest secret of JDK – Part 3

Posted by Shweta Shaw on January 4, 2018January 4, 2018 in Development, Java, Performance, Technology, Uncategorized

Click here to read about The biggest secret of JDK- Part 2 Apply Learnings Lets see some examples where we can use these tools to figure out some problems related to memory or cpu!! Lets assume a scenario where CPU usage is…

Share

The biggest secret of JDK – Part 2

Posted by Shweta Shaw on January 2, 2018January 4, 2018 in Development, Java, Performance, Technology

Click here to read about The biggest secret of JDK- Part 1 JVisualVM Things move fast in production and we do not have immense time to spare with our application profiling. Here comes the use of JVisualVM which will help us to…

Share

The biggest secret of JDK – Part 1

Posted by Shweta Shaw on December 26, 2017January 4, 2018 in Development, Java, Performance, Technology

If you guessed Application Monitoring tools, you are right!!! Many a  time when our application suffers with issues like memory leaks, out of memory, unexpected load etc., we panic and sometimes we don’t even know where to start looking for…

Share

MyBatis Migration

Posted by Nataraj Srikantaiah on September 24, 2017October 10, 2017 in Java, Technology, Uncategorized

Evolving databases has been one of the major challenges for software development. Often regardless of our software development methodology, the database follows a different change management process. The tools of the past have been GUI centric, proprietary for a particular…

Share

Swagger Integration

Posted by Nataraj Srikantaiah on September 21, 2017October 10, 2017 in Development, Java, Technology

When creating an application with REST API, good documentation is one of the mandatory non-functional requirement otherwise whoever is going to consume will have to go through lot of troubles to understand the API contract along with request and response…

Share

Don’t be afraid of the Storm (Part 1)

Posted by Tiwan Punit on August 18, 2017September 5, 2017 in Development, Java

This is the first part of the series on learning Apache Storm. This includes introduction and will include examples in next parts When I first heard that I have to build a platform which can handle a stream of data…

Share

Posts navigation

Page 1 Page 2

Subscribe Now

Categories

  • Bots (13)
  • Business (7)
  • Design (6)
  • Development (19)
  • DevOps (3)
  • Employee Engagement (1)
  • IoT (1)
  • Java (22)
  • Machine Learning (1)
  • Mobile (3)
  • Performance (8)
  • Project Management (1)
  • QA (26)
    • Automation Testing (4)
  • Security (1)
  • Technology (25)
  • Uncategorized (15)

Recent Posts

  • Analytics tricks – Sorting by multiple dimension using parameters in Tableau March 7, 2018
  • CI & CD – 15 things to consider for Continuous integration and deployment March 5, 2018
  • Jumpstart iOS automation using Appium – Part 5 January 26, 2018

Archives

  • March 2018 (2)
  • January 2018 (15)
  • December 2017 (10)
  • November 2017 (3)
  • October 2017 (7)
  • September 2017 (9)
  • August 2017 (15)
  • July 2017 (5)
  • June 2017 (9)
  • May 2017 (1)
  • April 2017 (3)
  • March 2017 (1)
  • February 2017 (2)
  • October 2016 (2)
  • August 2016 (1)
  • July 2016 (3)
  • June 2016 (5)
  • March 2016 (1)
  • January 2016 (1)
  • December 2015 (3)
  • November 2015 (1)
Copyright © 2018 . All Rights Reserved.
Fashify Theme by FameThemes