Composite Course covering significant technologies and tools. Don t ever give any chance for your interview to reject you

Size: px
Start display at page:

Download "Composite Course covering significant technologies and tools. Don t ever give any chance for your interview to reject you"

Transcription

1 Composite Course covering significant technologies and tools Don t ever give any chance for your interview to reject you A special exclusive Course package for sure placement Course Contents 1) Manual Testing 2) Test Automation QTP & Selenium 3) Java Programming 4) Python Programming 5) VB Scripting 6) SQL 7) Excel macros 8) JIRA, ALM, SOAP UI, Jenkins etc. 9) Linux introduction & Basic Commands 10) Android Studio Create your first android app

2 Detailed Course Syllabus Manual Testing Software Development Life Cycle (SDLC) : Water Fall Model Spiral Model V- Model Prototype Model Hybrid Model Agile (Scrum, XP). White Box Testing Loop Testing Path Testing Condition testing Memory Testing Performance Testing

3 Black Box Testing Functional Testing Integration Testing ( Incremental Integration Testing ) : Top Down Incremental Integration Testing,Bottom Up Incremental Integration Testing & Non Incremental Integration Testing ) System Testing Acceptance Testing Smoke Testing Exploratory Testing Adhoc Testing Performance Testing ( Load Testing, Stress Testing, Volume Testing, Soak Testing ) GlobalizationTesting (I18N,L10N) Compatibility Testing Regression Testing ( Unit Regression Testing/Retest, Regional Regression Testing, Full Regression Testing ) Software Test Life Cycle (Writing Test Plan, Preparing Traceability Matrix, Writing Test Execution Report/Summary Report, Retrospect Meeting /Triage Meetings), Defect Life Cycle (Difference between Bug, Defect, Failure, Error. Bugzilla (Defect Tracking Tool) Terminologies

4 Testing Terminology SDLC Models Test Life cycle Defect Life cycle Test case Preparation Functional Test Case Preparation GUI Test Case Preparation Test Data Preparation Test case Review Test Case Execution Smoke/Sanity Testing Retesting, Regression Testing Process Bug/Defect Report writing Bug or Defect Reporting and Tracking Test summary Report Preparation Excel using skills Software Development Life Cycle (SDLC) Project Management Requirement Management Special Types of Testing Test Case Design Defect Tracking Testing Metrics Bug Life Cyle Testing Fundamentals

5 Software Testing - Introduction - Importance Seven Fundamental Principles of Testing SDLC Vs STLC Software Testing Life Cycle - STLC explained Testing Interview Questions [mock interviews will be taken] Testing Techniques Equivalence Partitioning & Boundary Value Analysis Decision Table Testing State Transition Diagram Use Case Testing Testing Review Types Of Testing - The Mega List Software Testing Types Adhoc Testing Model Based Testing White Box Testing Black Box Testing etc Test Automation UFT - installation and basic programming Selenium Installation and basic programming

6 Testing Tools Test Management Tools Defect management Tools UFT Automation and VB Scripting Introduction to Automation and QTP What is automation? Why Automation Benefits of Test Automation Where to Begin? What to Automate? Tests that shouldn t be automated Basic Features of QTP Supporting Environments Version history Types of License Built-in features QTP Test Process Planning Generating Basic Tests Enhancing Tests Debugging Tests Running Tests Analyzing Test Results Reporting Defects

7 Key Elements of QTP Test Pane Active Screen Data Table Debug Viewer Missing Resources Information QTP Commands Recording & Running Tests Recording Process Running Process Recording Modes Object Repository Software objects Types of object in QTP Runtime Objects Test Objects Utility Objects Automation Objects Object Repository Types Local Repository Shared Repository

8 Operations on Object Repository Adding Objects Renaming Objects Deleting Objects Associating Object Repositories to an Action Exporting Local Objects Merging Repositories View Options Spying Objects Defining New Test Objects Object Identification configuration Normal Identification Mandatory Properties Assistive Properties Smart Identification Base filter Properties Option filter properties Ordinal Identifier Descriptive programming Advantages of Descriptive Programming Creating Library files using Constants /Collection objects Handling Dynamic Objects Handling duplicate Objects Retrieving Child Objects

9 Methods/Operations (Activate Click, Close, dbl click, Set, Set Secure, Select, Get Visible Text, Get Ro Property, Get Content,Get Items Count, Get Item, Sync, Navigate, Wait Property and Others...) Check points Inserting Check points Standard Checkpoint Text Checkpoint Text Area Checkpoint Bitmap Checkpoint Database Checkpoint Accessibility Checkpoint XML Checkpoint (From Application) Page Checkpoint Image Checkpoint Table Checkpoint Output values Standard Output value Text Output value Text Area Output value Synchronization Inserting Wait Statement Inserting Synchronization Point Increasing Tool Default Synchronization Time Sync method (only for web)

10 Parameterization Data Driven Testing through Loop statements Data Driven Testing through Data Table Importing Test Data from External files (Text and excel Files) Creating a Database, Tables and Entering Data Actions Types of actions Non-reusable Actions Re-Usable actions Environment Variables Built-in Variables User Defined Variables Defining, modifying and associating environment variables Loading Environment file during run-time Virtual Object Configuration Virtual Object Manager Defining a Virtual Object

11 Adding Comments Purpose of Comments Basic Syntax Comment a Block of Statements Uncomment a Block Recovery Scenarios Trigger events Pop-Up window Object State Test Run Error Application Crash Variables VB Script Fundamentals & Features Basic Features of VBScript Crating & Running a Script Data Types, Variables VBScript data types Declaring Variables and Option Explicit Statement Assigning Values to Variables Array Variables Operators Arithmetic Operators Comparison Operators Concatenation Operators Logical Operators Flow Control

12 VBScript Conditional Statements Running a statement if condition is true (Single line Syntax) Running a block of Statements if Condition is true Deciding among several Alternatives (Select Case Statement) Flow Control Do...Loop (Loops while or until a condition is True) While...Wend (Loops while a condition is true) For...Next: Uses a counter to run statements a specified number of times. For Each...Next (Repeats a group of statements for each item in a collection or each element of an array.) Library files Creating Library files Associating Library files Loading Function Libraries Generic Functions Project Specific Functions String Functions Excel Object Model Creating an Automation Object in Excel. Application class Create an Excel file, enter some data and save the file through VB script? Data Driven Testing through an External Excel Sheet

13 Databases Connections ADODB connection Object & Record set Object Test Database Creation & Collecting Test Data Databases Connections (Ms-Access, SQL Server and Oracle) Regular Expressions Understanding & Using Regular Expressions Handling Dynamic Objects Defining Regular Expressions Regular Expression Object Error Handling Methods Error Handling Methods in QTP Synchronization Exist Property Exit Statement On Error Statement On error Goto 0 Recovery scenarios

14 Framework Automation Framework, Types of Framework Creating Folder Structure Creating & Storing Automation Resources Organizing & Managing Resources Generating Driver Scripts Data Driven Framework Test Data Collection Ways of Parameterization Data Driven Framework Keyword Driven Approach Keywords Keyword Driven Approach Creating Functions Creating Test Automation resources Creating Organizer Spread sheet Generating the Driver Script Hybrid Framework Hybrid Automation Framework Keyword Driven & Data Driven Test Approach Advantages of Hybrid Approach

15 Selenium and Java Programming Java Programming Basics Why Java for Selenium Installing Java Installing Eclipse First Eclipse Project First Java program Concept of class file Datatypes in Java String class and functions Practical Examples on Strings handling Conditional Statements If else Switch case Practical Examples with conditions Loops While Loop For Loop Practical Examples with loops

16 Arrays Single Dimensional Arrays Two Dimensional arrays Practical usage of arrays in Selenium Operators What are Functions? Function Input Parameters Function Return Types Object Oriented Programming Local Variables Global Variables Static and Non-Static Variables Static and Non-Static Functions Creating Objects in Java Meaning of static Why is main method static? Object and Object References Call by reference and Value Overloading and Overriding Functions Access Modifiers Public/Private/Default/Protected Constructors Interface Usage of Objects in Selenium Inheritance Usage of Inheritance in Selenium Creating Packages Accessing Classes across Packages

17 Exception Handling Exception handing with try catch block Importance of exception handling Exception and Error Throwable Class Final and Finally Throw and Throws Different Types of Exceptions Need of exception handling in Selenium framework Automating Excel file Operations Creating/Opening XLS Files Reading/Writing Microsoft XLS Files Counting Rows and Columns Filling BG/Font Colors Practical Examples Automating Text File Operations Creating/Opening Text Files Reading/Writing Text Files Practical Examples

18 Automating Database Operations Connecting to Databases MySQL Oracle SQL Server Sending SQL Queries to Database Process the Results Practical Examples Selenium Introduction Introduction to Selenium and its Components what is Selenium? Who developed Selenium? Selenium Components Selenium IDE Installing Selenium IDE Creating your First Selenium IDE script How to use Locators in Selenium IDE How to enhance a script using Selenium IDE Creating and Running Tests Creating and Running Test Suite

19 Selenium WebDriver Introduction to WebDriver& Comparison with Selenium RC Installing Selenium WebDriver Architecture of selenium Web driver Creating your First Script in Web driver Inspecting properties of Elements Launching AUT in FireFox Launching AUT in InternetExplorer Launching AUT in Chrome Launching AUT in Safari Inspecting properties of Elements on different Browsers Installing FireBug and FirePath Creating FireFox Profile Automating Operations on various Elements Browser TextBox ListBox Links Check Box Radio Button HTML Tables Calendars

20 Automating Keyboard and Mouse Events Keyboard Events Drag & Drop Actions Mouse Hover Action Right Click, Double Click & Tool Tip Handling multiple Windows getwindowhandles() Switching between windows Handling elements present in different windows Handling Alerts accept() dismiss() gettext() sendkeys() Synchronization ImplicitWait WebDriverWait FluentWait PageLoadTimeout

21 TestNG What is TestNG? Advantages of TestNG over JUnit Why do we need TestNG in Selenium? Installing TestNG in Eclipse Creating a New TestNG Test File Test annotation Running the Test Checking reports created by TestNG Generating HTML Reports Annotations used in TestNG Validating Tests with Assertions Creating multiple Tests Prioritizing Tests Parameterizing Tests with dataprovider TestNGdataProvider with Excel Creating and Running Test Suites with TestNG.xml Parallel Test Execution with TestNG Cross Browser Testing using TestNG Automation Test Frameworks Keyword Driven Framework Data Driven Framework Hybrid Framework Page Object Model (POM) & Page Factory in Selenium

22 Why POM? Advantages of POM Creating POM Tests What is Page Factory? Creating Tests with Page Factory Selenium GRID What is Selenium Grid? When to Use Selenium Grid? What is a Hub and Node? How to Install and Use Grid 2.0? Designing Test Scripts That Can Run on the Grid Using the DesiredCapabilites Object Using the RemoteWebDriver Object Running a Sample Test Case on the Grid Sequential and Parallel Test Execution Running Tests on different Operating Systems Running Tests on different Browsers Python Programming 1: Introduction to Python Installation and Working with Python Understanding Python variables Python basic Operators Understanding python blocks

23 2: Python Data Types Declaring and using Numeric data types: int, float, complex Using string data type and string operations Defining list and list slicing Use of Tuple data type 3: Python Program Flow Control Conditional blocks using if, else and elif Simple for loops in python For loop using ranges, string, list and dictionaries Use of while loops in python Loop manipulation using pass, continue, break and else Programming using Python conditional and loops block Python String, List and Dictionary Manipulations

24 Building blocks of python programs Understanding string in build methods List manipulation using in build methods Dictionary manipulation Programming using string, list and dictionary in build functions 7: Python Object Oriented Programming Oops Concept of class, object and instances Constructor, class attributes and destructors Real time use of class in live projects Inheritance, overlapping and overloading operators Adding and retrieving dynamic attributes of classes Programming using Oops support Web Services Testing - SOAP UI

25 Home SOAP - Introduction SOAP - Messages SOAP - What is REST? Introduction Capabilities NG Pro Installation & Configuration WSDL Project TestSuite TestCase TestStep Request & Response Properties Property Transfer Logs Pane Assertions Troubleshooting Performance Testing Load Testing RESTful Web Services JDBC Connection JDBC Property JDBC Assertion SQL basics

26 Database, DBMS, SQL, MYSQL, MySQL bench Database design techniques Normalization (1NF, 2NF, 3NF, Primary and foreign Key) ER Modelling in MySQL How to create a database in MYSQL (Query, Forward engineering) Select, Where, Insert, Delete, Update, OrderBy, Group, wildcards, regular expressions, auto increment, sub queries, joins and unions LINUX Linux Is not Unix, person Linus coded completely and released in 1991 Linux varieties

27 Android is a Linux distribution Red hat is for servers and workstations - commercial Basic Linux commands ls list everything in current directory (ls l, ls a, ls author, ls S, ls *.html, ls las > filename)

28 Hostname - cd -change directory cd.. takes back to previous directory cd / - takes to root directory rm filename to remove a file rm- r directory name -recursive delete clear- to clear all lines in CLI Pwd present or print working directory man commandname eg man ls- to get more details and options about any linux commands Who -users on the machine echo writes output on console echo $x prints value in x Su -switches to root user Su username switch to different user sudo executes that command with sudo permissions Vi editor to create or view any file cat - to view any file 1. cat > filename to create and enter contents in a file 2. cat file1 file2 displays both the file 3. cat file1 > file 2 - concatenate file 1 contents to file 2 4. cat n numbers every line and displays file content 5. cat b numbers only the non-blank lines and displays file content 6. cat s filename multiple blank lines gets converted into one and displays file content 7. cat E - displays each line with dollar at end of the line grep is similar to cntrl F in a file to search for a matching string 1. grep stringtosearch filename 2. grep i stringtosearch filename - - case insensitive search 3. grep n stringtosearch filename -search result along with line number 4. grep v stringtosearch filename - displays all other lines expect those lines that contains stringtosearch 5. grep c stringtosearch filename - displays only the number of times string matches

29 sort filename sorts contents alphabetically 1. Sort filename1 filename 2 2. Sort r filename - sorts and displays in reverse order 3. Sort n filename sorts in a numerical order Pipe ( ) combine two commands 1. E.g. grep searchstring filename sort r cp source destination - copies source to destination (if file is already there it overwrites by default) 2. cp i source destination interactive mode,cli asks confirmation to overwrite if file found - interactive 3. cp n will not overwrite no overwriting 4. cp u updates destination only when source is different from destination ie unique 5. cp R copy directories (with hidden files) recursive copy 6. cp v prints informative messages like what all files and folders copied verbose dot represents current working directory 1. e.g. cp sourcefilefullpath. mv source destination - moves file no copy is available in source path (like cut & paste) 2. mv i source destination - CLI asks for overwriting 3. mv u pastes to destination only when source is different from destination 4. mv v verbose,prints all line by line details mkdir foldername creates a new directory Creates a new folder with given name 1. mkdir p folder1 folder2 folder3 Creates folder1, folder2 and folder3 in current directory 2. mkdir {folder1,folder2,folder3} Another way of creating folder1, folder2 and folder3 in current directory 3. mkdir p folder/{folder1,folder2,folder3} Create a new folder and sub folders inside it rmdir foldername to delete a directory rmdir r foldername rmdir p folder1/folder2 rmdir v foldername prints detailed status while deleting

30 Understanding File Permissions ls l displays list of files with permissions and using above you can understand each files permissions settings first character denotes file types next set of 3* 3 characters represents file permissions for current user, group and others Next 1 character denotes symbolic link Owner name Group name File Size in Kilo bytes Time Stamp For Changing File permissions 3 basic commands as below chmod to change file access permission(r,w,x) chown to change file owner details chgrp to change file group permissions e.g. -chmod u=rwx filename

31 = overwrites any previous permissions and sets read,write and execute permission for user -chmod u+x filename if user already has read and write permission and to add execute permissions -chmod u-w filename to cut write access for user -chmod g+x filename to give execute access for group -chown ownername filename to change ownership of filename to username -chmod u-w,o+w filename To cut write access for user and enable write access for others Working with Repositories Our ubuntu comes under Debian Systems and to install any software 1) we need to update ubuntu s repositories links by running sudo apt-get update 2) to install java from Ubuntu repositories sudo apt-get install java openjdk 3) Update java path in environment Vi ~/.bashrc export JAVA_HOME = jrepath in the machine export PATH = $PATH : path of bin directory Source.bashrc for terminal to get updated paths

