Skip to content

We Innovate Digital

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

Month: January 2018

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

10 coding watchouts for an Automation Developer – Part 4

Posted by Ravi Beck on January 8, 2018January 8, 2018 in Development, QA

Click here to read about 10 coding watchouts for an Automation Developer- Part 3  Assertions Testing is all about validation and verification. While it is easier to find the elements or trigger actions, automation is complete only when the results…

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

10 coding watchouts for an Automation Developer – Part 3

Posted by Ravi Beck on January 4, 2018January 11, 2018 in Development, QA

Click here to read about 10 coding watchouts for an Automation Developer- Part 2   Testing Framework A framework usually takes away the grunt work out of running the tests, generating reports. The most common frameworks used in automation is JUnit…

Share

10 coding watchouts for an Automation Developer – Part 2

Posted by Ravi Beck on January 3, 2018January 4, 2018 in Development, QA

Click here to read about 10 coding watchouts for an Automation Developer- Part 1  Wait Loading a webpage can be affected through a number of parameters. There could be load or the code itself must be loading slowly. While loading…

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

10 coding watchouts for an Automation Developer – Part 1

Posted by Ravi Beck on January 1, 2018January 4, 2018 in Development, QA

How do you solve this mathematical problem such as this? 9+(5*3)/2 You apply the BODMAS rule first, wouldn’t you? BODMAS is a mathematical rule when all your operations are the same level (for example, all division or multiplication), simply work…

Share

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