Showing posts with label Online Training Provider. Show all posts
Showing posts with label Online Training Provider. Show all posts

Monday, April 13, 2020

Download, Install & Configuration of WebDriver with eClipse

Follow Below Steps to Configure Selenium from Scratch in New Machine as Well 

Step 1> We need to download the eClipse to write the script using Java and Selenium Libraries.


Download eClipse Complete Package by Going to Below URL.

https://www.eclipse.org/downloads/

Download Complete Package by Clicking below Link, Instead of Installer file for Smooth Installation.



Unzip that downloaded package and Open 'eclipse.exe' file inside the folder.


2> Now we need to install JAVA into the System if Not.

Download the Java by Creating Oracle account for free:


Or Directly from below link:


Watch YouTube Video: JAVA INSTALLATION & CONFIGURATION




Note: Make sure you have correct configuration for 'System Environment Variables'.

3> Now download 'Selenium Java Jars' Libraries files from the official side of Selenium.

Download Link: https://www.selenium.dev/downloads/


Unzip it and placed in separate folder.


4> Add Selenium Jars to Your Project under Libraries Section.

Right Click on Project >> Build Path >> Configure Build Path >> Libraries>> Add External Jars >> Add All Selenium Jar Files

Follow below 1 to 8 Steps and Configure Selenium with eClipse.


Note: If you do not find Class Path in step 3, then no need to worry select root folder over there and import Jar files as per other steps.

5> Download respective browser driver for your testing. 

Note: Check the browser version before downloading, otherwise it will give you an error for version compatibility issue while running your test.

Download Link: https://www.selenium.dev/downloads/

You can select your specific browser and click on Documentation link.

Below link for the chromedriver:

https://sites.google.com/a/chromium.org/chromedriver/




😀 TIME TO IMPLEMENT the Same IN YOUR ECLIPSE NOW 😀

Next Suggested Topics



Selenium WebDriver Introduction

Selenium WebDriver is a web automation framework that allows you to execute your tests against different browsers, not just Firefox (unlike Selenium IDE).

  • WebDriver also enables you to use a programming language in creating your test scripts.
  • You can now use conditional operations like if-then-else or switch-case.
  • You can also perform looping like do-while.
  • Selenium WebDriver works by making calls to the browser & then performing testing or operations on the browser. 
  • Different browser drivers are used for making calls to different browsers.
  • Such as Chrome Driver, Gecko Driver, etc. The call is made by writing scripts.

QA Automation with Selenium Java Syllabus

Who can take this course ?


  • Manual Tester
  • Non IT Candidate, Who want to Jump into IT
  • Fresh Graduates from College
  • Job Seekers
  • Who wants to learn coding from beginner level

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

Basic of Automation  



  • What is Automation Testing?
  • Why Automation Testing Required?
  • Difference Between Manual and Automation Testing
  • What we need to consider to select Automation Test Cases
  • Tools and Technologies for Automation Testing

Java Programs 



  • What is Java?
  • Why we choose Java over Other Programming Language?
  • OOPS Concepts with Example
  • Accessing modifiers – Public, Private, Default, Protected
  • Overloading and Overriding Functions
  • Looping Statements
  • Methods and Constructors
  • Java Collections (HashTable & HashMap)
  • Installation & Configuration with eClipse
  • Java Programs (30 Programs to Understand Concepts)

Web Technologies



  • Basic of HTML
  • Basic of XML
  • Basic of DOM
  • Basic of CSS
  • Basic of Javascripts

Selenium Family Tree


  • Selenium History Overview
  • Why we choose Selenium over Other Tools?
  • Limitations of Selenium
  • Introduction of Selenium IDE
  • Introduction of Selenium RC
  • Why Selenium RC got depreciated?

Selenium IDE



  • Download and Installation
  • Record and playback techniques
  • Modifying the script using IDE
  • Convert the IDE script into RC script
  • Validate the locator value using IDE

Selenium WebDriver - Part 1


  • Introduction of Selenium WebDriver
  • Understanding of WebDriver Architecture
  • Difference between WebDriver | IDE | RC
  • Download, Install & Configuration of WebDriver with eClipse
  • Download the Browser Drivers  