32 Compressing files tar cvf filetobecreated source file -- to zip in Ubuntu tar xvf tarfilename -- to unzip Environment Variables Linux shell will look for bashrc file for required software s path during run time Regular Expressions

33 echo {22..99} Prints all numbers between 22 to 99 Processes in Linux top - -command to get list of processes to open any process from Command Line Interface just type process name eg cmd firefox opens a new firefox window and if you want to run that in background just enter bg firefox and if you want to run in UI enter fg firefox

34 ps ux lists process that user has started ps pid list process ids pidof firefox gives process id of firefox Kill pid kills given process id Creating Users Above are commands to create new user in Ubuntu and to give root permissions just modify sudo file Visudo and add ALL permissions for the newly created user refer -

35 Remotely Access Linux Machines (secured Shell connection) Method1 No firewall Below method is by disabling firewall i.e. dropping ip table and is not practically recommended but just to understand concepts - Update- /etc/hosts with all master and slave ip address to communicate vice versa Method 2: password less ssh To create public and private key of current machine ssh keygen inside folder.ssh in home directory 2 files would get generated namely 1) id_rsa 2) id_rsa.pub Open public key file using cat *pub and copy contents Paste the copied public key inside ~/.ssh/authorized_keys file in the second machine Just type ssh ipaddr Other Network Commands To delete existing Ethernet ip address

