Selenium training n chennai - PowerPoint PPT Presentation

About This Presentation
Title:

Selenium training n chennai

Description:

Selenium Training in Chennai Greens Technology, Rated As Best Selenium training institute in Chennai. We provide Selenium training in Chennai with real time projects and 100% Assured Job Placements. Learn Selenium Testing course in Chennai with the most experienced trainers in the field. Awarded as the Best Selenium Training Center in Chennai - Located in Adyar, Anna nagar, OMR, Velachery and Tambaram. Our Selenium with Appium course syllabus includes Selenium Architecture, Selenium WebDriver 3.0, Waits, TestNG, Jenkins, Page Object Modeling [POM], Locating Techniques, AutoIT, Sikuli, Page Object Design Pattern, mobile testing with Appium and Selenium Grid and more with Live Projects – Hands on 80 hours training on Live Selenium Project – PowerPoint PPT presentation

Number of Views:31
Slides: 16
Provided by: anisharishika
Category:

less

Transcript and Presenter's Notes

Title: Selenium training n chennai


1
(No Transcript)
2
What are the Default package of java, CONTROL
STATEMENT,LOOPING,programs using conditional
statements (EVEN NUMBER AND ODD NUMBER) to
learn Selenium??
3
Selenium Training in Chennai
  • Greens Technology, Rated As Best Selenium
    training institute in Chennai. We
    provide Selenium training in Chennai with real
    time projects and 100 Assured Job Placements.
  • Learn Selenium Testing course in Chennai with the
    most experienced trainers in the field. Awarded
    as the Best Selenium Training Center in Chennai
    Located in Adyar, Anna nagar, OMR, Velachery and
    Tambaram.
  • Our Selenium with Appium course syllabus includes
    Selenium Architecture, Selenium WebDriver 3.0,
    Waits, TestNG, Jenkins, Page Object Modeling
    POM, Locating Techniques, AutoIT, Sikuli, Page
    Object Design Pattern, mobile testing with Appium
    and Selenium Grid and more with Live Projects
    Hands on 80 hours training on Live Selenium
    Project
  • The Selenium with Appium training in Greens
    Technology are designed for beginners with little
    or no automation experience. If you are new to
    testing first take the Software Testing course

4
Default package of java
  • lang
  • ctrl2àLà this shortcut is used to find the data
    type Syntax to get the values from the user
  • byteànextByte()
  • ShortànextShort()
  • intànextInt()
  • longànextLong()
  • floatànextFloat()
  • doubleànextDouble()
  • charànext().charAt(0)
  • Stringànext()
  • StringànextLine()
  • booleanànextBoolean()

5
(No Transcript)
6
  • String
  • nextLine() is used to include space
    String.ssc.nextLine()
  • WRAPPER CLASS
  • Classes of data types is called wrapper class
  • It is used to convert any data type into object
  • All classes and wrapper classes default value is
    Null
  • CONTROL STATEMENT
  • if
  • if.else
  • else.if
  • variable nameà camel notation
  • Difference between and à
  • is used to assigning the value
  • is used for condition checking

7
Example Program
  • public class IfCondition
  • public static void main(String args)
  • int empID20
  • if(empID20)
  • System.out.println(valid)
  • else 
  • System.out.println(not valid)
  • Outputà valid
  • More than one condition we use for
  • logical ,//à logical check first condition
    if its fail it doesnt check second 2.Bitwise
    ,/à bitwise is check both conditions
  • So logical is better than bitwise

8
LOOPING
  • for
  • while
  • while
  • For
  • Example Program
  • public class ForLoop 
  • public static void main(String args)
  • System.out.println(Start)
  • for (int i 1 i lt 3 i)
  • System.out.println(i)
  • System.out.println(End)

9
output
  • Start
  • 1
  • 2
  • 3
  • End

10
Inner for loopExample Program
  • public class InnerForLoop
  • public static void main(String args)
  • for (int i 1 i lt 5 i)
  • for (int j 1 j lt 6 j)
  • System.out.print(i)
  • System.out.println()
  • Output
  • 111111
  • 222222
  • 333333
  • 444444
  • 555555
  • Printlnà printline

11
Break
  • It will exit from the current loop
  • Example Program
  • public class InnerForLoop
  • public static void main(String args)
  • for (int i 1 i lt 10 i)
  • if (i 5)
  • break
  • System.out.println(i)
  • Output
  • 1
  • 2
  • 3
  • 4

12
FREE Demo SessionTry two FREE CLASS to see for
yourself the quality of training.Our Selenium
Training in Chennai
  • Greens Technology is recognized for its Selenium
    Training in both retail and corporate market. We
    have trained above 28,000 students exclusively on
    QTP and Selenium in last 7 years.All our
    trainers expertises on both development and
    training which helps us deliver project based
    training.
  • Our wonderful Selenium training team lead by Mr.
    Velmurugan who is working in a leading MNC,
    researching and automating web applications for
    last 10 years and contributing to the
    best Selenium training in Chennai.
  • All our trainings focuses on practical than
    theory model. We provide hands-on training
    experiencewhich helps you test web applications
    easily at the end of the training program.

13
(No Transcript)
14
(No Transcript)
15
  • Do not wait anymore!
  • Call Us _at_ 89399 15577 to know more about SELENIUM
    Training in Chennai. You can also contact us by
    clicking the link on this page to know more about
    the SELENIUM Course in Chennai
Write a Comment
User Comments (0)
About PowerShow.com