Selenium WebDriver - Part 2



  • Locators & in Selenium
  • Understanding about Web Elements
  • Understanding about different types of Locators
  • XPath explanation with Example
  • CSS explanation with examples

Selenium WebDriver - Part 3



  • Commands in Selenium
  • Different Type of Common Commands
  • Browser Specific Commands
  • Navigation Commands
  • Web Element Commands
  • Simple Program to Login Using Selenium Script
  • Implicit Wait & Explicit Wait & Fluent Wait
  • FindBy Element VS FindBy Elements

Selenium WebDriver - Part 4



  • Working with Multiple Windows
  • Working with Javascripts
  • Working with Alerts
  • Working with Action Class (Mouse/Keyword Action)

Selenium WebDriver - Part 5
  • Working with Dynamic Web Tables
  • Working with All/Broken links
  • Working with Dropdown
  • Taking Screenshots using Selenium

Selenium Grid


  • Introduction of Selenium Grid
  • Installation and setup of Hub and node
  • Script changes for Selenium grid execution
  • Simple script execution using grid
  • Parallel execution using grid

POM (Page Object Model)


  • Understanding of POM
  • How to implement POM in Selenium
  • Advantages of POM
  • What is Page Factory?

TestNG Explanation - Part 1


  • What is TestNG?
  • Why TestNG Required?
  • Configuration with eClipse
  • TestNG Annotations
  • TestNG.XML Understanding

TestNG Explanation - Part 2


  • Parallel Testing using TestNG
  • Groups and Priority Keywords
  • Parameterization in TestNG
  • dependsOnMethods, 
  • expectedExceptions, 
  • invocationCount
  • Basic of Listeners (ITestListener)

Maven Build Automation Tool


  • What is Build?
  • What is Build Process?
  • What is Maven?
  • Different Challenges in SDLC 
  • Benefits of Using Maven
  • Download or Configure the Maven
  • Type of Repositories of Maven
  • POM.XML
  • Maven Working Model
  • Maven Phases
  • Maven Build Life Cycle

Cucumber – BDD Framework : Part 1


  • What is BDD?
  • What is Cucumber?
  • Advantages of Cucumber
  • Prerequisites for Environment Setup
  • Maven POM.xml Dependencies

Cucumber – BDD Framework : Part 2


  • Cucumber Options
  • DDT 1 – Scenario 
  • DDT 2 – Scenario Outline – Example Keyword 
  • DDT 3 – Scenario – DataTable Keyword

API Testing : Part 1


  • What API?
  • What is Web Services?
  • Benefits of API
  • What is API Testing?
  • Output Type of API Test
  • Test Cases for API Testing

API Testing : Part 2


  • Type of API
  • Rest vs SOAP
  • API Testing vs Unit Testing
  • Best Practice of API Testing
  • Types of Bugs in API Testing
  • API Testing Tools
  • Challenges in API Testing
  • Postman API Test Case

API Testing : Part 3


  • What is Rest Assured?
  • Configure with eclipse
  • Automation API Testing Practical

Database Testing - Backend Testing


  • MySQL Workbench
  • DDL, DML, DCL
  • Common Queries 
  • Different Joins
  • SQL Functions
  • Store Procedures
  • Database & Backend Testing Approach
  • JDBC Driver configuration


GIT & GIT Hub


  • GIT 
  • GIT Hub
  • Setup & Configuration with eClipse Projects
  • Common Commands
  • Project Experience and Flow understanding
  • Source Control Management

JIRA


  • Project Management
  • Project Flow Understanding
  • Tester Role for Bug raising
  • SDLC & Agile Quick view
  • JIRA Setup Trail
  • JIRA hand-on lab

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Unique from SLT Learning



  • Assessment after Each Sessions
  • Practical Mini Project After Training
  • Competitive Exam to Avail Certification
  • One-One Discussion about Challenges
  • Free Demo Sessions


Duration of Course: 70 Hours


Our Trainers provide complete freedom to the candidates, to explore the subject and learn based on real-time examples. Our trainers help the candidates in completing their projects and even prepare them for interview questions and answers. Candidates are free to ask any questions at any time.


  • More than 10+ Years of Experience.
  • Trained more than 300+ candidate in a year.
  • Strong Theoretical & Practical Knowledge.
  • Certified Professionals with High Grade.
  • Well connected with Hiring HRs in multinational companies.
  • Expert level Subject Knowledge and fully up-to-date on real-world industry applications.
  • Trainers have Experienced on multiple real-time projects in their Industries

