General
July 08, 2019
311 views 10 secs 0

Why Esper?

Corporate-owned dedicated devices with touchscreens are becoming more ubiquitous than ever. They are used by enterprises to interact directly with customers and workforces. They are networked and deployed across a variety of spaces, channels, and verticals. Common examples include point-of-sale systems, restaurant ordering devices, logistics devices, information displays, self-service kiosks, and more.  These devices are […]

General
July 01, 2019
331 views 26 secs 0

How To Achieve Scalability,Quality And Speed With Appium

There are more than 5.5 Million apps available on Google Play and Apple App Store combined and by 2022, the number of app downloads will be around 250 Billion. The number of smartphone users in the world is more than 3 Billion and the users prefer using smartphones instead of desktop. This data shows that […]

General
June 21, 2019
331 views 23 secs 0

Continuous Integration with Jenkins

The efficiency of the software development life cycle is what differentiates a successful app delivery to a faulty one. The industry is emphasizing on the need to increase the productivity of the development process with speedy deployment. This can be achieved with continuous integration and continuous delivery. In agile development, there is a constant need […]

General
June 20, 2019
377 views 21 secs 0

How to run Jmeter scripts by Taurus and Jenkins?

As part of CI/CD process we can integrate JMeter with Jenkins and execute the scripts as explained in the tutorial. Another way to integrate JMeter in Jenkins is by using Taurus, an open source test automation framework for easily running performance tests. Taurus, an open source test automation tool that extends and abstracts JMeter, and […]

General
June 19, 2019
398 views 20 secs 0

How to run JMeter scripts in Jenkins?

Jenkins  is an open source automation server written in Java. Jenkins helps to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery. As performance testers, we contribute to our development team by easing the execution of performance tests. The goal is to integrate testing to […]

General
June 18, 2019
446 views 26 secs 0

Reading/Sending email by Selenium

Selenium is one of most widely used popular tool for automation testing. we can use selenium to read email body attachment or to send the email with help of Java Mail Jars. Sending email through Java with SSL / TLS authentication The JavaMail API defines classes which represent the components of a mail system. JavaMail […]

General
June 11, 2019
343 views 30 secs 0

5 Benefits of Parallel Testing

These days software firms are putting in a lot of effort to attain quality at speed. Whether it’s continuous testing, agile or bringing AI into automation, it is required to refine the software development process to keep up with the rapid technological changes. The best way to do that is to adopt practices like parallel […]

General
June 05, 2019
334 views 34 secs 0

iOS 13: New Features And Their Impact On The Apps

The fans were waiting for the next iOS release and in the WWDC 2019, iOS 13 beta was launched. With the launch of the new iPhone in September 2019, iOS 13 will deliver a deluge of features to your iPhone to take on the Android Q. At the annual Worldwide Developers Conference in San Jose, […]

General
June 01, 2019
439 views 24 secs 0

How Run Selenium Tests in Jenkins Using Maven

Jenkins is the leading open-source continuous integration tool developed by Hudson lab. It is cross-platform and can be used on Windows, Linux, Mac OS and Solaris environments. Jenkins is written in Java.it has taken the place as one of the best open-source tools that allow continuous integration and build management. A quick summary of this […]

General
May 29, 2019
415 views 16 secs 0

Run Apache JMeter load tests with Azure DevOps

DevOps is a practice that unifies people, process and technology across development and IT in five core practices: planning and tracking, development, build and test, delivery and monitoring and operations. When practicing DevOps, development, IT operations, quality engineering and security teams work closely together—breaking down practices that were once siloed. Apache Jmeter is most widely […]