Thanks, that was a useful topic. Gonna share something from my experience with testing features that use a date picker - support different date formats should also be checked (if that's viable for the tested site/app of course). On the demo site I see it goes with the YYYY-MM-DD format, but what if whoever is administrating it wants to use the YYYY-DD-MM format for example - I can foresee some issues that could pop up from that like the format validation not firing up properly
@BecomeQAExpert3 жыл бұрын
Hey Martinium, thank you for your comment :) Something like that is mentioned around 3:45 in this video, when we tried to input date in format different then it was stated(year/month/day) and there we got a validation message that date should be in a given format. Here as much as we can see it seems that the requirement was to support only one date format type, which means that for any other type we should get some validation message, but if the requirement was that multiple date formats must be supported, then we should check that we can actualy use all of those supported formats without problems :)
@Martinium013 жыл бұрын
Yeah, I'm was looking at the latter case where you'd have to use multiple date formats - for example, for a multi-site network in WordPress where you could have one sub-site be accessible for US citizens and then have and then have another accessible for someone in the UK
@ariana21253 жыл бұрын
Will you make videos on the admin side as well? How is it tested in the back-end? What books do you recommend or how can we find more creative bugs?
@BecomeQAExpert3 жыл бұрын
Hey Ariana, thank you for your questions :) We will see if there is some interesting material on this website to make a video for the admin side, there probably will be :) Of course we are planing to cover how it is tested in the back-end side(API testing), that is going to be one of the most important topics! We will gather all useful websites and materials for learning and either create a short video or share it via post :)
@ariana21253 жыл бұрын
Thank you @Become QA exper
@crnamamba32053 жыл бұрын
And maybe check if u can put the Month = 20, 2021-20-10 example