My GitHub Projects: Difference between revisions

Jump to navigation Jump to search
m
 
(2 intermediate revisions by the same user not shown)
Line 26: Line 26:


=== Miscellaneous===
=== Miscellaneous===
'''HTML Bootstrap JavaScript: [https://github.com/VincentDirks/tap-beats-per-minute Tap Beats Per Minute]'''
* '''HTML Bootstrap JavaScript: [https://github.com/VincentDirks/tap-beats-per-minute Tap Beats Per Minute]'''
I wanted a little app to tap out the beats and bars per minute for music I dance to for my ballroom dancing hobby.  
: I wanted a little app to tap out the beats and bars per minute for music I dance to for my ballroom dancing hobby.  


'''JavaScript: [https://github.com/VincentDirks/emptyDirectoryRemover emptyDirectoryRemover]'''
* '''JavaScript: [https://github.com/VincentDirks/emptyDirectoryRemover emptyDirectoryRemover]'''
Script to help me clean up a messy directory tree.
: Script to help me clean up a messy directory tree.


= 2023 =
= 2023 =
Line 38: Line 38:
Used JavaScript, Jest, and Selenium WebDriver to complete this task for a job interview
Used JavaScript, Jest, and Selenium WebDriver to complete this task for a job interview


{| class="wikitable"
'''Instructions Received'''
|Identify at least one test scenario from the website https://magento.softwaretestingboard.com/ and automate it.  
<nowiki>
Identify at least one test scenario from the website https://magento.softwaretestingboard.com/ and automate it.  


Please use Selenium (No framework is necessary if you don't have one, you can use just raw Selenium).  
Please use Selenium (No framework is necessary if you don't have one, you can use just raw Selenium).  


Please keep your code simple and concise.
Please keep your code simple and concise.</nowiki>
|}


===Miscellaneous===
===Miscellaneous===
Line 82: Line 82:
This repo contains the code and presentation notes for [https://www.testingmind.com/event/test-automation-and-digital-qa-summit-auckland-2019/ 2019 TestingMind conference in Auckland, New Zealand], as well as at [https://www.testingmind.com/event/test-automation-digital-qa-summit-sydney-2020/ 2020 TestingMind online conference for Sydney, Australia]
This repo contains the code and presentation notes for [https://www.testingmind.com/event/test-automation-and-digital-qa-summit-auckland-2019/ 2019 TestingMind conference in Auckland, New Zealand], as well as at [https://www.testingmind.com/event/test-automation-digital-qa-summit-sydney-2020/ 2020 TestingMind online conference for Sydney, Australia]


It is a demo of how to create and use JavaScript object models inside a Postman collection. It includes a simple API implemented in Node.js used by the Postman collection, and a Postman Collection to demonstrate the Postman Object Model concept.
It is a demo of how to create and use JavaScript classes (aka. object models) inside a Postman collection. It includes a simple API implemented in Node.js used by the Postman collection, and a Postman Collection to demonstrate the Postman Object Model concept.

Navigation menu