\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{mnp003} \pdfinfo{ /Title (qe-training-part-1.pdf) /Creator (Cheatography) /Author (mnp003) /Subject (QE Training Part 1 Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{A3A3A3} \definecolor{LightBackground}{HTML}{F3F3F3} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{QE Training Part 1 Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{mnp003} via \textcolor{DarkBackground}{\uline{cheatography.com/30206/cs/8959/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}mnp003 \\ \uline{cheatography.com/mnp003} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 29th August, 2016.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{4} \begin{tabularx}{3.833cm}{x{1.7165 cm} x{1.7165 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Introduction}} \tn % Row 0 \SetRowColor{LightBackground} {\bf{Manual Testing}}\{\{br\}\} & {\bf{Automation}} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} 1. Takes more time\{\{br\}\} & 1. Takes less time \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} 2. Cheaper if executing 1,2, or 3 times\{\{br\}\} & 2. Execution is faster \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} 3.Execute Manually First\{\{br\}\} & 3. Don't automate anything not linked or completed \tn % Row Count 10 (+ 3) % Row 4 \SetRowColor{LightBackground} 4. Non-stable build\{\{br\}\} & 4. Executing more than 3 times \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{p{0.65825 cm} p{0.65825 cm} p{0.65825 cm} p{0.65825 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{3.833cm}}{\bf\textcolor{white}{SDLC Models}} \tn % Row 0 \SetRowColor{LightBackground} Waterfall (for small project) & \seqsplit{-Requirements} Gathering\{\{nl\}\}-Designing\{\{nl\}\}-Implementation\{\{nl\}\}-Testing\{\{nl\}\}-Deployment\{\{nl\}\}-Maintenance & ADV: -simple\{\{nl\}\}-easy to follow & DIS: \{\{nl\}\}-slow;time consuming\{\{nl\}\}-deliver a wrong product\{\{nl\}\}-teams don't interact\{\{nl\}\}-design/implement to meet requirement\{\{nl\}\}-software delivered to next team \tn % Row Count 17 (+ 17) % Row 1 \SetRowColor{white} V-Model & -Test in all phases & ADV:\{\{nl\}\}-continuous testing\{\{nl\}\}-Usable\{\{nl\}\}-Doable & DIS:\{\{nl\}\}-if you do not test \seqsplit{correctly;wrong} product \tn % Row Count 23 (+ 6) % Row 2 \SetRowColor{LightBackground} Iterative (small version of agile) & \seqsplit{Repitition} & & \tn % Row Count 27 (+ 4) % Row 3 \SetRowColor{white} Spiral & Planning, Risk Analysis, \seqsplit{Evaluation}, \seqsplit{Engineering} & -unit testing\{\{nl\}\}-create a prototype of each design & -keeps iterating\{\{nl\}\}-takes more time\{\{nl\}\}-complicated to \seqsplit{understand} \tn % Row Count 34 (+ 7) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{3.833cm}{p{0.65825 cm} p{0.65825 cm} p{0.65825 cm} p{0.65825 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{3.833cm}}{\bf\textcolor{white}{SDLC Models (cont)}} \tn % Row 4 \SetRowColor{LightBackground} Agile \seqsplit{(Iteration} Detail Sprints 1-2 weeks) & \seqsplit{-Implementation/Developer} Testing\{\{nl\}\}-QA/Acceptance Testing\{\{nl\}\}-(Deployment)\{\{nl\}\}-Evaluation/Prioritzation\{\{nl\}\}-Detailed Requirements\{\{nl\}\}-Design/Analysis & -won't be outdated\{\{nl\}\}-fast;adaptable\{\{nl\}\}-4 iteration & \tn % Row Count 17 (+ 17) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{x{1.7165 cm} x{1.7165 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Stages of SDLC (Ask for Access)}} \tn % Row 0 \SetRowColor{LightBackground} 1. Requirement Gathering & -what does the client want \{\{nl\}\} -analyze,process \{\{nl\}\} - feasibile? how much time? \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} 2. Designing (Architecture; How it will look) & -reliable \{\{nl\}\} -estimate time,cost,resources \{\{nl\}\} analysis w/ team; challenges? \tn % Row Count 10 (+ 5) % Row 2 \SetRowColor{LightBackground} 3. Implementation & -write the code \{\{nl\}\}-unit testing (does the code work) \{\{nl\}\}-validate the unit testers have done their testing \tn % Row Count 16 (+ 6) % Row 3 \SetRowColor{white} 4. Testing & -meet requirements\{\{nl\}\}-meets design\{\{nl\}\}-Functionality\{\{nl\}\}-UI \{\{nl\}\}-system testing \{\{nl\}\}-Actual vs Expected Results \{\{nl\}\}Compatibility \{\{nl\}\}-Performance \tn % Row Count 25 (+ 9) % Row 4 \SetRowColor{LightBackground} 5. Deployment & -deploy at client site\{\{nl\}\}-different environment\{\{nl\}\}-working or not? \{\{nl\}\}-testers should have a 32 bit for 32 bit software \tn % Row Count 32 (+ 7) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{3.833cm}{x{1.7165 cm} x{1.7165 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Stages of SDLC (Ask for Access) (cont)}} \tn % Row 5 \SetRowColor{LightBackground} 6. Maintenance & -enhancements \{\{nl\}\} -bug fixes \{\{nl\}\} -new feature additions \{\{nl\}\}-Acceptance Testing (alpha/beta)\{\{nl\}\}-Alpha:done by testers; go to the csutomer's,install,test it\{\{nl\}\} -Beta: Live testing \tn % Row Count 10 (+ 10) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{3.833cm}}{\bf\textcolor{white}{Software Development Life Cycle}} \tn \SetRowColor{white} \mymulticolumn{1}{x{3.833cm}}{\{\{fa-keyboard-o\}\} A process to develop quality software \newline % Row Count 2 (+ 2) \{\{fa-keyboard-o\}\} A process we follow to develop and deliver \newline % Row Count 4 (+ 2) \{\{fa-keyboard-o\}\} SDLC is a process used to design, develop, and test high quality software \newline % Row Count 6 (+ 2) \{\{fa-keyboard-o\}\} Continuous Process \newline % Row Count 7 (+ 1) \{\{fa-keyboard-o\}\} Meets or Exceeds customer's expectations \newline % Row Count 9 (+ 2) \{\{fa-keyboard-o\}\} Reaches completion within times and cost estimates \newline % Row Count 11 (+ 2) \{\{fa-keyboard-o\}\} Assures that we are \newline % Row Count 12 (+ 1) ~ ~ ~\{\{fa-laptop\}\}{\emph{Meeting the requirements}} \newline % Row Count 14 (+ 2) ~ ~ ~\{\{fa-laptop\}\}{\emph{Deliver on time}} \newline % Row Count 16 (+ 2) ~ ~ ~\{\{fa-laptop\}\}{\emph{Should be quality}}% Row Count 18 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{3.833cm}}{\bf\textcolor{white}{Software Testing}} \tn \SetRowColor{white} \mymulticolumn{1}{x{3.833cm}}{\{\{fa-mobile\}\}process of watching with the requirements \newline % Row Count 2 (+ 2) \{\{fa-mobile\}\}check for correctness,completeness,and quality \newline % Row Count 4 (+ 2) \{\{fa-mobile\}\}if it is missing something it is a bug \newline % Row Count 6 (+ 2) \{\{fa-mobile\}\}1)Validation 2)Verification \newline % Row Count 7 (+ 1) ~ ~~~\{\{fa-laptop\}\}requirement doc \newline % Row Count 9 (+ 2) ~ ~~~\{\{fa-laptop\}\}business doc \newline % Row Count 11 (+ 2) ~ ~~~\{\{fa-laptop\}\}software \newline % Row Count 12 (+ 1) \{\{fa-mobile\}\}meets requirements \newline % Row Count 13 (+ 1) \{\{fa-mobile\}\}works as expected \newline % Row Count 14 (+ 1) \{\{fa-mobile\}\}can be implemented with the same characteristics% Row Count 16 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{p{0.69759 cm} x{1.18287 cm} x{1.15254 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{3.833cm}}{\bf\textcolor{white}{STLC (Software Testing Life Cycle)}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{1.Requirement} & -properly \seqsplit{documented/updated} & -verification \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} 2. Design Test Strategy & -how to test\{\{nl\}\}-what to test?\{\{nl\}\}tools?framework?\{\{nl\}\}required resources\{\{nl\}\} & -how will you decide what is going to be done \tn % Row Count 8 (+ 6) % Row 2 \SetRowColor{LightBackground} 3.Test Planning & -who will test \{\{nl\}\}-resources/schedule/TC & -what you are going to test in each phase \tn % Row Count 11 (+ 3) % Row 3 \SetRowColor{white} 4. Test Case \seqsplit{Development} & -write TC & \tn % Row Count 14 (+ 3) % Row 4 \SetRowColor{LightBackground} 5. \seqsplit{Enviornment} Setup & -software \{\{nl\}\}-hardware & -server to deploy testing environment \tn % Row Count 17 (+ 3) % Row 5 \SetRowColor{white} 6. \seqsplit{Automation} & -automate TC\{\{nl\}\}test the software & -automate 1st execute later \tn % Row Count 20 (+ 3) % Row 6 \SetRowColor{LightBackground} 7. Test \seqsplit{Execution} & -execute tests & \tn % Row Count 22 (+ 2) % Row 7 \SetRowColor{white} 8. Report Defects & -report defects\{\{nl\}\}-log defect against automation & -tell m-report defects\{\{nl\}\}-log defect against \seqsplit{automationanager} of defects \tn % Row Count 27 (+ 5) % Row 8 \SetRowColor{LightBackground} 9. \seqsplit{Regression} Test & -defects fixed & -what's fixed or not \tn % Row Count 29 (+ 2) % Row 9 \SetRowColor{white} 10. Test Reports & -create and submit & \tn % Row Count 31 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{p{0.36396 cm} x{1.33452 cm} x{1.33452 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{3.833cm}}{\bf\textcolor{white}{Principles of Software Testing}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{Principle} 1 & -prove there are defects (presence of defects) & \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \seqsplit{Principle} 2 & -100\% testing (exhaustive is impossible) & \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} \seqsplit{Principle} 3 & -Early Testing & \tn % Row Count 9 (+ 3) % Row 3 \SetRowColor{white} \seqsplit{Principle} 4 & -Defect clustering; categorize based on severity, highest priority,needs & \tn % Row Count 14 (+ 5) % Row 4 \SetRowColor{LightBackground} \seqsplit{Principle} 5 & -Pesticide Paradox & -dependencies \tn % Row Count 17 (+ 3) % Row 5 \SetRowColor{white} \seqsplit{Principle} 6 & -Testing is context dependent & -log defects \{\{nl\}\}-what you're testing for \tn % Row Count 20 (+ 3) % Row 6 \SetRowColor{LightBackground} \seqsplit{Principle} 7 & -Absence of errors-fallacy & -chances of missing the errors \tn % Row Count 23 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{p{0.66726 cm} p{0.75825 cm} x{1.60749 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{3.833cm}}{\bf\textcolor{white}{Bugs Can Be...}} \tn % Row 0 \SetRowColor{LightBackground} Defect & Incident & Inconsistency \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Fault & Anomaly & Product Anomaly \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Problem & Variance & Product Incidence \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Error & Failure & Feature \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{p{0.34229 cm} p{0.73724 cm} p{0.76357 cm} p{0.7899 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{3.833cm}}{\bf\textcolor{white}{Verification \& Validation/QA/QC}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{Verification} & -is the \seqsplit{requirement} proper & -are we on the right track? \{\{nl\}\}-static documents & -audits \tn % Row Count 5 (+ 5) % Row 1 \SetRowColor{white} \seqsplit{Validation} & -building the right thing & -dynamic & -whether we have built it right\{\{nl\}\}-system testing \tn % Row Count 10 (+ 5) % Row 2 \SetRowColor{LightBackground} \seqsplit{Quality} \seqsplit{Assurance} & -process oriented\{\{nl\}\}-assure quality & -STLC \{\{nl\}\}-implement process & -preventive activities \tn % Row Count 14 (+ 4) % Row 3 \SetRowColor{white} \seqsplit{Quality} \seqsplit{Control} & \seqsplit{-Product-oriented} & \seqsplit{-corrective} process\{\{nl\}\}-test cases & -one product\{\{nl\}\}-corrective process \tn % Row Count 18 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{p{0.50027 cm} p{0.73724 cm} p{0.55293 cm} x{0.84256 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{3.833cm}}{\bf\textcolor{white}{Levels of Testing}} \tn % Row 0 \SetRowColor{LightBackground} Unit \seqsplit{Testing} & -check code & -lines of code & -\# of TC \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{Integration} \seqsplit{Testing} & -all the pieces fit when integrated & & \tn % Row Count 6 (+ 4) % Row 2 \SetRowColor{LightBackground} System \seqsplit{Testing} & \seqsplit{-Functionality} & \seqsplit{-end-to-end} testing & \seqsplit{-performance}, \seqsplit{accessibility}, \seqsplit{compatibility} \tn % Row Count 10 (+ 4) % Row 3 \SetRowColor{white} User \seqsplit{Acceptance} \seqsplit{Testing} & -Alpha:lab, what's in production & \seqsplit{-Beta:Production(end} user) & \tn % Row Count 14 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{3.833cm}}{\bf\textcolor{white}{Testing Techniques (Black Box)}} \tn \SetRowColor{white} \mymulticolumn{1}{x{3.833cm}}{\{\{fa-archive\}\}Don't have to understand/touch code \newline % Row Count 1 (+ 1) \{\{fa-archive\}\}No access to code \newline % Row Count 2 (+ 1) \{\{fa-archive\}\}Check functional and non-functional \newline % Row Count 3 (+ 1) \{\{fa-archive\}\}Advantages: efficient, unbiased, easy to execute, non intrusive \newline % Row Count 5 (+ 2) \{\{fa-archive\}\}Disadvantages: Localized testing, blind coverage, inefficient, test authority(system testing)% Row Count 8 (+ 3) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{3.833cm}}{\bf\textcolor{white}{Testing Techniques (White Box)}} \tn \SetRowColor{white} \mymulticolumn{1}{x{3.833cm}}{\{\{fa-archive\}\}understand designs, programming language, unit test cases (execute and develop) \newline % Row Count 2 (+ 2) \{\{fa-archive\}\}Advatages: effective, early defect identifying, reveal hidden code flaws, full code pathway capable \newline % Row Count 5 (+ 3) \{\{fa-archive\}\}Disadvantages:Difficult to scale, cultural stress, highly intrusive, difficult to maintain% Row Count 8 (+ 3) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{3.833cm}}{\bf\textcolor{white}{Testing Techniques (Gray Box)}} \tn \SetRowColor{white} \mymulticolumn{1}{x{3.833cm}}{\{\{fa-archive\}\}Mixture of black and white \newline % Row Count 1 (+ 1) \{\{fa-archive\}\}Test black box, partial access, can analyze their code, half rights \newline % Row Count 3 (+ 2) \{\{fa-archive\}\}Advantages: Combined benefits, unbiased testing, intelligent test authority \newline % Row Count 5 (+ 2) \{\{fa-archive\}\}Disadvantages:Partial code coverage, Defect Identification% Row Count 7 (+ 2) } \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{p{0.63192 cm} p{0.71091 cm} p{0.60559 cm} p{0.68458 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{3.833cm}}{\bf\textcolor{white}{Testing Methodologies}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{Governance} Testing & -services conform to standards, policies, and \seqsplit{objectives} & & \tn % Row Count 6 (+ 6) % Row 1 \SetRowColor{white} Process Testing & -services are operating \seqsplit{collectively} as specified & -process being followed or not? & \tn % Row Count 11 (+ 5) % Row 2 \SetRowColor{LightBackground} Unit \seqsplit{Testing/Service-Component} Level & -test the code & \seqsplit{-functionality} & \tn % Row Count 15 (+ 4) % Row 3 \SetRowColor{white} System Testing & -business \seqsplit{requirements} defined and met \seqsplit{acceptance} criteria & -entire system works \seqsplit{end-to-end} & \tn % Row Count 21 (+ 6) % Row 4 \SetRowColor{LightBackground} \seqsplit{Integration} Testing & -if interface behavior and info sharing btw the services are working as specified & & \tn % Row Count 30 (+ 9) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{3.833cm}{p{0.63192 cm} p{0.71091 cm} p{0.60559 cm} p{0.68458 cm} } \SetRowColor{DarkBackground} \mymulticolumn{4}{x{3.833cm}}{\bf\textcolor{white}{Testing Methodologies (cont)}} \tn % Row 5 \SetRowColor{LightBackground} Security Testing & -to ensure \seqsplit{protection} from \seqsplit{unauthorized} software & & \tn % Row Count 5 (+ 5) % Row 6 \SetRowColor{white} Service level Testing & \seqsplit{-Functional} testting, \seqsplit{Performance} Testing, Security Testing & \seqsplit{-comprehensive} \seqsplit{statement} of quality & \seqsplit{-reusable(across} windows,functionality), reliable, \seqsplit{compatible} \tn % Row Count 12 (+ 7) \hhline{>{\arrayrulecolor{DarkBackground}}----} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}