Wednesday, 16 November 2016

Training Highlights at YesMsystems


Trust

Quality

  • 100% Job-Oriented Training.
  • Instructor-Lead, Live Classroom, Online and Corporate Training.
  • Course syllabus is designed by experts who have experience, knowledge and understanding of the market.
  • Hands-on training with in-class exercises and projects.
  • Real-time (live) projects and intern opportunities where applicable – in 2014, we had placed close to 100 students as interns. We are continuing this process in 2015.
  • High-quality instructors with experience and passion for teaching.
  • Quality material provided to students and will help with installation of software for practices.
  • Videos: Students can watch the selected videos to review topics.

Value

  • Carrier guidance.
  • Quarterly free courses for the Yes-M students on selected topics.
  • Unlimited 1-1 mock interviews and 1-1 resume preparation sessions.
  • Recruiters will assist with marketing.
  • Job Support.
  • You can repeat QA, BA, Java and a few courses for free.
  • Assist with H1 processing where applicable.
  • Discounted fee if you take more than one course.
  • Free Advanced Placement courses for selected students.
  • Flexible Schedule: Weekday night, Weekday morning, Weekend batches.

Wednesday, 2 November 2016

Manual testing Interview questions

QTP or QuickTest Professional is an automation tool which is primarily used to automate functional and regression testing.
QTP 12 is the latest version of QTP
QTP comes with 2 types of licenses         
        1. Permanent seat license that is specific to the computer on which it is installed.
        2. Network-based concurrent license that can be used by multiple QuickTest users.
The following environments will be supported by QTP
Default Support
  • Web Objects /Applications
  • ActiveX  controls
  • Visual Basic Applications
Supported Add-ins
  • Java
  • .NET
  • Oracle
  • People Soft
  • SAP
  • Siebel
  • Stingray
  • Terminal Emulator
  • Visual Age Smalltalk
  • Citrix
  • VMware desktop support
The following browsers will be supported by QTP
  • Microsoft Internet Explorer
  • Mozilla Firefox
  • Netscape Browser
  • Chrome
You can write your Quick Test automation scripts in any language and development environment that supports automation.
For example, you can use: VBScript, JavaScript, Visual Basic, Visual C++, or VisualStudio.NET.
The Keyword View enables you to create and view the steps of your test in a keyword-driven, modular, table format.
The Keyword View is comprised of a table-like view, in which each step is a separate row in the table, and each column represents different parts of the steps. You can modify the columns displayed to suit your requirements.
What is expert view?
In the Expert View, QuickTest displays each operation performed on your application in the form of a script, comprised of VBScript statements.
The Active Screen provides a snapshot of your application as it appeared when you performed a certain step during a recording session.
The Information pane provides a list of syntax errors in your test or function library scripts.
What is Missing Resources Pane?
The Missing Resources pane provides a list of the resources that are specified in your test but cannot be found, such as missing calls to actions, unmapped shared object repositories, and parameters that are connected to shared object repositories.

Tuesday, 1 November 2016

Java Platform, Enterprise Edition (Java EE) 

Length: Approx 3 weeks/30 hours 
Audience: Students with experience in Java SE programming
Student Location – To students from around the world 
Delivery Method: Instructor-Led – Live online Training


Course Summary

This 30+ hour/3 week course is designed to give students a solid knowledge in the architecture and concepts of Java EE Programming, Java web & business application development. Each concept will be discussed using interactive class notes along with relevant built-in examples/applications. This course is taught by experienced instructors with 10+ years of development and training experience. 

This course will allow the students to understand various Java EE concepts including:

 (i) Learning Java EE Architecture
 (ii) Java web application development 
(iii) Learning Web Core Technologies: Servlets and JSP 
(iv) Java Data Base Connectivity (JDBC) Architecture
 (v) Business Component Development 
