Category Archives: ISTQB

On Job training for future Software engineers [freshers] how it saves their career time ?

I wrote this article to motivate the students who wants to build their own IT career faster in their early ages without depending on corporate to earn more perks in a faster way.

Student life

Lot of global IT services companies they conduct campus recruitment to select the top notch percentages acquired students to offer as software engineers.

During this process, each corporate might plan to groom the students on different skills in 6 to 10 months time by paying the agreed salary.

Once they are successful in their training and they can offer these candidates to different business units to hire them for their customer projects either under billable or non-billable. Depends on the projects requirement the candidates will be placed either on the candidate desired skills or non-desired skills.

Each fresher candidate [student] deployment onto the customer project might take typically 6 to 12 months; which includes their grooming/training on different skills. They will be placed onto the cusotmer projects with or without interviews.

SW-Eng interviews

Their productivity starts to corporate after one year of their joining time into the corporate company. Typically most of the corporate companies they recruit the students from the campus on bond for 2 years.

During this two years time each student might lose one year of their career time due to the corporate companies’ delays in their internal planning and adjustment of the selected students in different customer projects.

Sometimes, most of these students cannot be guided perfectly as corporate companies commit to students, due to lack of their internal mentors and all the processes are not synchronized across the company or by all locations. In such case the lucky students only can gain the advantages of the corporate companies’ commitments or professional lavishness.

Otherwise they to need burn themselves to pickup the technology skills to meet to the cusotmer requirements and also to the project role expectations.

Busy-SW Engr

Most of the students waste their time by hanging on to such campus recruitment process as they feel the large companies are their career guiders or ladders. 

But really the student has to stick on to the corporate to climb their ladder. Some freshers might have been groomed well because of they are placed by luck under good mentors. Most of them may not get this chance also.

What are the alternate ways to save freshers time?

There are few standard companies they consider the bright or non-bright students and groom them as Software engineers. During this process of grooming they will deploy them on to their internal development projects. They offer them as Trainee software engineer with the below models.

  1. Some of the companies they consider them on bond for 1 or 2 years without charge.
  2. Few companies they charge for the initial grooming time.

Top5-SW-Skils

During the above process these companies adhere to the standard skill those are in demand of the market. With those industry demanded skills after completion off their trainee tenure either they can look for direct software engineer jobs or they can negotiate with the groomed companies to get a job with them.

Let us assume , If one candidate has learnt the skills with their live projects/products development activities he/she will be able to get a direct job more than the campus recruitment offer made by large corporate. And this candidate can save their time comparatively with their co-student who has joined in campus joining with the large corporate company. This way it saved his career building time and also he/she may get more offers in a year time.

SW-Roles1

When a fresher[college student] need to enter into a job market, he/she need to answer to the below questions:

Fresher-thinks

What is the decision any young IT professional need to take in this dynamic changing IT environment?

Do I Have the capability to build my strategic career?

Do I need to stick or depend on through a company or need to make my own career plan?

Do I need to learn multiple skills initially to make myself with more returns?

Do I need to accelerate my competency? Or Do I need to have retardation by depending on a company?

Do I need to stick on to a corporate ladder or can I build my career bricks with day one foundation?

Do I need to build skills myself or depend on large corporate ?

Am I looking for a right company for my skills improvement in a faster way ?

Am I looking for any certifications for my long term career building ?

All the above scenarios a fresher need to determine and make a strong decision to accelerate their faster career building in this faster technology changing and competent environments.

slide1

 

 

Protected: ISTQB Certification exam coaching – class videos

This content is password protected. To view it please enter your password below:

ISTQB ATA exam TIPS-2: on Test Planning activities

In continuation of my ISTQB ATA[Advanced Test Analyst] exam blogs/videos(s):

https://vskumar.blog/2017/10/17/istqb-ata-exam-tips-1-on-test-monitoring-and-control-sub-topic/

In this blog, I have made a list of the detailed test planning activities/tasks in the below chart.

I have posted the links for  Audio/Video below this chart.

Tmmi-Test planning-activities

Audio/Video for the above slide:

Audio sharing link:

https://drive.google.com/file/d/0B5__r7s-mqnVZFduV3duRktaalk/view