36 Sudo ip addr del dev eth1 To add new ip address Sudo ip addr add /24 dev eth1 To restart network interface Sudo service network-manger restart

Java Programming Basics

Java Programming Basics Java Programming Basics Why Java for Selenium Installing Java Installing Eclipse First Eclipse Project First Java program Concept of class file Datatypes in Java String class and functions Practical Examples

More information

UFT Introduction to Automation and QTP

UFT Introduction to Automation and QTP UFT Introduction to Automation and QTP What is automation? Why Automation Benefits of Test Automation Where to Begin? What to Automate? Tests that shouldn t be automated Basic Features of QTP Supporting

More information

Mind Q Systems Private Limited

Mind Q Systems Private Limited Software Testing Tools Introduction Introduction to software Testing Software Development Process Project Vs Product Objectives of Testing Testing Principals Software Development Life Cycle SDLC SDLC Models

More information

FRESHER TRAINING PROGRAM [MANUAL/QTP/ALM/QC/SE/LR/DB/ANDROID] COURSE OVERVIEW

FRESHER TRAINING PROGRAM [MANUAL/QTP/ALM/QC/SE/LR/DB/ANDROID] COURSE OVERVIEW FRESHER TRAINING PROGRAM [MANUAL/QTP/ALM/QC/SE/LR/DB/ANDROID] Software Testing COURSE OVERVIEW Manual Concepts Software Testing Concepts What is software Testing Objective of software Testing Importance

