-
loading
Ads with pictures

Courses working class professional


Top sales list courses working class professional

Kochi (Kerala)
Courses Available from Diploma to PG UGC AICTE approved courses
See product
Dehra Dun (Uttaranchal)
Type Language Classes Coaching Available by working Java Professional in Java & J2EE(JSP,SERVLET,STRUTS,MYSQL,DATABASE) AT KAULAGARH DEHRADUN. Courses Offered: Core java Duration 2 months, Advanced Java Duration: 3 months Online Java project for Industrial Training Duration: 3 months Jsp,Struts Technologies Advanced Java Fresh batches will be start soonly. CONTACT NO.
See product
Pune (Maharashtra)
Duration: 8 Weeks(Weekdays Batch)/9 Weekend(Weekend Batch) Prerequisites •Knowledge of Manual Testing Core Java 1.Overview of Java •OOP’s, Data Types and Variables •Operators, Control Structures •Strings, Arrays 2.Objects and Classes •Object, Classes and Methods •Method Overloading •Constructors 3.Inheritance •Types of Inheritance •Method Overriding 4.Packages and Interfaces •Defining Packages •Extending Interfaces 5.Exception Handling •Fundamentals of Exception Handling •Exception types •Try and Catch and finally •Multiple Catch 6.Collections Framework • •Collection Interfaces and Classes •Iterator, other Classes Basic Selenium 1.Introduction to Automation Testing •What is Automation Testing? •Which Test Cases to Automate? •Different Automation tools •Automation challenges & Mitigations 2.Introduction to selenium •What is selenium? •History and various versions of selenium •Advantages of using Selenium over other tools. •Selenium components 3.Selenium-IDE •Introduction •IDE Features •Building & Running Test Cases •Building and Running Test Suites 4.Selenium Web Driver 2.0 •Why Selenium Web Driver •What is a Driver •Automation Setup for Selenium Web Driver •Configuration of Selenium Jar using Eclipse 5.Identification of Locators •Tools to identify elements/objects •Setup for Firebug, Firepath •Different methods of finding element oBy ID, By name, class oBy Xpath, By Tag name oBy Link text oBy CSS oUsing Effective X-path 6.Selenium Commands •Various types of operation that can be performed on any elements and how to use them. •Browser Commands, Navigation Commands •Working with different browser •Handling Checkbox, RadioButton •Dropdown and Select Operations •Capturing Screen shots •Handling Keyboard Event and Mouse Event •Multiple Window Handling •Alert & Pop Up Handling. 7.Handling WebTables •What is WebTables •Extracting values from WebTables •Static and Dynamic WebTables 8.Wait Commands in Selenium •Implicit Wait •Explicit Waits,Expected Conditions Advanced Selenium 1.Framework Designing •What is Framework •What is a Framework? •Different Types of Framework. •How to Design a framework? •Data Driven Framework using Excel oDownloading and configuration of Apache POI oExecuting Testcases from Excel 2.TestNG Framework •Test NG & TestNG features •How to integrate TestNG with Eclipse •Test NG Annotations •TestNG Reporting 3.POM Framework •Advantages of POM •How to implement •Using Page Object and Page Factory 4.Cucumber Framework •What is BDD •Cucumber implements BDD •Preparing Features File having test scenario •Writing a step definition •Writing Runner Class •Given, When, Then, And, But annotations and usage in features class •Passing parameters in Step Functions •Using regular expression in step implementation to parameterize •Parameterize complete scenario using features class •Datatable in Cucumber and its implementation •Running Cucumber through ANT Pretty, Tags and Glue •Junit Report Generation in Cucumber •Cucumber HTML Reports Log4j Usage •Using Assertions to report failure •Running simple feature/Step scenario •Introducing selenium layer - WebConnector •Building custom functions in WebConnector •Building a simple test case •Implementing logging using Log4J •Executing project from eclipse •Executing project from ANT •Generating Junit, Cucumber reports •Background and Pending Exception •Parameterizing/repeating test cases from feature classes •Implementing/deciding Tags •Running all/limited tests 5.Reporting •Using Report NG for generating reports through TestNG •Log4j -What is Log4j, how to use it, integration of Log4j with Eclipse 6.Build Tools -Maven •How to create a maven project in Eclipse •Maven Build Cycles. •How to compile and Run tests using Maven 7.Continuous Build Integration tools- Jenkins •What is Jenkins and how to use it •How to integrate Jenkins with Eclipse 8.Selenium Grid •Introduction & Architecture of Selenium Grid •Configuration of Selenium Grid(Hub And Node) •Writing a Sample Script using Selenium •Some Practice and Sample Programming using Grid Hands on Experience on Industry Project, Mock Tests & Interview Tips
See product
Pune (Maharashtra)
Duration: 36-40 Hours Prerequisites •There are no Pre-requisites for this course. •A Basic Knowledge of Programming Language is Advantageous. Course Content 1.An Introduction to Python •Why Python, its Unique Feature and where to use it? •Python environment Setup •Discuss about IDE’s like IDLE, Pycharm and Enthought Canopy •Start programming on interactive shell. •Python Identifiers, Keywords •Discussion about installed module s and packages •Access Command line arguments within programs 2.Conditional Statement, Loops and File Handling •Python Data Types and Variable •Condition and Loops in Python •Decorators •Python Modules & Packages •Python Files and Directories manipulations •Use various files and directory functions for OS operations 3.Python Core Objects and Functions •Built in modules (Library Functions) •Numeric and Math’s Module •String/List/Dictionaries/Tuple •Complex Data structures in Python •Arbitrary data types and their Data Structure •Python built in function •Python user defined functions •Python packages and functions •The anonymous Functions - Lambda Functions 4.Object Oriented Python •OOPs Concepts •Object, Classes and Destroying Objects •Accessing attributes,Built-In Class Attributes •Inheritance and Polymorphism •Overriding Methods,Data Hiding •Overloading Operators 5.Exception Handling in Python •Exceptions Handling •Handling various exceptions using try....except...else •Try-finally clause •Argument of an Exception and create self exception class •Python Standard Exceptions •Raising an exceptions, User-Defined Exceptions 6.Debugging Python Programs •Debug Python programs using pdb debugger •Assert for debugging •Testing with Python using UnitTest •Iterable and generator in Python •Yielding from the generators •Standard project setup in Python 7.Regular Expression •Regular Expressions •What are regular expressions? •The match and search Function •Compile and matching •Matching vs searching •Search and Replace feature using RE •Extended Regular Expressions •Wildcard characters and work with them Basic Selenium 1.Introduction to Selenium •Introduction to Automation Testing •Why Automation Testing •Introduction to Selenium components •History and various versions of selenium •What is Selenium 3.0 •Advantages of using Selenium over other tools. 2.Installation and setting up environment •Installation of Python •Automation Setup for Selenium Web Driver •Install and Configure PyDev in Eclipse 3.Selenium-IDE •Introduction •IDE Features •Building & Running Test Cases •Building and Running Test Suites 4.Selenium Web Driver 2.0 •Why Selenium Web Driver •What is a Driver •Download & configuring Web driver •Architecture of selenium web driver •Drivers for Firefox, IE, chrome 5.Identification of Locators •Tools to identify elements/objects •Different methods of finding element oBy ID, By name, class oBy Xpath, By Tag name oBy Link text oBy CSS oUsing Effective X-path 6.Selenium Commands •Various types of operation that can be performed on any elements and how to use them. •Browser Commands, Navigation Commands •Working with different browser •Handling Checkbox, RadioButton •Dropdown and Select Operations •Capturing Screen shots •Handling Keyboard Event and Mouse Event •Multiple Window Handling •Alert & Pop Up Handling. 7.Wait Commands in Selenium •Implicit Wait •Explicit Waits,Expected Conditions Advanced Selenium 1.Framework Designing •What is Framework •Different Types of Framework. •How to Design a framework? •Data Driven Framework using Excel oReading and writing data from Excel oExecuting Testcases from Excel 2.PyTest Framework •Introduction to PyTest framework •Installing PyTest •PyTest Fixtures •Parametrized Test Functions •Running multiple tests using PyTest •Generating Test report 3.Unit Test Framework PyUnit •Basic of pyunit •pyunit Installation •pyunit annotation •Test Case creation •Test Case execution •Assertions/Reporting Errors •Suite execution •pyunit Reports •Using pyunit in Selenium 4.POM Framework •Advantages of POM •How to implement •Using Page Object and Page Factory 5.Maven •Installing Maven •How to create a maven project •Maven Build Cycles. •How to compile and Run tests using Maven 6.Continuous Build Integration tools- Jenkins •What is Jenkins and how to use it •Installation and configuration of Jenkins ?Hands-on Experience on Industry Project, Resume Formation and Interview Tips
See product
Kolkata (West Bengal)
We are a it development company.We provide professional training and certification on the courses below... Graphic Designing Web Designing PHP & MYSQL IOS Application Development Android Application Matlab Programming We provide training to the Engineering Graduates, BSc, BCom and BA Students. We also provide training for Working Professional on advance topics like AngularJS, CodeIgnitor, Objective C and Other Advance Courses. job opportunity 100%
See product
India
We give professional training in IT short term and Long Term, Careers oriented courses with 20+ Years of working professionals for Courses like in: Short Term Training: Business Intelligence: Pentaho,MSBI,OBIEE,Cognos,QlikView,Tableau Programming: PHP,AngularJS,BackboneJS,Jquery,Java Database: ORACLE,MySQL,SQL Server,MongoDB Testing: Manual,Mobile, Groovy Script,JMETER,SELENIUM OTHERS: Mobile Programming,Salesforce,Cloud Computing,HTML,Bootstrap Career Oriented Courses include the completed Package of following: Java,ORACLE,AngularJS,Jquery,BackboneJS,Business Analysis,SDLC,Case Study,SoftSkills. Only 15 Members per Batch for Career Oriented Courses. Enroll as soon as Possible... Do not miss a chance of training by such Expert faculty.. We also offer Online Training for UK,USA.. Address: Madhapur,Near to Cyber Gateway
See product
India
AVVA (Since ) Aim Velocity Victory Achievement Approved By Government OF INDIA. EXCELLENCE IN PROFESSIONAL EDUCATION Eligibility: 10th / 12th P/F Limited Seats Only 20% Scholarship, For Govt, Staffs and SC/ST Students 15% Scholarship, For Working Peoples and Women’s Sunday and Others Learning Batch also Available Full Practical Training by Professional staffs Learning Mode -Full Time, Part Time, Weekly Ones, and Distance Education. ¬¬¬¬Job Oriented Industrials Courses CT Dept: Diploma in Computer Application Diploma in Computer Hardware Maintenance Diploma in Computer Hardware & Network Engineering Avva Diploma Institute The INSTITUTE has established a well dedicated Training & Placement cell which is committed to the students in helping them find better jobs after their studies. We have very good tie up with the leading star hotels, Apparel Industries and Leading companies and Retails Industries, Marketing Industries, Designing Industries, Computer Programming Office, Hardware and Networking Services Industries, Civil Construction Companies, Complete career guidance is offered to the students to enable them in acquiring more knowledge in the recent trends in the job market. Industrial Exposure training Programs are also provided to the students. Students Job Placed Areas in years): Coimbatore, Chennai, Erode, Tirupur, and Ooty SALIENT FEATURES • Quality Management System • Talented faculty • Excellent Practical Training facility • Career Guidance and Counseling • Placement and Training • Industrial Visit / Industrial Projects • On Campus and Off Campus Interviews • Value Addition Programs • Program on Soft skills • Aptitude Tests, Group Discussions and Technical Tests SPECIAL FEATURES • Communication Trainings • Special Computer Trainings • Guest Lectures and Seminars • Students And Teachers Meetings • Affordable Fees Structure with Easy EMI • Industrial Staffs • Part time Jobs • Certificates From National Development Agency government Of India & Tamil Nadu • Great Experience in Training (Since -)
See product
India
We are providing short term courses in R.T.Nagar, by experienced working professional. if interested contact
See product
India
WELCOME TO H.R. CAD CENTRE H.R.CAD Center located in the capital city of New Delhi is one of the top quality learning sources of CAD technologies. The H.R. CAD CENTRE learning centre is well design to render updated foundation and professional courses for all types of CAD Software learning. H.R. CAD offer steadily renovated with industry inputs on CAD and offer an end-to-end solution to CAD users. We are certified by the famous software company Autodesk to transmit CAD training on AutoCAD, Civil, Mechanical, Electronic, 3Ds max, Electrical and Project Planning. Prime updated CAD courses are AutoCAD 2D and 3D Manual Drafting 3DS MAX Revit Architecture STAAD Pro Primavera MS Project PPM Solidworks Catia Pro E ANSYS Uni Graphics (NX) H.R. CAD Centre is extensively supported by H.R. International for all training and placement as it is a prominent part of the group and stands unique in all types of overseas recruitment services. It is an approved Manpower Consultant Company from MINISTRY OF OVERSEAS Indian Affairs, Govt. of India and possesses ISO quality certifications too. Since a decade, this unit of H.R. Group is termed to enjoy peak and reputed position in delivering quality manpower to our overseas clients for varied important areas of business activities, based on world class human resources development and utilization. Thus, in short span of time, we gained to provide better placement opportunities to the candidates to let them gaining upgraded globally actively operating in different zones of the world. Contact Now- , Address- st Floor, Jeevan Nagar, Opp. Maharani Bagh, New Delhi-
See product
Bangalore (Karnataka)
Chipedge - India's no.1 VLSI Certification Courses for working professionals,students,corporates training,B-Tech,M-Tech Freshers,Interns,Universities in Bangalore,Hyderabad,Chennai.
See product
Fatehpur-Uttar Pradesh (Uttar Pradesh)
Looking to build your future in the screen industries? AAFT School of Cinema is the perfect place to turn your passion into practice. Our cutting-edge, rigorous and relevant technical education and training in cinematography, direction, production and acting prepare you for a wide range of high-wage, high-skill, high-demand careers in cinema and television. Our USP: • In-house production studio equipped with latest equipment • Student-Industry interaction through in-house film club, seminars, master class and workshops • Excellent placement record • Top alumni in cinema and media world from AAFT UG / PG Degree in Cinema offered at AAFT with specialization in either of the following: • Acting • Cinematography • Direction • Post Production • Sound Recording PG Diploma, Diploma and Short-term Courses also offered Build a successful career with AAFT by joining the Cinema courses in Delhi. For more information call toll-free 1800-102-6066 or visit
See product
Guntur (Andhra Pradesh)
Hi Friends, We are Providing Level 1 & 2 (Essential & Advanced) DevOps & Cloud, AWS, Azure (Classroom & online) Training by MR. Venkat working in CMMI Level 5 Company with 12 years of Experience. We are providing Real Time Assignments & Lab Guides with excellent infrastructure. Offer Courses ————————- DevOps AWS Azure DevOps Azure […]
See product
India
Itec Magic offers various types of courses - basic IT courses, career programs,professional courses, short term courses, certification programs, etc. The institute has IT courses for everyone - technology courses for IT students, career programs for students wanting to enter the IT sector, certification courses for IT professionals to enhance their career and basic IT programs for school students, housewives/senior citizens etc. The duration of these courses is different & batch timings are flexible in order to be convenient to young students, graduates and working professionals. Fees for courses also vary accordingly. To get the latest information on course fees, discounts (if available & applicable), contact your Itec Magic [Malad Mumbai]
See product
Chennai (Tamil Nadu)
Class taken by exprienced working professionals, more practical sessions, many mini projects will be given to u to boost u r knowledge in developing
See product
Hyderabad (Andhra Pradesh)
Working with DRDO as a mechanical design engineer. Teaching softwares with realtime and professional data management techniques. More than 8 years experience in teaching mechanical cad softwares - Autocad - pro-e (creo) - catia - solidworks - ansys Conducting classes online
See product

Free Classified ads - buy and sell cheap items in India | CLASF - copyright ©2024 www.clasf.in.