TestNG reporting tool is of the most common and frequently used tool with Selenium Webdriver. So, every tester must have a detailed knowledge about this tool. TestNG report can be customized using the different types of Listener. It helps pass the proper message in execution report, so that anyone can easily understand it. TestNG provides Read more…
Monthly Archives: December 2015
Gantt chart: A Project Management Tool
Project management is an approach of projecting or planning, organizing, dividing tasks, allocating resources, assigning tasks, and meeting deadlines. In order to achieve this, there are many online and offline tools. Gantt chart is one of the most popular and useful tools used in project management. Gantt chart is a horizontal bar chart, developed as Read more…
How to Retry a Failed Build in Jenkins?
Retry builds after failure in Jenkins Open Jenkins using the URL: http://localhost:8080/ on any browser. 2. Click the ‘Manage Jenkins’ menu displayed on the right side of the screen. You will be redirected to the ‘Manage Jenkins’ page, where you need to select the ‘Manage Plugins’ option. 3. Click on ‘Available’ once you are at Read more…
How to configure JMeter and Mobile Device to Record Scripts for Native App in it?
The JMeter caters the need to load test functional behavior and measure performance. JMeter can be used for mobile performance testing along with the desktop web application. It provides features to prepare and run our mobile specific performance test scripts. In order to configure JMeter and mobile device to record scripts for native app in Read more…
How to Manage Test Cases with Test Rail?
Introduction From past few years, agile process became the core of the software development process. In this process every phase of the software development life cycle (SDLC) moves in parallel. Requirements pushed by client, development corresponding to the requirements, and testing on the developed section all goes in parallel streams. Testing team is responsible to Read more…
Is Testing a Necessity or a Burden?
Each one of us get an idea to innovate something new in life every time we try and get back to sleep in the night, but very few chase it down the moment they get up the next morning (or might not have slept as “Dreams don’t let you sleep”). There is a process that Read more…
How to Sync the Latest Code From Perforce Repository Using Jenkins?
Scenario Suppose you are running your scripts on client Machine or VM machine. In that case you have to always sync the latest code on the target machine manually. However, if you are using Jenkins, then you can implement and sync the latest code easily before running the scripts. Steps Go to the target machine Read more…
How to Create an Executable JAR file and Use it to Run the Main Method?
Objective To cover basic concept of GRADLE to run the main method of Java program by: Creating an executable jar file of the project Run the main method using executable jar file Why should we prefer executable Java Archive (JAR) file? Some of the benefits of using Java Archive (JAR) file are given below. It Read more…
GitHub for Windows: An Easier Way to Maintain the ‘Home‘ Modules
Creating a new account in GitHub 1. Open the following URL to create a new account in GitHub: https://github.com/ 2. Click on the ‘Sign up’ button. 3. Create a new account on GitHub 3.1) Enter a unique username. 3.2) Enter a valid email address. 3.3) Then enter a password and confirm it. 3.4) Click on Read more…
Agile Methodology: An Enormous Facelift to Testing
Agile manifesto is not new to the software world anymore; the industry has clinched the agile development methodologies quite well over the last decade. Every organization is adopting agile in varied shapes and forms to align with their business needs to achieve their ultimate goal of being truly receptive to end users and market needs. Read more…