More information

Manual Testing. Software Development Life Cycle. Verification. Mobile Testing

Manual Testing.  Software Development Life Cycle. Verification. Mobile Testing 10 Weeks (Weekday Batches) or 12 Weekends (Weekend batches) To become a Professional Software Tester To enable the students to become Employable Manual Testing Fundamental of Testing What is software testing?

More information

QTP Course Content; Introduction

QTP Course Content; Introduction QTP Course Content; Introduction Overview on Test Automation Ways of Testing Disadvantages of Manual Testing Advantages of Test Automation Drawbacks of Test Automation Test Automation Types of Test Automation

More information

Linux Essentials Objectives Topics:

Linux Essentials Objectives Topics: Linux Essentials Linux Essentials is a professional development certificate program that covers basic knowledge for those working and studying Open Source and various distributions of Linux. Exam Objectives

More information

Selenium Testing Course Content

Selenium Testing Course Content Selenium Testing Course Content Introduction What is automation testing? What is the use of automation testing? What we need to Automate? What is Selenium? Advantages of Selenium What is the difference

More information

Selenium with Java Syllabus

Selenium with Java Syllabus Selenium with Java Syllabus Training Duration: 55-60 hours (3 class in a week 3 hours per class) Module 1: Test Automation and Selenium Basics Session 1: Overview on Test Automation Disadvantages of Manual

More information

Software Testing Tools

Software Testing Tools Software Testing Tools Manual Testing Introduction Introduction to software Testing Software Development Process Project Vs Product Objectives of Testing Testing Principals Software Development Life Cycle

More information

Mind Q Systems Private Limited

Mind Q Systems Private Limited Software Testing Tools Course Content for Online Training Manual Testing Introduction Introduction to software Testing Software Development Process Project Vs Product Objectives of Testing Testing Principals

More information

SELENIUM. SELENIUM COMPONENTS Selenium IDE Selenium RC Selenium Web Driver Selenium Grid

SELENIUM. SELENIUM COMPONENTS Selenium IDE Selenium RC Selenium Web Driver Selenium Grid INTRODUCTION TO AUTOMATION Testing What is automation testing? Different types of Automation Tools 1. Functional Testing Tools 2. Test Management Tools 3. Performance Testing Tools Advantages of automation

More information

Introduction to Automation. What is automation testing Advantages of Automation Testing How to learn any automation tool Types of Automation tools

Introduction to Automation. What is automation testing Advantages of Automation Testing How to learn any automation tool Types of Automation tools Introduction to Automation What is automation testing Advantages of Automation Testing How to learn any automation tool Types of Automation tools Introduction to Selenium What is Selenium Use of Selenium

More information

FRESHER TRAINING PROGRAM [MANUAL/QTP/ALM/QC/SE/LR/DB/MOBILE]

FRESHER TRAINING PROGRAM [MANUAL/QTP/ALM/QC/SE/LR/DB/MOBILE] FRESHER TRAINING PROGRAM [MANUAL/QTP/ALM/QC/SE/LR/DB/MOBILE] Software Testing TARGET AUDIENCE This course is best suited for aspiring fresher s and for working professionals who are looking to Accelerate

More information

Software Testing MANUAL TESTING. Introduction to Testing. Software Quality Software Testing Definition. Different Life Cycle Models Waterfall Model

Software Testing MANUAL TESTING. Introduction to Testing. Software Quality Software Testing Definition. Different Life Cycle Models Waterfall Model Software Testing MANUAL TESTING Introduction to Testing 1. Brief History of Testing 2. Testing Opportunities 3. Testing Principles Software Quality Software Testing Definition 1. Verification 2. Validation

More information

Selenium Training. Training Topics

Selenium Training. Training Topics Selenium Training Training Topics Chapter 1 : Introduction to Automation Testing What is automation testing? When Automation Testing is needed? When Automation Testing is not needed? What is the use of

More information

The age of automation is going to be the age of 'do it yourself. - Marshall McLuhan

The age of automation is going to be the age of 'do it yourself. - Marshall McLuhan Training Name Automation Software Testing using Selenium WebDriver with Java Training Introduction The age of automation is going to be the age of 'do it yourself. - Marshall McLuhan Selenium automates

More information

SELENIUM. Courses Offered. Ph: / Course Coverage:- Date:..Timings.. Duration Fees. Testing Tools QTP Load Runner Hadoop

