FEATURE
on Sep 26, 2019
608 views 21 secs

Selenium Grid is a powerful tool for testing web applications across browsers and operating systems, but incorporating it into a Continuous Integration pipeline can be frustrating. Integrating the Grid with a CI/CD server is complex, and a misstep during setup can lead to unreliable test errors, and down that path lies madness.Selenium Grid plugin for […]

FEATURE
on Sep 26, 2019
507 views 16 secs

Jenkins Pipeline is an important Jenkins feature for creating and managing a project in Jenkins. This is opposed to the traditional way of creating a Jenkins project by using the Jenkins GUI. When running your open-source load test, Jenkins Pipeline enables resilience, execution control, advanced logic and Version Control management. This blog post will explain how […]

FEATURE
on Sep 26, 2019
535 views 25 secs

Jenkins is a cross-platform, continuous integration and continuous delivery application that can be used to build and test your software projects continuously making it easier for developers to integrate changes to the project and making it easier for users to obtain a fresh build, which in turn increases your productivity. When you are working on […]

FEATURE
on Sep 23, 2019
613 views 22 secs

Taurus is an open source automation framework for running various open source load testing tools and functional testing tools. Taurus supports Apache JMeter, the most popular open source load testing tool, Selenium, Gatling, The Grinder, and others Containers are virtual “boxes” inside machines that run the programs installed on them (and only the programs installed on […]

FEATURE
on Sep 20, 2019
658 views 18 secs

Selenium is a suite of tools that includes: Selenium IDE, Selenium WebDriver, Selenium Grid and Selenium Standalone Server. Selenium is a tool for automating browsers, which means that Selenium makes browsers execute commands according to your scenario. This is why it’s the perfect tool for web application testing, but you are not limited to just that. Selenium WebDriver is […]

FEATURE
on Sep 19, 2019
467 views 28 secs

While there is a substantial increment in the mobile apps market share, web apps are still prevalent with a significant user base. Enterprises are focusing on the quality at speed when it comes to web apps, before deployment. This is where testing has an important role to play. UI testing is still mostly a manual […]

FEATURE
on Sep 12, 2019
484 views 30 secs

Quick Links: Basics of Appium Mobile Testing Appium Setup for Windows Writing The First Appium Test Automation Script (Android) Starting Appium Server and launching the app from code How To Install Appium On A Mac Machine In the last blog in this series we learned how to start the Appium server and launch app from […]

FEATURE
on Sep 9, 2019
489 views 31 secs

In our previous blogs we talked about what a kiosk is and how these devices are surging in popularity today. We have also discussed some of the key strategies for kiosks that will keep customers coming back to your brand, product, or service, every time. In this blog, let’s dig deeper into the nuts and […]

FEATURE
on Sep 3, 2019
509 views 15 secs

With the proliferation of mobile devices in enterprises, MDM platforms are now used to secure enterprise data and infrastructure. It is also used to authenticate access to enterprise resources securely. MDM (Mobile Device Management) slowly evolved to UEM (Unified Endpoint Management) to manage all enterprise endpoints such as Android devices, iOS devices, Windows PCs and […]

FEATURE
on Sep 3, 2019
521 views 29 secs

Test cases are the first step in any testing cycle and are very important for any project. If anything goes wrong at this step, the impact gets proliferated in the entire software testing process. This can be avoided if the testers use proper procedure and guidelines while creating the test case template. In this blog, […]