Free Software Testing Training Click For Info
Software Testing Training Is Coming To Your TownClick For Dates
Enter the Bug Free ZoneClick to Enter
Online Software Testing Training at your Pace and your PlaceClick For Details
Group Software Testing Training For Your TeamClick For Details
Programming Concepts for Test and QA Professionals
(Elective)This tutorial covers the Elective area of the Test Management Body of Knowledge (TMBOK) required for the Certified Test Manager (CTM) certification. This tutorial also covers the Elective area of the Certified Software Test Professional requirements.
For cost and cities where this course might be offered, check our Public Training Schedule.To bring this course to your test team at your location, contact our Education and Professionals Services Group.
There was a time when all a tester needed to be successful was a business analyst background and some domain knowledge for the system being tested. In today's fast paced world of multiple platforms, a world-wide software domain called the web, and the increasing reliance of companies on their software, this is no longer nearly enough. The old-time basic black box testing has been shouldered aside by gray box, white box, clear box and even quasi-opaque box testing.
What does this mean for the tester? They need to become knowledgeable in the language of development, the symbols of programming and database concepts. This course has been designed to introduce testers who do not have a programming background to the technical concepts that will allow them to move about in this new testing domain. The course will concentrate on those programming and development concepts that a tester needs to understand. Although, general programming concepts are covered that will benefit any non-programming technical professional including Management and IT, emphasis will be placed on teaching to the testing professional's needs.
Outline- Programming Concepts
- Why do you care about programming?
- Why is programming both easy and difficult? (Example - Karel the Robot)
- Computer Memory and Complexity
- Decisions and Boolean algebra
- Computer languages and translators
- Using memory
- Variables
- Constants
- Types or how do we store this stuff?
- Assignment and Syntax
- Control structures
- Software Engineering concepts
- Functions and decomposition
- Data storage
- Pointers (danger Will Robinson)
- Tips