(vi) Learn how to use IDE for Java EE application development
 (vii) Use Eclipse Indigo 3.7.1 for Java EE Developers
 (viii) Exposure to lots and lots of working examples/applications
 (ix) Learn how to build and deploy Java Enterprise Applications through hands-on work 


AT COURSE COMPLETION You would be able to develop data driven, distributed, multi tiered Java enterprise business application using web and business components.

Thursday, 27 October 2016

QA Interview questions

What is difference between QA, QC and Software Testing?

          Quality Assurance (QA): QA refers to the planned and systematic way of monitoring the quality of process which is followed to produce a quality product. QA tracks the outcomes and adjusts the process to meet the expectation.
Quality Control (QC): Concern with the quality of the product. QC finds the defects and suggests improvements. The process set by QA is implemented by QC. The QC is the responsibility of the tester.
Software Testing: is the process of ensuring that product which is developed by the developer meets the user requirement. The motive to perform testing is to find the bugs and make sure that they get fixed.

          A good time to start the QA is from the beginning of the project startup. This will lead to plan the process which will make sure that product coming out meets the customer quality expectation. QA also plays a major role in the communication between teams. It gives time to step up the testing environment. The testing phase starts after the test plans are written, reviewed and approved.
SDLC stands for Software Development Life Cycle
  1. Feasibility Study
  2. Requirements gathering
  3. Design
  4. Coding
  5. Testing
  6. Implementation
  7. Maintenance
Can you briefly explain each SDLC phases?

Requirement Phase
  • This is the phase where the client requirements for the project will be gathered.
  • Objective is to produce a document that specifies all requirements of Client Software.
  • Business Analyst will be the primary anchor in this phase who will understand the requirements and prepare the Business Requirement Document (BRD), based on which the software will be developed and tested.
  • Business Analyst will involve required stakeholders (like Developers / System Architects / Testers) to better understand the system and make effective documentation.
  • Client will review and provide the sign-off / approval on the BRD.
       Design Phase
  • This is the phase where business requirements / specifications are converted into technical specifications.
  • There are 2 level of design performed. They are,
    High Level Design
    •    List of modules and a brief description of each module.
    •    Interface relationship among modules.
    •    Dependencies between modules
    •    Database tables identified along with key elements.
    •    Overall architecture diagrams along with technology details.
    Low Level Design
    •    Detailed functional logic of the module, in pseudo code.
    •    Database tables, with all elements, including their type and size.
    •    All interface details.
    •    Complete input and outputs for a module
    •    Error message listings
       Coding and Unit Testing
  • This is the phase where software is developed based on the business requirements and technical specifications.
  • This stage produces source code, executables, databases etc. for appropriate coding standards
  • Development team performs the unit testing as and when each modules are developed.
        Testing Phase
  • This is the phase where the developed software is tested to make sure the software meets the business requirements.
  • There are several types of testing conducted which are identified based on the scope of the project and nature of the requirements.
NOTE:Testing Phase of SDLC is the Test Execution phase of STLC (Software Testing Life Cycle). So, by the time testing phase begins, testing team will already be ready with the test cases to be executed to validate the system. This implies that testing activities starts well ahead in the software lifecycle and in parallel to the development activities.
       Implementation Phase
  • This is the phase where the completed product is installed in production environment and made available for the end users to use.
        Maintenance Phase
  • This phase begins once the software is released and the client starts using the software.
  • 3 types of maintenance are typically carried out, they are,
i.      Bug fixing: bugs arrived due to some untested scenarios.
ii.      Upgrade: Upgrading the application to the newer versions of the software.
iii.      Enhancement: Adding some new features into the existing software.

Thursday, 25 June 2015

Myyesm.com | About Yes-M Systems

Yes-M Systems is into 11th year of IT Training/Staffing business. We have successfully trained well 4000s of IT professionals since 2005-06. We do training and recruitment. We help with interview preparation, resume preparation and marketing. We have an experienced training staff with over 15+ years of IT (training and real-time experience) experience.

We are also involved in Website development.

For more information visit www.myyesm.com