Benefits from SLT Course:


  • Individual Focused in Group Sessions
  • Practical Projects after the Training
  • Career oriented with Professional Trainers
  • Resume rewriting and guidance
  • Interview Cracking Tips & Tricks
  • Lower cost 
  • More comfortable learning environment from your space
  • More interaction and greater ability to concentrate
  • 100% Proven Records & Candidate Satisfaction
  • Immersive course curriculum designed by SMEs
  • Practice tests and project work
  • Mock interview sessions
  • Job assistance
You will be entitle with below CERTIFICATE after Successful Completion of Course !!!


Saturday, April 11, 2020

QA Manual Testing - Interview QA : Part 1

Software:- Software or application is a set of instructions or programs instructing a computer to do specific tasks.

Type of Software

  1. System Software: - Drivers, Operating System etc.
  2. Programming Software:- Debugger, Compiler, Interpreter
  3. Application Software:- User Specific, Banking Software, Healthcare Software

Project & Product

Project:- Application or Software created specific to customer to achieve specific goal that we can consider as Project. A project is a temporary endeavour that is undertaken to create a unique product or service. It has fixed period to achieve. Example: In-House Attendance System.

Product: Application or Software created for multiple customer by keeping functionality in general for all. This can be used by anyone based on his or her business need. Example: MS Office, eclipse etc.

Software Testing:

Software testing is an activity to check whether the actual results match the expected results and to ensure that the software system is Defect free.

Quality:- Quality means anything, which satisfied business or individual need based on their function & features.

  • Bug Free
  • Easy to use
  • Meet the exceptions
  • Good Design and Functionality
  • Reliable and Consistence
  • Value of Money

Quality Standard: - ISO 9001, ISO 9004

ISO: International Standards Organisation


SDLC: - Software Development Life Cycle

SDLC is a process followed for a software project, within a software organisation. It consists of a detailed plan describing how to develop, maintain, replace and alter or enhance specific software. The life cycle defines a methodology for improving the quality of software and the overall development process.


Stage 1: Planning and Requirement Analysis

Requirement analysis is the most important and fundamental stage in SDLC. It is performed by the senior members of the team with inputs from the customer, the sales department, market surveys and domain experts in the industry. This information is then used to plan the basic project approach and to conduct product feasibility study in the economical, operational and technical areas.

Stage 2: Defining Requirements

Once the requirement analysis is done the next step is to clearly define and document the product requirements and get them approved from the customer or the market analysts. This is done through an SRS (Software Requirement Specification) document which consists of all the product requirements to be designed and developed during the project life cycle.

Stage 3: Designing the Product Architecture

SRS is the reference for product architects to come out with the best architecture for the product to be developed. Based on the requirements specified in SRS, usually more than one design approach for the product architecture is proposed and documented in a DDS - Design Document Specification.
This DDS is reviewed by all the important stakeholders and based on various parameters as risk assessment, product robustness, design modularity, budget and time constraints, the best design approach is selected for the product.

Stage 4: Building or Developing the Product

In this stage of SDLC the actual development starts and the product is built. The programming code is generated as per DDS during this stage. If the design is performed in a detailed and organised manner, code generation can be accomplished without much hassle.

Stage 5: Testing the Product

This stage is usually a subset of all the stages as in the modern SDLC models, the testing activities are mostly involved in all the stages of SDLC. However, this stage refers to the testing only stage of the product where product defects are reported, tracked, fixed and retested, until the product reaches the quality standards defined in the SRS.

Different Level of Testing we do in this Phase:
  • Unit Testing
  • Integration Testing
  • System Testing
  • UAT Testing
Stage 6: Deployment in the Market and Maintenance

Once the product is tested and ready to be deployed it is released formally in the appropriate market. Sometimes product deployment happens in stages as per the business strategy of that organisation. The product may first be released in a limited segment and tested in the real business environment (UAT- User acceptance testing). Then based on the feedback, the product may be released as it is or with suggested enhancements in the targeting market segment. After the product is released in the market, its maintenance is done for the existing customer base.