Software Tester Program Portfolio Document

11
1 Leslie Roy Smart Software Tester Program Portfolio Document Relational Databases 1. An example of a SQL Query illustrating a FULL JOIN 2. An example of a SQL Query illustrating an INNER JOIN

Transcript of Software Tester Program Portfolio Document

Page 1: 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

Page 2: Software Tester Program Portfolio Document

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

Page 3: Software Tester Program Portfolio Document

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

Page 4: Software Tester Program Portfolio Document

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.

Page 5: Software Tester Program Portfolio Document

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”.

Page 6: Software Tester Program Portfolio Document

6

Leslie Roy Smart

Software Tester Program Portfolio DocumentComputer Programming C++

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

Page 7: Software Tester Program Portfolio Document

7

Leslie Roy Smart

Software Tester Program Portfolio DocumentComputer Programming C++

Page 8: Software Tester Program Portfolio Document

8

Leslie Roy Smart

Software Tester Program Portfolio DocumentComputer Programming C++

Object Orientated Programming

Definition program – header file

Implementation file

Page 9: Software Tester Program Portfolio Document

9

Leslie Roy Smart

Software Tester Program Portfolio DocumentComputer Programming C++

Object Orientated Programming

Test File – Client Program