![]() |
Course | Start Date | Days | Timing |
---|---|---|---|
Python | 11-MARCH-20 | M-F | 12.00 PM-02.00 PM |
Python | 14-MARCH-20 | S-S | 04.00 PM-06.00 PM |
Python | 26-MARCH-20 | M-F | 10.00 aM-12.00 PM |
Software Testing | 08-MARCH-20 | S-S | 11.00 AM-12.00 PM |
Software Testing | 16-MARCH-20 | M-F | 12.00 PM-02.00 PM |
Software Testing | 21-MARCH-20 | S-S | 10.00 AM-12.00 PM |
Selenium | 07-MARCH-20 | S-S | 10.00 AM-12.00 PM |
Selenium | 22-MARCH-20 | S-S | 12.00 PM-02.00 AM |
QTP | 15-MARCH-20 | S-S | 12.00 AM-02.00 PM |
JMeter | 22-MARCH-20 | S-S | 08.00 PM-10.00 PM |
MVC | 05-MARCH-20 | M-F | 08.00 AM-10.00 AM |
MVC | 21-MARCH-20 | S-S | 04.00 PM-06.00 PM |
.Net | 05-MARCH-20 | M-F | 06.00 AM-08.00 PM |
.Net | 14-MARCH-20 | S-S | 04.00 AM-06.00 PM |
.Net | 23-MARCH-20 | M-F | 12.00 PM-02.00 PM |
.Net | 07-MARCH-20 | S-S | 02.00 PM-04.00 PM |
.Net | 16-MARCH-20 | M-F | 08.00 AM-10.00 PM |
.Net | 16-MARCH-20 | M-F | 10.00 AM-12.00 PM |
Java | 03-MARCH-20 | M-F | 08.00 PM-10.00 PM |
Java | 08-MARCH-20 | S-S | 06.00 PM-08.00 PM |
Java | 23-MARCH-20 | M-F | 10.00 PM-12.00 PM |
Advanced Java | 07-MARCH-20 | S-S | 06.00 AM-08.00 AM |
Advanced Java | 16-MARCH-20 | M-F | 12.00 PM-02.00 PM |
Advanced Java | 24-MARCH-20 | M-F | 02.00 AM-04.00 AM |
SQL | 11-MARCH-20 | M-F | 12.00 PM-02.00 PM |
SQL | 14-MARCH-20 | S-S | 02.00 PM-04.00 PM |
SQL | 24-MARCH-20 | M-F | 10.00 AM-12.00 PM |
Android | 07-MARCH-20 | S-S | 10.00 AM-12.00 PM |
Android | 18-MARCH-20 | M-F | 10.00 PM-12.00 PM |
MAT | 21-MARCH-20 | S-S | 02.00 PM-04.00 PM |
Software testing is a process of executing a program or application with the intent of finding the software bugs.
Manual testing is the process of manually testing software for defects. It requires a tester to play the role of an end user and use most of all features of the application to ensure correct behavior.
In software testing, test automation is the use of special software (separate from the software being tested) to control the execution of tests and the comparison of actual outcomes with predicted outcomes.
Diploma courses are specially designed to cater the requirement of both IT and non it students. Even if students having no IT background are taught from basics of programming. Extensive hands on practice helps students to gain confidence.
Besides the core technology all the advanced modules required in IT industry are covered in depth.
In Our Diploma Software Testing course we covers Manual Testing with Live Project,Automation Testing,QTP,JMeter,Selenium,Selenium Webdriver,Mobile Apps Testing,Robotium,Security Testing,SoapUI,Agile Testing,Programming and SQL as per industry standards and practical oriented training with experienced faculties.
Every developer should have competency in logic development, the purpose of this module is cover programming basics.
Contents |
---|
1. Introduction to Programming
|
2. Installation of JDK and IDE |
3. First program - Hello World |
4. Command line arguments |
5. Variable declaration |
6. Assignment statements |
7. Operators
|
Contents |
---|
8. Type casting |
9. Operator precedence |
10. Conditional statements
|
11. Switch case |
12. Iteration statements
|
13. Strings, string functions |
14. Arrays...Single Dimension Array |
15. Methods |
Software application cannot be complete without this support of a good database management system. SQL is an inherent part of any program. Current RDBMS products have many rich functionality like core related subqueries, advance group function, hierarchical queries, storing media in the database and many more.
Contents |
---|
1. Introduction To SQL |
2. Restricting And Sorting Data |
3. Single Row Function |
4. Group Functions |
Contents |
---|
5. Joins |
6. Subquery |
7. DDL, DML, TCL queries |
8. Constraints |
Testing is required for delivery of best quality of software. In this course students are trained on various testing concepts like testing fundamentals, test design methods, test execution, defects recording, and various types of testing and levels of testing. Apart from functional testing students gets in-depth knowledge on non-functional tests like usability testing, performance testing, security testing etc.
The course is based on ISTQB syllabus. After completing this course, the student can comfortably clear ISTQB certification.
At the end of course every student has to work on a web-site testing project.
Contents |
---|
1. Fundamentals of Testing |
2. Testing throughout the Software Life Cycle
|
3. Non-functional Tests |
4. Static techniques – Verification, Validation, Review |
5. Functional Testing
|
Contents |
---|
6. Structural Testing, White Box Testing |
7. Test management
|
8. Incidence Management |
9. Tool support for testing |
After Studying and understanding Manual Testing all the students have to Test One Live Project. Students can do project in a group of 2-3 students.
Contents |
---|
1. JMeter- Overview |
2. JMeter- Environment |
3. Build Test Plan |
4. What is a Test Plan?
|
Contents |
---|
5. Test Plan Elements
|
6. Monitor Test Plan |
7. Listeners |
8. Functions |
9. Regular Expressions |
10. Best Practices |
Before begining with the automation testing part require some idea of Java OOPs concepts so it is just a brush up session for java object oriented featurs.
Contents |
---|
1. OOPs Concepts
|
Selenium IDE is a Firefox add-on that is used for recording, creating, and enhancing scripts. It is used to record your interactions with the browser and play them back. IDE stands for integrated development environment.
Selenium IDE records scripts in a special scripting language called Selenese. This language makes it easier for the tester to provide commands to the browser, such as automating the browser to select an option or to click a link. There are also commands for retrieving data from pages. The commands can be moved around quickly and there is auto completion support for editing them. Scripts in Selenese may also be recorded automatically.
Selenium IDE is popularly used for creating bug reproduction scripts and exploratory testing scripts. The best thing about Selenium IDE is that Selenese is easy to understand and anyone with a basic knowledge of web application testing can Learn Selenium IDE in a few days.
Contents |
---|
1. Need of Test Automation
|
2. Introduction to Selenium
|
3. First Record and Play of Scenario in Selenium IDE
|
Contents |
---|
|
4. Debug Test Cases |
5. Parameterization |
6. Regular Expression |
7. Iteration Technique |
8. Data Passing (Integration Approach) |
9. Selenium IDE test runner |
10. How to use Locators in Selenium IDE |
11. How to enhance a script using Selenium IDE |
12. Dragging and Dropping elements |
The Selenium WebDriver drives a browser natively as a user would. It uses the Selenium Server and is a major advancement in browser automation technology. The Selenium WebDriver has rendered the Selenium Remote Control obsolete, and is commonly referred to as Selenium 2.0.
Selenium 2.0 does not require a special server and can start and control a browser directly. If the tests are being conducted on remote systems, the Selenium grid can be used. Selenium 2.0 is supported by C#, Ruby, Python, and Java.
Contents |
---|
Module 1: WebDriver |
1. Selenium WebDriver Introduction |
2. WebDriver Vs Remote Control Vs Grid |
3. Download and Configure WebDriver with Eclipse |
4. First Test Case
|
5. UI elements Locator Methods |
6. Identifying WebElement using id, name, className, link text, class, xpath, css |
7. Handling various WebElement using WebDriver |
8. Handling Mouse movements and keyboard Events |
9. Broken HyperLink and Image Link Testing. |
10. Handling various Form elements |
11. HeadLess Testing using HTML Unit. |
12. Implicit wait & Explicit waits |
13. Explicit waits using custom expected conditions |
Contents |
---|
14. Exception Handling |
15. Exporting pre-recorded test scenario in IDE to WebDriver, and executing it. |
Module 2: Testing Framework and Tools |
1. Introduction of Testing Framework |
2. Types of frameworks |
3. TestNG introduction and Configuration with eclipse |
4. TestNG Annotations |
5. Creating Test Suite with TestNG |
6. Verifications and Assertions |
6. Parameterization |
7. Detailed usage on various Annotations |
Module 3: Develop Framework |
1. Developing Framework for Web Application using WebDriver/TestNG |
2. Use external Data for Testing (Excel sheet file) |
3. Reading and understanding reports |
4. Introduction to browser specific drivers |
After Studying and understanding Automation Testing all the students have to Test One Live Project. Students can do project in a group of 2-3 students.
We are living in a mobile world. Smartphone is our best assistant. We use mobile app for learning, shopping, banking, utility services, entertainments and many more. Every website has associated mobile app. It is every essential that the app, which controls our life, should have best quality.
In this course, students are trained on how to test mobile app rigorously from various perspective. Besides functional testing, usability testing is very essential for a mobile app. If an app is not user-friendly, user will give very bad rating. A smartphone is nothing but laptop in hand. Like computer, the smartphone should be checked for various security risks.
Besides manual testing of mobile apps, our students are trained on automation tools like Robotium.
Contents |
---|
1. Mobile App (Android) Architecture |
2. Mobile Testing Challenges |
3. Types of mobile Apps |
Contents |
---|
4. Installation, un-installation, interruption testing |
5. Usability Testing |
6. Functional Testing |
6. Project |
Before begining with the Robotium we require some idea of android so it is just a brush up session for android concepts.
Automation tool for testing an android application using Java Library.
Contents |
---|
1. Installation of Robotium |
2. White Box Testing using Robotium |
3. Box Testing using Robotium |
Our placement wing is in constant touch with the corporate world to look out for job opportunities for our students who complete their course with us and arrange for their interviews. Soft skills development is an integral part of our training courses. The soft skills development sessions conducted by us instill confidence in our students and prepare them for corporate interviews.
Contents |
---|
1. CV Writting |
2. Handling Interview |
3. Mock Interview |
4. Aptitude Test |
Every developer should have competency in logic development, the purpose of this module is cover programming basics.
Contents |
---|
1. Introduction to Programming
|
2. Installation of JDK and IDE |
3. First program - Hello World |
4. Command line arguments |
5. Variable declaration |
6. Assignment statements |
7. Operators
|
8. Type casting |
9. Operator precedence |
10. Conditional statements
|
11. Switch case |
12. Iteration statements
|
13. Strings, string functions |
14. Arrays...Single Dimension Array |
15. Methods |
Software application cannot be complete without this support of a good database management system. SQL is an inherent part of any program. Current RDBMS products have many rich functionality like core related subqueries, advance group function, hierarchical queries, storing media in the database and many more.
Contents |
---|
1. Introduction To SQL |
2. Restricting And Sorting Data |
3. Single Row Function |
4. Group Functions |
5. Joins |
6. Subquery |
7. DDL, DML, TCL queries |
8. Constraints |
Testing is required for delivery of best quality of software. In this course students are trained on various testing concepts like testing fundamentals, test design methods, test execution, defects recording, and various types of testing and levels of testing. Apart from functional testing students gets in-depth knowledge on non-functional tests like usability testing, performance testing, security testing etc.
The course is based on ISTQB syllabus. After completing this course, the student can comfortably clear ISTQB certification.
At the end of course every student has to work on a web-site testing project.
Contents |
---|
1. Fundamentals of Testing |
2. Testing throughout the Software Life Cycle
|
3. Non-functional Tests |
4. Static techniques – Verification, Validation, Review |
5. Functional Testing
|
6. Structural Testing, White Box Testing |
7. Test management
|
8. Incidence Management |
9. Tool support for testing |
After Studying and understanding Manual Testing all the students have to Test One Live Project. Students can do project in a group of 2-3 students.
QuickTest Professional, popularly known by its acronym QTP is automation testing tool originally from Mercury Interactive which was acquired by Hewlett Packard (HP) in 2006. QTP is primarily used for functional and regression automated testing. Using QTP, you can automate user actions on a web or client based computer application and test the same actions for different users, different data set, on various Windows operating systems and/or different browsers.
Automation using QTP if planned and executed in a proper manner can save considerable time and money.
With the release of version 11.50, QTP and Service Test became part of UFT
QTP is one of the most widely used automation testing tools in the market today with over 60% market share. Due to this reason, skilled QTP professionals are always in demand
Contents |
---|
1. GUI Controls |
2. Record and Play Script |
3. Record Users Actions and Synchronize
|
4. Object Repository (OR)
|
5. Check Points
|
6. Parameterization |
7. Regular Expression |
8. Output Value |
9. Synchronization point |
10. Analyzing test results |
11. Understanding Expert view and keyword view |
12. Data Table |
13. Actions
|
14. Local Datasheet V/S Global Data Sheet |
15. Examples of Above |
16. Recovery scenario/ Exception Handling
|
17. What, Why and How?
|
18. Descriptive Programming
|
Contents |
---|
1. JMeter- Overview |
2. JMeter- Environment |
3. Build Test Plan |
4. What is a Test Plan?
|
5. Test Plan Elements
|
6. Monitor Test Plan |
7. Listeners |
8. Functions |
9. Regular Expressions |
10. Best Practices |
Before begining with the automation testing part require some idea of Java OOPs concepts so it is just a brush up session for java object oriented featurs.
Contents |
---|
1. OOPs Concepts
|
Selenium IDE is a Firefox add-on that is used for recording, creating, and enhancing scripts. It is used to record your interactions with the browser and play them back. IDE stands for integrated development environment.
Selenium IDE records scripts in a special scripting language called Selenese. This language makes it easier for the tester to provide commands to the browser, such as automating the browser to select an option or to click a link. There are also commands for retrieving data from pages. The commands can be moved around quickly and there is auto completion support for editing them. Scripts in Selenese may also be recorded automatically.
Selenium IDE is popularly used for creating bug reproduction scripts and exploratory testing scripts. The best thing about Selenium IDE is that Selenese is easy to understand and anyone with a basic knowledge of web application testing can Learn Selenium IDE in a few days.
Contents |
---|
1. Need of Test Automation
|
2. Introduction to Selenium
|
3. First Record and Play of Scenario in Selenium IDE
|
4. Debug Test Cases |
5. Parameterization |
6. Regular Expression |
7. Iteration Technique |
8. Data Passing (Integration Approach) |
9. Selenium IDE test runner |
10. How to use Locators in Selenium IDE |
11. How to enhance a script using Selenium IDE |
12. Dragging and Dropping elements |
The Selenium WebDriver drives a browser natively as a user would. It uses the Selenium Server and is a major advancement in browser automation technology. The Selenium WebDriver has rendered the Selenium Remote Control obsolete, and is commonly referred to as Selenium 2.0.
Selenium 2.0 does not require a special server and can start and control a browser directly. If the tests are being conducted on remote systems, the Selenium grid can be used. Selenium 2.0 is supported by C#, Ruby, Python, and Java.
Contents |
---|
Module 1: WebDriver |
1. Selenium WebDriver Introduction |
2. WebDriver Vs Remote Control Vs Grid |
3. Download and Configure WebDriver with Eclipse |
4. First Test Case
|
5. UI elements Locator Methods |
6. Identifying WebElement using id, name, className, link text, class, xpath, css |
7. Handling various WebElement using WebDriver |
8. Handling Mouse movements and keyboard Events |
9. Broken HyperLink and Image Link Testing. |
10. Handling various Form elements |
11. HeadLess Testing using HTML Unit. |
12. Implicit wait & Explicit waits |
13. Explicit waits using custom expected conditions |
14. Exception Handling |
15. Exporting pre-recorded test scenario in IDE to WebDriver, and executing it. |
Module 2: Testing Framework and Tools |
1. Introduction of Testing Framework |
2. Types of frameworks |
3. TestNG introduction and Configuration with eclipse |
4. TestNG Annotations |
5. Creating Test Suite with TestNG |
6. Verifications and Assertions |
6. Parameterization |
7. Detailed usage on various Annotations |
Module 3: Develop Framework |
1. Developing Framework for Web Application using WebDriver/TestNG |
2. Use external Data for Testing (Excel sheet file) |
3. Reading and understanding reports |
4. Introduction to browser specific drivers |
After Studying and understanding Automation Testing all the students have to Test One Live Project. Students can do project in a group of 2-3 students.
We are living in a mobile world. Smartphone is our best assistant. We use mobile app for learning, shopping, banking, utility services, entertainments and many more. Every website has associated mobile app. It is every essential that the app, which controls our life, should have best quality.
In this course, students are trained on how to test mobile app rigorously from various perspective. Besides functional testing, usability testing is very essential for a mobile app. If an app is not user-friendly, user will give very bad rating. A smartphone is nothing but laptop in hand. Like computer, the smartphone should be checked for various security risks.
Besides manual testing of mobile apps, our students are trained on automation tools like Robotium.
Contents |
---|
1. Mobile App (Android) Architecture |
2. Mobile Testing Challenges |
3. Types of mobile Apps |
4. Installation, un-installation, interruption testing |
5. Usability Testing |
6. Functional Testing |
6. Project |
Automation tool for testing an android application using Java Library.
Contents |
---|
1. Installation of Robotium |
2. White Box Testing using Robotium |
3. Box Testing using Robotium |
Contents |
---|
1. Basic Security Concepts - Confidentiality, Integrity, Availability, Authenticity, Non-Repudiation |
2. Different types of security threats to Mobile App -virus, worm, trojan horse, rootkit, phishing , denial of service etc. |
3. Social Engineering and Cyber Crime |
4. Safeguarding from hacking |
SoapUI is the world's leading Functional Testing tool for SOA and Web Service testing. With its easy-to-use graphical interface, and enterprise-class features, SoapUI allows you to easily and rapidly create and execute automated functional, regression, and load tests.
In a single test environment, SoapUI provides complete test coverage - from SOAP and REST-based Web services, to JMS enterprise messaging layers, databases, Rich Internet Applications, and much more. And that's just the beginning.
Contents |
---|
1. Introduction to Web services |
2. Soap UI free version – Introduction |
3. Properties in SOAPUI |
The Agile methodology (systematic, theoretical analysis of the methods applied to a field of study) is used in project management and it helps us to build software applications that are unpredictable in nature..
Contents |
---|
1. Introduction to scrum |
2. Scrum Framework |
3. Scrum Terms - Basics |
4. Scrum Roles & Activates |
5. Scrum Terms - Advanced |
6. Advantages of Scrum |
7. Disadvantages of Scrum |
Our placement wing is in constant touch with the corporate world to look out for job opportunities for our students who complete their course with us and arrange for their interviews. Soft skills development is an integral part of our training courses. The soft skills development sessions conducted by us instill confidence in our students and prepare them for corporate interviews.
Contents |
---|
1. CV Writting |
2. Handling Interview |
3. Mock Interview |
4. Apptitude Test |
Every developer should have competency in logic development, the purpose of this module is cover programming basics.
Contents |
---|
1. Introduction to Programming
|
2. Installation of JDK and IDE |
3. First program - Hello World |
4. Command line arguments |
5. Variable declaration |
6. Assignment statements |
7. Operators
|
8. Type casting |
9. Operator precedence |
10. Conditional statements
|
11. Switch case |
12. Iteration statements
|
13. Strings, string functions |
14. Arrays...Single Dimension Array |
15. Methods |
Software application cannot be complete without this support of a good database management system. SQL is an inherent part of any program. Current RDBMS products have many rich functionality like core related subqueries, advance group function, hierarchical queries, storing media in the database and many more.
Contents |
---|
1. Introduction To SQL |
2. Restricting And Sorting Data |
3. Single Row Function |
4. Group Functions |
5. Joins |
6. Subquery |
7. DDL, DML, TCL queries |
8. Constraints |
Testing is required for delivery of best quality of software. In this course students are trained on various testing concepts like testing fundamentals, test design methods, test execution, defects recording, and various types of testing and levels of testing. Apart from functional testing students gets in-depth knowledge on non-functional tests like usability testing, performance testing, security testing etc.
The course is based on ISTQB syllabus. After completing this course, the student can comfortably clear ISTQB certification.
At the end of course every student has to work on a web-site testing project.
Contents |
---|
1. Fundamentals of Testing |
2. Testing throughout the Software Life Cycle
|
3. Non-functional Tests |
4. Static techniques – Verification, Validation, Review |
5. Functional Testing
|
6. Structural Testing, White Box Testing |
7. Test management
|
8. Incidence Management |
9. Tool support for testing |
Contents |
---|
1. JMeter- Overview |
2. JMeter- Environment |
3. Build Test Plan |
4. What is a Test Plan?
|
5. Test Plan Elements
|
6. Monitor Test Plan |
7. Listeners |
8. Functions |
9. Regular Expressions |
10. Best Practices |
Before begining with the automation testing part require some idea of Java OOPs concepts so it is just a brush up session for java object oriented featurs.
Contents |
---|
1. OOPs Concepts
|
Selenium IDE is a Firefox add-on that is used for recording, creating, and enhancing scripts. It is used to record your interactions with the browser and play them back. IDE stands for integrated development environment.
Selenium IDE records scripts in a special scripting language called Selenese. This language makes it easier for the tester to provide commands to the browser, such as automating the browser to select an option or to click a link. There are also commands for retrieving data from pages. The commands can be moved around quickly and there is auto completion support for editing them. Scripts in Selenese may also be recorded automatically.
Selenium IDE is popularly used for creating bug reproduction scripts and exploratory testing scripts. The best thing about Selenium IDE is that Selenese is easy to understand and anyone with a basic knowledge of web application testing can Learn Selenium IDE in a few days.
Contents |
---|
1. Need of Test Automation
|
2. Introduction to Selenium
|
3. First Record and Play of Scenario in Selenium IDE
|
4. Debug Test Cases |
5. Parameterization |
6. Regular Expression |
7. Iteration Technique |
8. Data Passing (Integration Approach) |
9. Selenium IDE test runner |
10. How to use Locators in Selenium IDE |
11. How to enhance a script using Selenium IDE |
12. Dragging and Dropping elements |
The Selenium WebDriver drives a browser natively as a user would. It uses the Selenium Server and is a major advancement in browser automation technology. The Selenium WebDriver has rendered the Selenium Remote Control obsolete, and is commonly referred to as Selenium 2.0.
Selenium 2.0 does not require a special server and can start and control a browser directly. If the tests are being conducted on remote systems, the Selenium grid can be used. Selenium 2.0 is supported by C#, Ruby, Python, and Java.
Contents |
---|
Module 1: WebDriver |
1. Selenium WebDriver Introduction |
2. WebDriver Vs Remote Control Vs Grid |
3. Download and Configure WebDriver with Eclipse |
4. First Test Case
|
5. UI elements Locator Methods |
6. Identifying WebElement using id, name, className, link text, class, xpath, css |
7. Handling various WebElement using WebDriver |
8. Handling Mouse movements and keyboard Events |
9. Broken HyperLink and Image Link Testing. |
10. Handling various Form elements |
11. HeadLess Testing using HTML Unit. |
12. Implicit wait & Explicit waits |
13. Explicit waits using custom expected conditions |
14. Exception Handling |
15. Exporting pre-recorded test scenario in IDE to WebDriver, and executing it. |
Module 2: Testing Framework and Tools |
1. Introduction of Testing Framework |
2. Types of frameworks |
3. TestNG introduction and Configuration with eclipse |
4. TestNG Annotations |
5. Creating Test Suite with TestNG |
6. Verifications and Assertions |
6. Parameterization |
7. Detailed usage on various Annotations |
Module 3: Develop Framework |
1. Developing Framework for Web Application using WebDriver/TestNG |
2. Use external Data for Testing (Excel sheet file) |
3. Reading and understanding reports |
4. Introduction to browser specific drivers |
We are living in a mobile world. Smartphone is our best assistant. We use mobile app for learning, shopping, banking, utility services, entertainments and many more. Every website has associated mobile app. It is every essential that the app, which controls our life, should have best quality.
In this course, students are trained on how to test mobile app rigorously from various perspective. Besides functional testing, usability testing is very essential for a mobile app. If an app is not user-friendly, user will give very bad rating. A smartphone is nothing but laptop in hand. Like computer, the smartphone should be checked for various security risks.
Besides manual testing of mobile apps, our students are trained on automation tools like Robotium.
Contents |
---|
1. Mobile App (Android) Architecture |
2. Mobile Testing Challenges |
3. Types of mobile Apps |
4. Installation, un-installation, interruption testing |
5. Usability Testing |
6. Functional Testing |
6. Project |
Before begining with the Robotium we require some idea of android so it is just a brush up session for android concepts.
Automation tool for testing an android application using Java Library.
Contents |
---|
1. Installation of Robotium |
2. White Box Testing using Robotium |
3. Box Testing using Robotium |
Our placement wing is in constant touch with the corporate world to look out for job opportunities for our students who complete their course with us and arrange for their interviews. Soft skills development is an integral part of our training courses. The soft skills development sessions conducted by us instill confidence in our students and prepare them for corporate interviews.
Contents |
---|
1. CV Writting |
2. Handling Interview |
3. Mock Interview |
4. Apptitude Test |
Course | Start Date | Days | Timing |
---|---|---|---|
Python | 05-DECEMBER-19 | M-F | 12.00 PM-02.00 PM |
Python | 08-DECEMBER-19 | S-S | 04.00 PM-06.00 PM |
Python | 14-DECEMBER-19 | M-F | 04.00 PM-06.00 PM |
Python | 17-DECEMBER-19 | M-F | 04.00 PM-06.00 PM |
Software Testing | 14-DECEMBER-19 | S-S | 10.00 AM-02.00 PM |
Software Testing | 17-DECEMBER-19 | M-F | 12.00 PM-02.00 PM |
Software Testing | 22-DECEMBER-19 | M-F | 10.00 AM-02.00 PM |
Selenium | 07-DECEMBER-19 | M-F | 08.00 PM-10.00 PM |
Selenium | 15-DECEMBER-19 | S-S | 12.00 PM-02.00 AM |
QTP | 08-DECEMBER-19 | S-S | 02.00 PM-04.00 PM |
JMeter | 21-DECEMBER-19 | S-S | 02.00 PM-04.00 PM |
MVC | 07-DECEMBER-19 | S-S | 04.00 PM-06.00 PM |
MVC | 16-DECEMBER-19 | M-F | 04.00 PM-06.00 PM |
.Net | 10-DECEMBER-19 | M-F | 06.00 PM-08.00 PM |
.Net | 15-DECEMBER-19 | S-S | 04.00 PM-06.00 PM |
.Net | 03-DECEMBER-19 | M-F | 04.00 PM-06.00 PM |
.Net | 14-DECEMBER-19 | S-S | 04.00 PM-06.00 PM |
.Net | 17-DECEMBER-19 | M-F | 08.00 PM-10.00 PM |
Java | 06-DECEMBER-19 | M-F | 04.00 AM-06.00 PM |
Java | 07-DECEMBER-19 | S-S | 04.00 PM-04.00 PM |
Java | 11-DECEMBER-19 | M-F | 12.00 PM-02.00 PM |
Java | 23-DECEMBER-19 | M-F | 12.00 PM-02.00 PM |
Java | 22-DECEMBER-19 | S-S | 02.00 PM-04.00 PM |
Advanced Java | 08-DECEMBER-19 | S-S | 08.00 AM-10.00 PM |
Advanced Java | 12-DECEMBER-19 | M-F | 02.00 PM-04.00 PM |
Advanced Java | 23-DECEMBER-19 | M-F | 08.00 AM-10.00 PM |
SQL | 05-DECEMBER-19 | M-F | 10.00 AM-12.00 PM |
SQL | 08-DECEMBER-19 | M-F | 10.00 AM-12.00 PM |
SQL | 19-DECEMBER-19 | S-S | 10.00 AM-12.00 PM |
SQL | 22-DECEMBER-19 | S-S | 02.00 PM-04.00 PM |
Android | 05-DECEMBER-19 | M-F | 10.00 AM-12.00 PM |
Android | 16-DECEMBER-19 | M-F | 04.00 AM-06.00 PM |
Android | 21-DECEMBER-19 | S-S | 10.00 AM-12.00 PM |
MAT | 15-DECEMBER-19 | M-F | 04.00 PM-06.00 PM |
Android App Developement Course
| | | | | | | | |