SELENIUM. Courses Offered. Ph: / Course Coverage:- Date:..Timings.. Duration Fees. Testing Tools QTP Load Runner Hadoop SELENIUM Java for Selenium Selenium IDE Selenium WebDriver JUnit Framework TestNG Framework Course Coverage:- SVN Maven DataBase Testing Using Selenium Grid POM(Page Object Model Date:..Timings.. Duration

More information

Introduction: Manual Testing :

Introduction: Manual Testing : : What is Automation Testing? Use of Automation. Where do we use. Tools that Do Automation. Web Applications vs Standalone Applications. What is selenium? How selenium works. Manual Testing : HTML: Detailed

More information

EXPERT TRAINING PROGRAM [QTP/ALM]

EXPERT TRAINING PROGRAM [QTP/ALM] EXPERT TRAINING PROGRAM [QTP/ALM] COURSE OVERVIEW Automation and Automation Concepts Introduction to Test Automation Test Automation Truths or Myths Where to use Test Automation and Where Not Test Automation

More information

EXPERT TRAINING PROGRAM [Selenium 2.0 / WebDriver]

EXPERT TRAINING PROGRAM [Selenium 2.0 / WebDriver] EXPERT TRAINING PROGRAM [Selenium 2.0 / WebDriver] COURSE OVERVIEW Automation and Automation Concepts Introduction to Test Automation Test Automation Truths or Myths Where to use Test Automation and Where

More information

QMS ISO 9001:2015 CERTIFIED COMPANY Software Testing TRAINING.

QMS ISO 9001:2015 CERTIFIED COMPANY Software Testing TRAINING. QMS ISO 9001:2015 CERTIFIED COMPANY Software Testing TRAINING www.webliquidinfotech.com What you Learn: What is Software Testing? Why Testing is Important? Scope of Software Testing Objectives of Software

More information

AN ISO 9001:2008 CERTIFIED COMPANY. Software Testing TRAINING.

AN ISO 9001:2008 CERTIFIED COMPANY. Software Testing TRAINING. AN ISO 9001:2008 CERTIFIED COMPANY Software Testing TRAINING www.webliquids.com ABOUT US Who we are: WebLiquids is an ISO (9001:2008), Google, Microsoft Certified Advanced Web Educational Training Organisation.

More information

Selenium Online Training Brochure

Selenium Online Training Brochure Selenium Online Training Brochure Selenium Online Training in Real-time orientation, Selenium WebDriver, Core Java Programming, TestNG Testing Framework, Maven Integration, Jenkins Integration and Selenium

More information

Learn Well Technocraft

Learn Well Technocraft The course includes Manual Testing + Automation Testing (QTP) details. The Courses can be taken individually or in combined. Course Objectives Understand Benefits of using Quick Test to automate tests

More information

SeleniumJava Training Solution

SeleniumJava Training Solution SeleniumJava Training Solution Online and classroom training Contact Info email: seleniumjava.training@gmail.com Mob: +91-9535776954 (seleniumjava.training@gmail.com) Page 1 Selenium Intro ***************************

More information

QTP MOCK TEST QTP MOCK TEST II

QTP MOCK TEST QTP MOCK TEST II http://www.tutorialspoint.com QTP MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to QTP Framework. You can download these sample mock tests at your local

More information

SELENIUM TRAINING COURSE CONTENT

SELENIUM TRAINING COURSE CONTENT SECTION 1 : INTRODUCTION SELENIUM TRAINING COURSE CONTENT What is automation testing? When Automation Testing is needed? What is the use of automation testing? Different Automation Tools available in the

More information

Diploma in Software Testing (DST)

Diploma in Software Testing (DST) SEED Infotech Ltd. : ' Panchasheel', 42/16, Erandawana`, SEED Infotech Lane, Off Karve Road Pune - 411004. India www.seedinfotech.com Course Name : Duration : Class room: 114 Hrs Product Code : ST-ST-50001

More information

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info (Complete Package) SELENIUM CORE JAVA We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info START DATE : TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME : LAB TIMINGS

More information

Software Testing

Software Testing Ali Complex, 2nd block, Kormangala, Madiwala, Bengaluru-560068 Page 1 What is Software Testing? Software Testing is the process of testing software with the purpose of finding bugs and ensuring that it

More information

Mind Q Systems Private Limited

Mind Q Systems Private Limited SELENIUM Course Content. What is automation testing When to go for automation Different Automation Tools (vendor & open source tools) Advantages of Automation Criteria for Automation Difference between

More information

Techno Expert Solutions An institute for specialized studies! Introduction to Advance QTP course Content

Techno Expert Solutions An institute for specialized studies! Introduction to Advance QTP course Content Introduction to Advance QTP course Content NTRODUCTION TO AUTOMATION Automation Testing Benefits of Automation Testing Automation Testing Vs Manual Testing Automation Test Tools Tool selection criteria

More information

Perl and R Scripting for Biologists

Perl and R Scripting for Biologists Perl and R Scripting for Biologists Lukas Mueller PLBR 4092 Course overview Linux basics (today) Linux advanced (Aure, next week) Why Linux? Free open source operating system based on UNIX specifications

More information

DST - DIPLOMA IN SOFTWARE TESTING

DST - DIPLOMA IN SOFTWARE TESTING DST - DPOMA N SOFTWAR TSTNG DURATON : 1.5 Months GBTY : B BTech MCA MCS MCM MSc BCA BCS BSc etc PR-RQUSTS : Basic Knowledge of C Programming. COURS OVRVW 1 2 PROGRAMMNG FUNDAMNTAS Programming in C Database

More information

MANUAL+ SELENIUM CURRICULUM

MANUAL+ SELENIUM CURRICULUM MANUAL+ SELENIUM CURRICULUM Software Organization and Process Overviews: 2 Hrs Software Organization Types and Process Overviews Overviews of Software Quality Testing Quality Assurance and Quality Control

More information

Computer Systems and Architecture

Computer Systems and Architecture Computer Systems and Architecture Introduction to UNIX Stephen Pauwels University of Antwerp October 2, 2015 Outline What is Unix? Getting started Streams Exercises UNIX Operating system Servers, desktops,

More information

Selenium. Duration: 50 hrs. Introduction to Automation. o Automating web application. o Automation challenges. o Automation life cycle

Selenium. Duration: 50 hrs. Introduction to Automation. o Automating web application. o Automation challenges. o Automation life cycle Selenium Duration: 50 hrs. Introduction to Automation o Automating web application o Automation challenges o Automation life cycle o Role of selenium in test automation o Overview of test automation tools

More information

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info (Complete Package) WEB APP TESTING DB TESTING We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info START DATE : TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME

More information

QUALITY ASSURANCE amron

QUALITY ASSURANCE amron 0 Training Details Course Duration: 55-60 hours Training + Assignments + Actual Project Based Case Studies Training Materials: All attendees will receive: Assignment after each module, video recording

More information

CSE Linux VM. For Microsoft Windows. Based on opensuse Leap 42.2

CSE Linux VM. For Microsoft Windows. Based on opensuse Leap 42.2 CSE Linux VM For Microsoft Windows Based on opensuse Leap 42.2 Dr. K. M. Flurchick February 2, 2017 Contents 1 Introduction 1 2 Requirements 1 3 Procedure 1 4 Usage 3 4.1 Start/Stop.................................................

More information

Six Months SQT Training Course Syllabus

Six Months SQT Training Course Syllabus Six Months SQT Training Course Syllabus Be a Profession with Technical Training Courses at DP Project Development. Be a Profession with Technical Training Courses at DP Project Development. DP Project

More information

Introduction to Linux

Introduction to Linux Introduction to Linux Prof. Jin-Soo Kim( jinsookim@skku.edu) TA - Kisik Jeong (kisik@csl.skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu What is Linux? A Unix-like operating

More information

Class 1 Introduction to Selenium, Software Test Life Cycle.

Class 1 Introduction to Selenium, Software Test Life Cycle. Class 1 Introduction to Selenium, Software Test Life Cycle. I) Introduction to Selenium 1) What is Selenium? 2) History of the Selenium Project 3) Selenium Components / Selenium s Tool Suite 4) Platforms

More information

Introduction to Linux. Woo-Yeong Jeong Computer Systems Laboratory Sungkyunkwan University

Introduction to Linux. Woo-Yeong Jeong Computer Systems Laboratory Sungkyunkwan University Introduction to Linux Woo-Yeong Jeong (wooyeong@csl.skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu What is Linux? A Unix-like operating system of a computer What is an

More information

About Codefrux While the current trends around the world are based on the internet, mobile and its applications, we try to make the most out of it. As for us, we are a well established IT professionals

More information

Selenium Course Content

Selenium Course Content Chapter 1 : Introduction to Automation Testing Selenium Course Content What is automation testing? When Automation Testing is needed? When Automation Testing is not needed? What is the use of automation

More information

Introduction to Linux

Introduction to Linux Introduction to Linux Prof. Jin-Soo Kim( jinsookim@skku.edu) TA - Dong-Yun Lee (dylee@csl.skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu What is Linux? A Unix-like operating

More information

Useful Unix Commands Cheat Sheet

Useful Unix Commands Cheat Sheet Useful Unix Commands Cheat Sheet The Chinese University of Hong Kong SIGSC Training (Fall 2016) FILE AND DIRECTORY pwd Return path to current directory. ls List directories and files here. ls dir List

More information

Linux Command Line Primer. By: Scott Marshall

Linux Command Line Primer. By: Scott Marshall Linux Command Line Primer By: Scott Marshall Draft: 10/21/2007 Table of Contents Topic Page(s) Preface 1 General Filesystem Background Information 2 General Filesystem Commands 2 Working with Files and

More information

1) Identify the recording mode, by which you can record the non-standard object in QTP

1) Identify the recording mode, by which you can record the non-standard object in QTP 1) Identify the recording mode, by which you can record the non-standard object in QTP A) Standard recording B) Analog recording C) Low level recording D) None 2) By default, how many no of tables would

More information

Introduction of Linux

Introduction of Linux Introduction of Linux 阳 oslab2018_class1@163.com 寅 oslab2018_class2@163.com PART I Brief Introduction Basic Conceptions & Environment Install & Configure a Virtual Machine Basic Commands PART II Shell

More information

Computer Systems and Architecture

Computer Systems and Architecture Computer Systems and Architecture Stephen Pauwels Computer Systems Academic Year 2018-2019 Overview of the Semester UNIX Introductie Regular Expressions Scripting Data Representation Integers, Fixed point,

More information

EECS Software Tools. Lab 2 Tutorial: Introduction to UNIX/Linux. Tilemachos Pechlivanoglou

EECS Software Tools. Lab 2 Tutorial: Introduction to UNIX/Linux. Tilemachos Pechlivanoglou EECS 2031 - Software Tools Lab 2 Tutorial: Introduction to UNIX/Linux Tilemachos Pechlivanoglou (tipech@eecs.yorku.ca) Sep 22 & 25, 2017 Material marked with will be in your exams Sep 22 & 25, 2017 Introduction

More information

Learning Objectives of CP-SAT v 1.31

Learning Objectives of CP-SAT v 1.31 Learning Objectives of CP-SAT v 1.31 Knowledge with experience is power; certification is just a by-product What is CP-SAT? CP-SAT stands for Certified Professional Selenium Automation Testing certification

More information

Embedded Linux Systems. Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island

Embedded Linux Systems. Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island Embedded Linux Systems Bin Li Assistant Professor Dept. of Electrical, Computer and Biomedical Engineering University of Rhode Island Generic Embedded Systems Structure User Sensors ADC microcontroller

More information

Learn Well Technocraft

Learn Well Technocraft -This course includes Manual Testing aspects plus basic automation testing tools. The content included in the syllabus is sufficient for clearing the ISTQB certification. Note: We have combo course and

More information

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info

(Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info (Complete Package) SELENIUM CORE JAVA We are ready to serve Latest Testing Trends, Are you ready to learn? New Batches Info START DATE : TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME : LAB TIMINGS

More information

Selenium Testing Training

Selenium Testing Training About Intellipaat Intellipaat is a fast-growing professional training provider that is offering training in over 150 most sought-after tools and technologies. We have a learner base of 600,000 in over

More information

Introduction to ALM, UFT, VuGen, and LoadRunner

Introduction to ALM, UFT, VuGen, and LoadRunner Software Education Introduction to ALM, UFT, VuGen, and LoadRunner This course introduces students to the Application Lifecycle Management line products Introduction to ALM, UFT, VuGen, and LoadRunner

More information

Linux Systems Administration Getting Started with Linux

Linux Systems Administration Getting Started with Linux Linux Systems Administration Getting Started with Linux Network Startup Resource Center www.nsrc.org These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International

More information

Diploma in Android Programming (DAP)

Diploma in Android Programming (DAP) Diploma in Android Programming (DAP) Duration: 01 Year Total credit: 32 1 st Semester (DAP) Theory Course Course Title (T-L-P) Credit Code CSP-80 Operating Systems T 04 CSP-45 Programing in JAVA T 04 CSP-46

More information

Introduction to remote command line Linux. Research Computing Team University of Birmingham

Introduction to remote command line Linux. Research Computing Team University of Birmingham Introduction to remote command line Linux Research Computing Team University of Birmingham Linux/UNIX/BSD/OSX/what? v All different v UNIX is the oldest, mostly now commercial only in large environments

More information

Introduction to Linux Workshop 1

Introduction to Linux Workshop 1 Introduction to Linux Workshop 1 The George Washington University SEAS Computing Facility Created by Jason Hurlburt, Hadi Mohammadi, Marco Suarez hurlburj@gwu.edu Logging In The lab computers will authenticate

More information

Syllabus Technosoft Academy. Course Syllabus. 1 P a g e

Syllabus Technosoft Academy. Course Syllabus. 1 P a g e Course Syllabus 1 P a g e Table of Contents Course Overview 3 Who Can Take 4 Curriculum Assignments & Units 5 2 P a g e Course Overview: This 4-month course provides students with a span of Software Test

More information

Introduction to the UNIX command line

Introduction to the UNIX command line Introduction to the UNIX command line Steven Abreu Introduction to Computer Science (ICS) Tutorial Jacobs University s.abreu@jacobs-university.de September 19, 2017 Overview What is UNIX? UNIX Shell Commands

More information

Learning Objectives of CP-SAT v 1.3

Learning Objectives of CP-SAT v 1.3 Learning Objectives of CP-SAT v 1.3 Knowledge with experience is power; certification is just a by-product What is CP-SAT? CP-SAT stands for Certified Practitioner Selenium Automation Testing certification

More information

Lab Working with Linux Command Line

Lab Working with Linux Command Line Introduction In this lab, you will use the Linux command line to manage files and folders and perform some basic administrative tasks. Recommended Equipment A computer with a Linux OS, either installed

More information

Unix/Linux Basics. Cpt S 223, Fall 2007 Copyright: Washington State University

Unix/Linux Basics. Cpt S 223, Fall 2007 Copyright: Washington State University Unix/Linux Basics 1 Some basics to remember Everything is case sensitive Eg., you can have two different files of the same name but different case in the same folder Console-driven (same as terminal )

More information

Linux Training. for New Users of Cluster. Georgia Advanced Computing Resource Center University of Georgia Suchitra Pakala

Linux Training. for New Users of Cluster. Georgia Advanced Computing Resource Center University of Georgia Suchitra Pakala Linux Training for New Users of Cluster Georgia Advanced Computing Resource Center University of Georgia Suchitra Pakala pakala@uga.edu 1 Overview GACRC Linux Operating System Shell, Filesystem, and Common

More information

Introduction to UNIX command-line

Introduction to UNIX command-line Introduction to UNIX command-line Boyce Thompson Institute March 17, 2015 Lukas Mueller & Noe Fernandez Class Content Terminal file system navigation Wildcards, shortcuts and special characters File permissions

More information

CERTIFICATE IN WEB PROGRAMMING

CERTIFICATE IN WEB PROGRAMMING COURSE DURATION: 6 MONTHS CONTENTS : CERTIFICATE IN WEB PROGRAMMING 1. PROGRAMMING IN C and C++ Language 2. HTML/CSS and JavaScript 3. PHP and MySQL 4. Project on Development of Web Application 1. PROGRAMMING

More information

Introduction to UNIX. Logging in. Basic System Architecture 10/7/10. most systems have graphical login on Linux machines

Introduction to UNIX. Logging in. Basic System Architecture 10/7/10. most systems have graphical login on Linux machines Introduction to UNIX Logging in Basic system architecture Getting help Intro to shell (tcsh) Basic UNIX File Maintenance Intro to emacs I/O Redirection Shell scripts Logging in most systems have graphical

More information

ActiveNET Enterprise Solution Company

ActiveNET Enterprise Solution Company ActiveNET Enterprise Solution Company Suryanarayana Selenium Web Application Testing Framework Selenium IDE, RC, WebDriver & Grid 98 48 111 2 88 Mr. Suryanarayana #202, Manjeera Plaza, Opp: Aditya Park

More information

Introduction to Linux Part 1. Anita Orendt and Wim Cardoen Center for High Performance Computing 24 May 2017

Introduction to Linux Part 1. Anita Orendt and Wim Cardoen Center for High Performance Computing 24 May 2017 Introduction to Linux Part 1 Anita Orendt and Wim Cardoen Center for High Performance Computing 24 May 2017 ssh Login or Interactive Node kingspeak.chpc.utah.edu Batch queue system kp001 kp002. kpxxx FastX

More information

Module-1 QTP Fundamentals. Module 2 Basics of QTP. Vasundhara Sector 14-A, Plot No , Near Vaishali Metro Station,Ghaziabad

Module-1 QTP Fundamentals. Module 2 Basics of QTP. Vasundhara Sector 14-A, Plot No , Near Vaishali Metro Station,Ghaziabad Module-1 QTP Fundamentals Why QTP? When do we use QTP? Which application will we test? Will be doing live applications testing Downloading and installing trial version Installing addins Installing script

More information

Overview LEARN. History of Linux Linux Architecture Linux File System Linux Access Linux Commands File Permission Editors Conclusion and Questions

Overview LEARN. History of Linux Linux Architecture Linux File System Linux Access Linux Commands File Permission Editors Conclusion and Questions Lanka Education and Research Network Linux Architecture, Linux File System, Linux Basic Commands 28 th November 2016 Dilum Samarasinhe () Overview History of Linux Linux Architecture Linux File System

More information

Koenig Solutions Pvt. Ltd. Selenium with C#

Koenig Solutions Pvt. Ltd. Selenium with C# Selenium Course with C# Overview: Selenium with C# is a free automation testing tool for web applications. It is able to work with different browsers like Chrome, Firefox, IE, Opera and simulate human

More information

Introduction to Linux Organizing Files

Introduction to Linux Organizing Files Introduction to Linux Organizing Files Computational Science and Engineering North Carolina A&T State University Instructor: Dr. K. M. Flurchick Email: kmflurch@ncat.edu Arranging, Organizing, Packing

More information

Introduction p. 1 Who Should Read This Book? p. 1 What You Need to Know Before Reading This Book p. 2 How This Book Is Organized p.

Introduction p. 1 Who Should Read This Book? p. 1 What You Need to Know Before Reading This Book p. 2 How This Book Is Organized p. Introduction p. 1 Who Should Read This Book? p. 1 What You Need to Know Before Reading This Book p. 2 How This Book Is Organized p. 2 Conventions Used in This Book p. 2 Introduction to UNIX p. 5 An Overview

More information

Session 1: Accessing MUGrid and Command Line Basics

Session 1: Accessing MUGrid and Command Line Basics Session 1: Accessing MUGrid and Command Line Basics Craig A. Struble, Ph.D. July 14, 2010 1 Introduction The Marquette University Grid (MUGrid) is a collection of dedicated and opportunistic resources

More information

Unix Introduction to UNIX

Unix Introduction to UNIX Unix Introduction to UNIX Get Started Introduction The UNIX operating system Set of programs that act as a link between the computer and the user. Developed in 1969 by a group of AT&T employees Various

More information

A Brief Introduction to the Linux Shell for Data Science

A Brief Introduction to the Linux Shell for Data Science A Brief Introduction to the Linux Shell for Data Science Aris Anagnostopoulos 1 Introduction Here we will see a brief introduction of the Linux command line or shell as it is called. Linux is a Unix-like

More information

Learning Objectives of CP-SAT v 1.31 (C#)

Learning Objectives of CP-SAT v 1.31 (C#) Learning Objectives of CP-SAT v 1.31 (C#) Knowledge with experience is power; certification is just a by-product Table of Contents 1. Tool background... 3 1.1. History of Selenium (30 mins)... 3 1.2. Selenium

More information

Setting up a Chaincoin Masternode

Setting up a Chaincoin Masternode Setting up a Chaincoin Masternode Introduction So you want to set up your own Chaincoin Masternode? You ve come to the right place! These instructions are correct as of April, 2017, and relate to version

More information

*nix Crash Course. Presented by: Virginia Tech Linux / Unix Users Group VTLUUG

*nix Crash Course. Presented by: Virginia Tech Linux / Unix Users Group VTLUUG *nix Crash Course Presented by: Virginia Tech Linux / Unix Users Group VTLUUG Ubuntu LiveCD No information on your hard-drive will be modified. Gives you a working Linux system without having to install

More information

QTP interview questions

QTP interview questions QTP interview questions Testing interview questions 1. What are the Features & Benefits of Quick Test Pro (QTP 8.0)? - Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury

More information

A Brief Introduction to Unix

A Brief Introduction to Unix A Brief Introduction to Unix Sean Barag Drexel University March 30, 2011 Sean Barag (Drexel University) CS 265 - A Brief Introduction to Unix March 30, 2011 1 / 17 Outline 1 Directories

More information

Introduction to Unix The Windows User perspective. Wes Frisby Kyle Horne Todd Johansen

Introduction to Unix The Windows User perspective. Wes Frisby Kyle Horne Todd Johansen Introduction to Unix The Windows User perspective Wes Frisby Kyle Horne Todd Johansen What is Unix? Portable, multi-tasking, and multi-user operating system Software development environment Hardware independent

More information

BIOINFORMATICS POST-DIPLOMA PROGRAM SUBJECT OUTLINE Subject Title: OPERATING SYSTEMS AND PROJECT MANAGEMENT Subject Code: BIF713 Subject Description:

BIOINFORMATICS POST-DIPLOMA PROGRAM SUBJECT OUTLINE Subject Title: OPERATING SYSTEMS AND PROJECT MANAGEMENT Subject Code: BIF713 Subject Description: BIOINFORMATICS POST-DIPLOMA PROGRAM SUBJECT OUTLINE Subject Title: OPERATING SYSTEMS AND PROJECT MANAGEMENT Subject Code: BIF713 Subject Description: This course provides Bioinformatics students with the

More information

Chap2: Operating-System Structures

Chap2: Operating-System Structures Chap2: Operating-System Structures Objectives: services OS provides to users, processes, and other systems structuring an operating system how operating systems are designed and customized and how they

More information

Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades Q2

Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades Q2 Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades 2017-2018 Q2 Facultat d Informàtica de Barcelona This first lab session is focused on getting experience in working

More information

Unix Basics. Systems Programming Concepts

Unix Basics. Systems Programming Concepts Concepts Unix directories Important Unix file commands man, pwd, ls, mkdir, cd, cp, mv File and directory access rights through permission settings Using chmod to change permissions Other important Unix

More information

Diploma in Software Testing 2.0 (HP)

Diploma in Software Testing 2.0 (HP) SEED Infotech Ltd. : ' Panchasheel', 42/16, Erandawana`, SEED Infotech Lane, Off Karve Road Pune - 411004. India www.seedinfotech.com Course Name : Duration : Class room: 108 Hrs. Diploma in Software Testing

More information

Command-line interpreters

Command-line interpreters Command-line interpreters shell Wiki: A command-line interface (CLI) is a means of interaction with a computer program where the user (or client) issues commands to the program in the form of successive

More information

Dell EMC ME4 Series vsphere Client Plug-in

Dell EMC ME4 Series vsphere Client Plug-in Dell EMC ME4 Series vsphere Client Plug-in User's Guide Regulatory Model: E09J, E10J, E11J Regulatory Type: E09J001, E10J001, E11J001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Hands-on Keyboard: Cyber Experiments for Strategists and Policy Makers

Hands-on Keyboard: Cyber Experiments for Strategists and Policy Makers Hands-on Keyboard: Cyber Experiments for Strategists and Policy Makers Review of the Linux File System and Linux Commands 1. Introduction Becoming adept at using the Linux OS requires gaining familiarity

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2016 Lecture 5 Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 User Operating System Interface - CLI CLI

More information

commandname flags arguments

commandname flags arguments Unix Review, additional Unix commands CS101, Mock Introduction This handout/lecture reviews some basic UNIX commands that you should know how to use. A more detailed description of this and other commands

More information

Introduction to UNIX Command Line

Introduction to UNIX Command Line Introduction to UNIX Command Line Files and directories Some useful commands (echo, cat, grep, find, diff, tar) Redirection Pipes Variables Background processes Remote connections (e.g. ssh, curl) Scripts

More information