WordPress is very popular framework and most site using wordpress for easy to customisation and it’s provide easy to use plugins. WordPress is freely available … Read more “Find and fix security vulnerability in wordpress”
Katalon Studio for Web Testing
Katalon Studio was developed with the keyword driven approach as the primary test authoring method with data-driven functionality for test execution. The main scripting language … Read more “Katalon Studio for Web Testing”
How to Configure and Run Jmeter Script by Jenkins for Windows and Ubuntu
Step-1 Firstly, Download and Install the Jenkins. Download latest version from Jenkins official site https://jenkins.io/download/ The next step is to download the Performance Plugin for … Read more “How to Configure and Run Jmeter Script by Jenkins for Windows and Ubuntu”
JDK & JRE Easy Installation Steps for Ubuntu
Step 1- Open the terminal window by CTRL+ALT+T. Install the default JDK by the following command and press enter. Wait for the file to completely … Read more “JDK & JRE Easy Installation Steps for Ubuntu”
What is Scrum method in Agile Methodology
Agile methodology for software development: First of all we should know about methodologies to develop an application. There are many methodologies or approaches used to … Read more “What is Scrum method in Agile Methodology”
How to Test Payment Getaway Plugin in Prestashop Ecommerce
Below tests need to be executed before release. Basic Tests:- Verify that plugin is installable. Verify that plugin is configurable. Verify all mandatory fields (Like- Merchant … Read more “How to Test Payment Getaway Plugin in Prestashop Ecommerce”
How to Test Payment Getaway Plugin in Magento Ecommerce
Below tests need to be executed before release. Basic Tests:- Verify that plugin is installable. Verify that plugin is configurable. Verify all mandatory fields (Like- Merchant … Read more “How to Test Payment Getaway Plugin in Magento Ecommerce”
Basic Tests for the shopping cart and checkout flow in a E-commerce.
Most E-commerce Websites share a general common theme and structure in which the shopping cart and checkout flow are the most important part. Below are … Read more “Basic Tests for the shopping cart and checkout flow in a E-commerce.”
Jenkins – Installing and setting up continuous integration tool
What is Jenkins? Jenkins is a powerful application that allows continuous integration and continuous delivery of projects, regardless of the platform you are working on. … Read more “Jenkins – Installing and setting up continuous integration tool”
How to be a tester to a smart tester ?
We know time is changing and we can feel with it. Technology is improving every day and showing new ways to live our life. As … Read more “How to be a tester to a smart tester ?”
Unit and functional testing in php yii2 framework
There are plenty of ways to test your application. The most popular paradigm is Unit Testing. As for web applications, testing the controller, or model … Read more “Unit and functional testing in php yii2 framework”
Different Types Of Wait in Selenium Web Driver
Sometime our test fails due to page was not loaded with all element because of slow internet connection or may be the poor response time. … Read more “Different Types Of Wait in Selenium Web Driver”
V Model of Testing
To understand the V model, let’s first understand what is verification and validation in software. Verification:- “The process of evaluating documents / work-product of a … Read more “V Model of Testing”
HOW TO WORK WITH SIKULI TOOL
HOW TO WORK WITH SIKULI TOOL :- 1. To work with sikuli first we have to download the sikuli setup.jar from the link given below: … Read more “HOW TO WORK WITH SIKULI TOOL”
Continuous Integration with Jenkins, Maven and TestNg with Github on Linux/Ubuntu
First, Download the jenkins and install. 1. Download latest War file from the jenkins main site http://jenkins-ci.org/ 2. Open Terminal and go to download … Read more “Continuous Integration with Jenkins, Maven and TestNg with Github on Linux/Ubuntu”
Setup Maven and TestNg with Selenium on jenkins server with Git
1.Run Apache server and run http://localhost:8080/jenkins/ 2. Install Maven 3 by below commands 3.Go to Manage Jenkins Displayed a button that “Setup Security” Click on … Read more “Setup Maven and TestNg with Selenium on jenkins server with Git”
All About Software Testing : Chapter 1- Intro
Testing has been an integral part of SDLC, it is an exponentially growing vertical of web and software Development. We are starting a blog series … Read more “All About Software Testing : Chapter 1- Intro”