Software Tester Program Portfolio Document

Post on 13-Apr-2017

59 views 0 download

Transcript of Software Tester Program Portfolio Document

1

Leslie Roy Smart

Software Tester Program Portfolio DocumentRelational Databases

1. An example of a SQL Query illustrating a FULL JOIN

2. An example of a SQL Query illustrating an INNER JOIN

2

Leslie Roy Smart

Software Tester Program Portfolio DocumentRelational Databases

3. An example of a SQL Query illustrating a RIGHT JOIN

4. An example of a SQL Query illustrating a LEFT JOIN

3

Leslie Roy Smart

Software Tester Program Portfolio DocumentRelational Databases

5. An example of a SQL Query illustrating a FULL UNION

6. An example of a SQL Query illustrating an UNION

4

Leslie Roy Smart

Software Tester Program Portfolio DocumentRelational Databases

7. An example of a SQL Query illustrating an EXCEPT

8. A PowerPoint presentation of work done by my team in gathering data and information from a Sobeys grocery store as part of a project within the Relational Database program. (Posted under my LinkedIn profile under title of “Software Tester Student” – “McKenzie College”.Below a DB Schema for the Grocery project.

5

Leslie Roy Smart

Software Tester Program Portfolio DocumentSoftware Testing

1. The “Black box” Software testing technique, BVA, is illustrated by an Excel document entitled “BVA Exercise 1”. (Posted under my LinkedIn profile under title of “Software Tester Student” – “McKenzie College”.

2. The “Black box” Software testing technique, Decision Table, is illustrated by an Excel document entitled “Activity 2 (3) Decision Table”. (Posted under my LinkedIn profile under title of “Software Tester Student” – “McKenzie College”.

3. The “Black box” Software testing technique, OAT, is illustrated by an Excel document entitled “Activity 3 OAT Array of Pizza”. (Posted under my LinkedIn profile under title of “Software Tester Student” – “McKenzie College”.

4. The Automated Software testing technique, JIRA, is illustrated by an Excel document entitled “JIRA#1”. (Posted under my LinkedIn profile under title of “Software Tester Student” – “McKenzie College”.

5. A PowerPoint presentation of work done by my team in gathering data and information about Test Planning and Estimation. (Posted under my LinkedIn profile under title of “Software Tester Student” – “McKenzie College”.

6

Leslie Roy Smart

Software Tester Program Portfolio DocumentComputer Programming C++

What is to follow are examples of programming code from the C++ course.

7

Leslie Roy Smart

Software Tester Program Portfolio DocumentComputer Programming C++

8

Leslie Roy Smart

Software Tester Program Portfolio DocumentComputer Programming C++

Object Orientated Programming

Definition program – header file

Implementation file

9

Leslie Roy Smart

Software Tester Program Portfolio DocumentComputer Programming C++

Object Orientated Programming

Test File – Client Program