calebmer / connect

10 stars 2 forks source link

QA Plan #31

Open calebmer opened 5 years ago

calebmer commented 5 years ago

We need to put together an initial plan for Quality Assurance (QA) testing. We don’t need to hire anyone just yet, but we do need to run the app through various tests on our primary platforms.

calebmer commented 5 years ago

We need to test iOS both on an iPhone X separately since its easy to introduce UI bugs on the iPhone X.

calebmer commented 5 years ago

Preferably, when we do QA testing we should have the API Chaos Monkey on. So it throws errors 2–10% of the time.

Domthegrom commented 5 years ago

Sounds like a good idea. I can set up a testrails and detail out all the edge cases I can think of to be tested

calebmer commented 5 years ago

What’s testrails? I was planning on using a Google Sheets.

Domthegrom commented 5 years ago

Testrails is similar to using google sheets. It's a software that expedites the monotonous work of creating all the test cases it would be overkill at this stage.

But initially it makes sense to build out the testing cases in google sheets.

calebmer commented 5 years ago

Added some new platforms like Web Windows and Web Firefox.

calebmer commented 5 years ago

Refer to https://uxdesign.cc/designing-for-different-ui-states-87d60130f85f when thinking about good test cases. cc @baruchadi who shared this blog post.