Wednesday, May 27, 2020

Real Scenario of API Automation with Karate framework

Karate is the only open-source tool to combine API test-automation, mocks and performance-testing
into a single, unified framework.

Karate Framework for REST API Automation

There is a new testing framework out there called Karate that is build on top of the popular Cucumber framework.

Selenium With Cucumber Using Maven Complete Tutorial

Cucumber tool is based on the Behavior Driven Development framework

Monday, May 25, 2020

Saturday, May 23, 2020

Handling of hidden webelements in Selenium Webdriver

In Selenium webdriver you will get many scenarios where you will find hidden elements and when you try to perform any operations then you will get the exceptions. You will get Element not visible exception which will terminate the program.

Drag and Drop Operation using Selenium WebDriver

“Drag and Drop” is mouse operation which means grabbing a WebElement and dropping it at another location. 

Friday, May 22, 2020

Alert & Popup Window Handling in Selenium WebDriver

Alert is a small message box which displays on-screen notification to give the user some kind of information or ask for permission to perform certain kind of operation.

Window Handling – Working With Multiple Windows

Selenium WebDriver has  switch from one frame to another or to switch from one browser window to another in any web application.

MOUSE HOVER ACTIONS IN SELENIUM WEBDRIVER

A mouse hover is also called as hover. 

Wednesday, May 20, 2020

Handling of DropDown using Selenium Webdriver

Handling of Dropdown:
Selenium provides us with a “Select”  class to perform operations on dropdown. This class can be found under the Selenium’s Support.UI.Select package.

Automate me

Hey guys, Here you will  practice Page object model framework, Cucumber framework. Automate this page to  learn here text box, check box, drop down, hover, locator, comment, test case, Scenario:

Tuesday, May 19, 2020

TestNG Annotations In Selenium With Examples

TestNG, as most of you know, is an automation framework widely used in SeleniumIt is important for all testers to understand the annotations.

Monday, May 18, 2020

Wait commands in Selenium WebDriver

In automation testing, wait commands direct the test execution to pause for a certain length of time before moving onto the next step. This enables WebDriver to check if one or more web elements are present/visible/enriched/clickable, etc.

Automating Web UI - Check Boxes and Radio Buttons:

 Selenium WebDriver supports the checkbox element using the WebElement interface
Automating Web UI - Check Boxes and Radio Buttons:  

One page - A Complete guide to become a Professional Selenium Engineer

Selenium is an umbrella project for a range of tools and libraries that enable and support the automation of web browsers. It is one of the most popular automation tools.

Mastering of XPath with in Selenium

How to Identify Dynamic Web Elements?

  1. Absolute Path method
  2. Use Relative XPath using contains or starts with text

Creating Monthly Sprint Board on Visual Task board for Business Analyst

A Scrum Board is a tool that helps Teams make Sprint Backlog items visible.

Learn Selenium Automation Real time Scenario In one page from Scratch for beginner


Selenium automates the browsers. Selenium is an open source testing Framework for web based applications. It works based on Selenium IDE which reduces efforts to work on scripts.

Sunday, May 17, 2020

Build a Jenkins Pipeline | DevOps CI/CD Training

Jenkins Pipeline (or simply "Pipeline" with a capital "P") is a suite of plugins which supports implementing and integrating continuous delivery pipelines into Jenkins. Jenkins for Continuous Integration and Continuous Deployment which make it easier for developers to integrate changes to the application, and to schedule various jobs that are supposed to run on a nightly batch. 

Saturday, May 16, 2020

Bug Life Cycle and Defect reporting Tool BUGZILLA

A Defect life cycle, also known as a Bug life cycle, is a cycle of a defect from which it goes through covering the different states in its entire life.

Real time Banking writing Test Cases Scenario from FRS (use cases, flow diagram) for Mannual tester

TEST CASE is a set of actions executed to verify a particular feature or functionality of your software application. Tester writes a test case on excel, HP-ALM, Zephyr.

Full Writing a test cases by using FRS ( Flow diagram and use cases)

An FRS helps developers to understand what product they are supposed to create, and software testers get a better understanding of different test cases and scenarios

Real Time Test Case for Professional Manual QA Tester Scenario

A test case has components that describe input, action and an expected response, in order to determine if a feature of an application is working correctly. Here is a real time scenario of  writing test case.

Friday, May 15, 2020

Real Time BRS (BRD), FRS(FRD), Test Plans and test case For BA and QA

Business Analyst Collect requirements with interaction of client.The collected Information will be Documented as BRS (Business Requirement Specification Or URS (User Requirement Specification) OR CRS (Customer Requirement Specification ) 
BRS is the First document prepared in SDLC Phase . Here is a real time Test cases created from FRS.

END TO END Manual QA TRAINING

MANUAL TESTING is a type of Software Testing where Testers manually execute test cases without using any automation tools. This material helps to become a  Professional Manual tester.

Thursday, May 14, 2020

Real Time Manual Software Testing +Agile for beginners With Interview Question

Manual testing is the process of manually testing software for defects.Testing Method:  It follows two methods to validate an application. They are 1. Manual testing and 2. Automation testing.

Monday, May 11, 2020

Real time Creating IDEA and Demand for letter and signature in Agile Process

In scrum, a product represents functionality that a product owner has identified as important to customers. A  client send a demand and BA needs to create the idea for further process.

Sunday, May 10, 2020

Building an Daily Case Worker - Setup Toad Automation Script

Building an Daily Case Worker - Setup Toad Automation Script:
Toad Data Point provides an automation utility to easily script database activities

Saturday, May 9, 2020

End to End API (REST/SOAP) Testing using JMeter with Real Examples Get certificate


Apache JMeter is an open source tool for performance testing. It is widely also used for functional testing of API services. This course will teach how test Web services (REST/SOAP) using JMeter.

Friday, May 8, 2020

Complete Professional Agile Manual QA Certified Course by ICTQB

1. The Test Analyst’s Tasks in the Test Process
  • Introduction - • Test planning • Test monitoring and control • Test analysis • Test design • Test implementation • Test execution • Test completion
  • Testing in the Software Development Life cycle

Complete Professional Advanced Test Automation Engineer Certified Course by ICTQB

Guys join a certified program 

Certified Performance Testing Complete Material - ASTQB

Hi, Guys You can certified by ASTQB and work freely as a professional performance tester. This professional performance testing material gives complete knowledge.

Thursday, May 7, 2020

Real time Story and Project Creation on Visual Task Board:


Visual Task Boards (VTB) transform the navigation of lists and forms into an interactive graphical experience. A user story is the smallest unit of work in an agile framework.
User Stories are Product Backlog Items that are descriptions of functionality. The User Story always takes the form: "As a ______ I want to ___________ so that I can ______.". And QA writes a test case from user story, where as developer starts developing application.

Wednesday, May 6, 2020