Difference between revisions of "Test Manager"

From Test Automation Patterns
Jump to navigation Jump to search
(Created page with "<div id="content_view" class="wiki" style="display: block"><span style="font-size: 16px">The most important thing to learn about test automation is the difference between mana...")
 
m (empty lines removed)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
<div id="content_view" class="wiki" style="display: block"><span style="font-size: 16px">The most important thing to learn about test automation is the difference between managing testing and test automation</span><br /> <br /> <span style="font-size: 16px">A test manager is responsible for:</span><br />  
 
<div id="content_view" class="wiki" style="display: block"><span style="font-size: 16px">The most important thing to learn about test automation is the difference between managing testing and test automation</span><br /> <br /> <span style="font-size: 16px">A test manager is responsible for:</span><br />  
 
 
* <span style="font-size: 16px">the master test plan</span>
 
* <span style="font-size: 16px">the master test plan</span>
 
* <span style="font-size: 16px">defining standards and processes</span>
 
* <span style="font-size: 16px">defining standards and processes</span>
Line 8: Line 7:
 
* <span style="font-size: 16px">recruiting and training testers</span>
 
* <span style="font-size: 16px">recruiting and training testers</span>
 
<br /> <br /> <span style="font-size: 16px">A test manager in charge of test automation is also responsible for:</span><br />  
 
<br /> <br /> <span style="font-size: 16px">A test manager in charge of test automation is also responsible for:</span><br />  
 
 
* <span style="font-size: 16px">defining the scope of test automation ([[SET CLEAR GOALS]], [[DO A PILOT]])</span>
 
* <span style="font-size: 16px">defining the scope of test automation ([[SET CLEAR GOALS]], [[DO A PILOT]])</span>
* <span style="font-size: 16px">defining standards and processes for test automation ([ STANDARDS]], [[GOOD DEVELOPMENT PROCESS]])</span>
+
* <span style="font-size: 16px">defining standards and processes for test automation [[SET STANDARDS]], [[GOOD DEVELOPMENT PROCESS]])</span>
 
* <span style="font-size: 16px">defining the strategy for test automation ([[TESTWARE ARCHITECTURE]], [[ABSTRACTION LEVELS]], [[MAINTAINABLE TESTWARE]])</span>
 
* <span style="font-size: 16px">defining the strategy for test automation ([[TESTWARE ARCHITECTURE]], [[ABSTRACTION LEVELS]], [[MAINTAINABLE TESTWARE]])</span>
 
* <span style="font-size: 16px">deciding what to automate and what not ([[AUTOMATE WHAT'S NEEDED]], [[KNOW WHEN TO STOP]])</span>
 
* <span style="font-size: 16px">deciding what to automate and what not ([[AUTOMATE WHAT'S NEEDED]], [[KNOW WHEN TO STOP]])</span>
Line 18: Line 16:
 
* <span style="font-size: 16px">recruiting and training test automators ([[AUTOMATION ROLES]], [[GET TRAINING]])</span>
 
* <span style="font-size: 16px">recruiting and training test automators ([[AUTOMATION ROLES]], [[GET TRAINING]])</span>
 
* <span style="font-size: 16px">getting [[MANAGEMENT SUPPORT]] for test automation by communicating with management, testers and development ([[SHARE INFORMATION]], [[CELEBRATE SUCCESS]], [[SELL THE BENEFITS]])</span>
 
* <span style="font-size: 16px">getting [[MANAGEMENT SUPPORT]] for test automation by communicating with management, testers and development ([[SHARE INFORMATION]], [[CELEBRATE SUCCESS]], [[SELL THE BENEFITS]])</span>
<br /> <br /> <span style="font-size: 16px">[[Back]]</span></div>
+
<br /><span style="font-size: 16px">[[LIMITED EXPERIENCE | Back]]</span></div>

Latest revision as of 07:24, 5 May 2018

The most important thing to learn about test automation is the difference between managing testing and test automation

A test manager is responsible for:
  • the master test plan
  • defining standards and processes
  • developing the specific test plans and having them performed
  • giving information about the test status (how many tests have been executed? how many bugs have been found (and how serious)? how many have been corrected (or not)? how much time and resources are needed? etc.)
  • helping decide if the application is ready for release
  • recruiting and training testers



A test manager in charge of test automation is also responsible for:


Back