Selenium Integration with Xray JIRA

Selenium is a popular open-source(free) web-based automation tool.It allows test automation of web-apps or websites across different browsers & operating systems. It also offers compatibility with multiple programming languages such as Java, JavaScript, Python, C# and more, allowing testers to automate in any programming language. Due to various […]

JMeter : Fetching Code From Email

JMeter performance testing is the process of testing the performance of a web application using JMeter. As open-source, Java-based software, JMeter can also be used for functional testing and load testing. When you want to load test user registration scenario where your entered an email ID then a […]

UFT Customized HTML Reports

Micro Focus Unified Functional Testing (UFT), formerly known as QuickTest Professional (QTP) is software that provides functional and regression test automation for software applications and environments. UFT automates functional tests by recording the actions of a user on the system under test and replaying the actions on demand […]

Selenium integration with ALM

In terms of QA , ALM ( application life cycle management ) is widely used test management tools where test cases are written , executed and result uploaded . Test result uploading in ALM is one of main challenge when tests are executed through the automation tool like […]

UFT Parallel Test Execution

Parallel testing concurrently tests multiple applications or components of an application in order to reduce overall test execution time and to increase test coverage. Now UFT also support parallel test execution with the version 14.03 .UFT got capability to run parallel testing on mobile. Use the ParallelRunner CLI […]

UFT Integration with Jenkins

CI-CD Pipeline implementation of the Continuous Integration/Continuous Deployment software is the backbone of the modern DevOps environment. Most of the organization using DevOps practices and using Jenkins. Jenkins is a open source CI tool which can be used to execute the UFT tests. Jenkins is a Continuous Integration tool which […]