Skip to main content

Solo Capstone Project for Devmountain QRPT14

  Link to slide show:Slideshow


Adriana K Williams

Solo Capstone Project


Native American GIF by Indigenous Goddess Gang


 The website I tested: https://www.powwows.com/


My Favorite Test Case


Find a PowWow Near You Search Without Entering Any Information


I really enjoy negative testing.  I like to ask the question, ‘Will this allow me to _____?’ and then check to see whether the application behaves as anticipated, or if there might be a hidden vulnerability that could allow me to bypass the expected flow.


My Favorite Bugs

I found my favorite bug while testing the first feature during my initial exploratory testing.  If you try to search for a Pow Wow by Month, Year, and State or Province from the home page you’ll find you’re unable to select the year 2024.  My second favorite bug goes along with this one.  If you click the PowWows.com icon that is supposed to take you home from the calendar page you aren’t brought back to the homepage, but to a Pow Wow Calendar instead.


My Least Favorite Part

My least favorite part of this project was I couldn’t automate one of the tests

I wanted to because of a CAPTCHA. 

I suppose it did its job and kept me from spamming the Newsletter Signup,

but I was disappointed to not be able to automate that test.


My Favorite Part

I really got excited when I was able to successfully write automated tests on my own. 

I did need some help getting a couple of them to work, but I didn’t need help with all of them. 

It’s extremely satisfying to finally be able to write tests that go by themselves. 

Two months ago I wouldn’t even have known just what I was looking at if you showed me an automated test,

and now I can write them myself.


Native American Culture GIF by IllumiNative


Automated Tests

                                                  Click here for video


https://vimeo.com/928503509?share=copy


In Conclusion


PowWows.com was started in 1996 by a gentleman who as a graduate student wanted to teach himself HTML.  I thought it would be fun to test this page partly because of why it was made, but also because this is a wonderful resource for all things Native American culture.  Today in this modern age we are largely invisible and easily overlooked, but websites like this one help everyone to learn about Native culture and to see that we are still here.  I did find a number of bugs, but nothing that made the user experience difficult, or made me not want to use this website.  I will keep coming back here not just for finding Pow Wows in my area, but for shopping, recipes, and Native news as well.


                                                              Black Bird GIF by Barbara Pozzi 


Comments

Popular posts from this blog

Obtained Verified Certificate for Introduction to Web Accessibility

  I just completed a course in Web Accessibility and obtained a certificate.  This was a really cool course!   Once upon a time, the internet was perceived as separate from 'real life,' with distinct 'IRL' experiences and online interactions. Over time, these realms have intertwined, blurring the lines between virtual and physical existence. Today, the internet is seamlessly integrated into our daily lives, becoming an indispensable part of modern society. Prioritizing accessibility is crucial to ensure that everyone, regardless of ability, has equitable access to the digital world. While this course has given me a solid foundation in accessibility, there’s always more to learn. Accessibility isn’t just for people with disabilities; it’s for everyone. It’s about improving the web for all users. Here is some of what I learned: Making the Web Accessible for Everyone: A Deep Dive into Accessibility Accessibility is crucial for creating top-notch websites and apps that a...

Coding Basics Capstone Project

  I probably won't ever build anything else (just try and break what someone else made 😉) I really enjoyed the basics of coding course I took through Devmountain.  I found the HTML to be intuitive, the CSS to be loads of fun, and the JavaScript to be mind-bending. My Silly Little Webpage   ðŸ‘ˆ Link to see what I made HTML: <header>   <div class="logo-header">     <h2 class="different">And Now For Something       <br />Completely Different     </h2>     <img class="logo" src="https://i0.wp.com/www.adtothebone.com/blogpix/obliteratingfoot62470.jpg?w=625" alt="Monty Python Foot" width=325px />   </div>   <nav class="navigation">     <a class="navi">SPAM SPAM SPAM SPAM</a>     <a class="navi">The Spanish Inquisition</a>     <a class="navi">The Holey Grail</a>     <a class="navi">Lumb...