Video sharing link:

https://drive.google.com/open?id=0B5__r7s-mqnVcFBqM00zd0xBT2M

You can download for effective watching.

You can also join to learn the concepts freely: https://www.facebook.com/groups/410279332851728/?

slide1

ISTQB ATA exam TIPS-1: on Test Monitoring and control sub-topic.

In continuation of my ISTQB ATA[Advanced Test Analyst] exam videos(s).This blog can give some preparation plan for ISTQB on Test Monitoring and control sub-topic

The below slide points gives some tips towards preparing for Test Monitoring and control sub-topic. I also wrote some sample questions and posted on Kindle related to this topic. A book video was made and posted on my Channel.

I have given the  Audio/Video links in the bottom, for the following content elaboration.

Tips-ATA-TMC-PPT-Video-contents-vsk

Audio/Video for the above slide:

Audio sharing link:

https://drive.google.com/open?id=0B5__r7s-mqnVYUFZNWlSX1NGNzA

Video sharing link:

https://drive.google.com/open?id=0B5__r7s-mqnVOGF2SHNZZkMzTnc

You can also join to learn the concepts freely: https://www.facebook.com/groups/410279332851728/?

slide1

Continuous test automation planning during Agile iterations

Continuous test automation planning during Agile iterations

Please refer to my blog and videos on Agile practices and the importance of Re-usable code libraries for cycle time reduction.

During the reusable code usage and the iterations or sprint planning, the test automation also can be planned, designed and implemented.

This blog eloborates on  the easy processes can be used to implement it and demonstrate the cycle time reduction. Please note atleast after passing the two cycles of tests on the selected manual scripts need to be planned for test automation.

I am trying to elaborate on the process of the Automation of unit testing and component or module integration test automation. Please note the test automation is also a development project. Hence some of the phases are similar to SDLC. The pictorial chart elaborates the detailed steps involved in these test phases automation. Module (Unit) or Component Development in Agile: The below contents and the chart narrates the relationship of automation Development process and the Testing process under each development phase. Development and Testing process Relationship table:

Phase Development Process Test Process
Module (Unit) or component Development Design module from requirements Perform test planning and test environment set up.
  Code module Create test design and develop test data.
  Debug module Write test scripts or record test scenario using module.
  Unit test module Debug automated test script by running against module. Also, tools that support unit testing [Purify, etc] can be used.
  Correct defects Rerun automated test script to regression test as defects are corrected.
  Conduct Performance Testing Verify system is scaleable and will meet the performance requirements. This is the entry criteria for Integration test automation.
Integration
Build system by connecting modules.Conduct Integration test with connected modules.Review trouble reports. Combine unit test scripts and add new scripts that demonstrate module inter-connectivity. Use test tool to support automated integration testing.
  Correct defects and update defect status. Rerun automated test script as part of regression test, as defects are corrected.
  Continued Performance Testing Activities At this point, Verifying system is scaleable and will meet performance requirements with the integrated modules. If this passes then the system test or VVT entry can be considered.

Below chart demsontrates the process steps to be used for test automation of unit test and integration testing:

UT&IT

The acronyms used in the chart: TC–>Test case, TD–>Test data, TR–> Test requirement, UT–>Unit test, IT–> Integration test.

All the automated test scripts and test data  need to be preserved under configuration management tools.

Choosing the right tools for test automation comes under tools evaluation process. Once the tools are identified, the above processes can be planned and adopted for regular practice on the Agile projects.

 

 

Vcard-Shanthi Kumar V-v3

ISTQB ATA SAMPLE EXAM QUESTIONS FOR PRACTICE Kindle Edition

cover-ta-qstns

Visit: https://www.amazon.com/dp/B01MD1OMXU

Verify the knowledge videos from the YouTube channel.

You can watch a demo class for Test Analyst test process from URL: :
https://www.youtube.com/watch?feature=player_detailpage&v=dhn2a8f-yoE

For Foundation:

For A test automation Video please visit:

There is a Part2 also, please watch it in URL: http://youtu.be/An4_EMA9gbE

slide1

You can also join to learn the concepts freely: https://www.facebook.com/groups/410279332851728/?