nus-cs2103-AY2425S1 / forum

12 stars 0 forks source link

Requesting help for smoke test #385

Open liauzhanyi opened 4 hours ago

liauzhanyi commented 4 hours ago

I have a M1 Mac device. Would appreciate if anyone could help me test my app on other OS.

Here is the link to my .jar and user guide

ghos7ie commented 4 hours ago

hi, i tried it out on Win11. works fine!

I did notice a bug? since you are delimiting your tasks in the text file by ,.

image

If task description has trailing commas, it will result in whatever after not being read if you reopen the application.

image

Your user guide was easy to read as well!

Do you mind helping me try mine as well, as I am on Windows :) Here's my jar and ug

myrilla12 commented 4 hours ago

I tested on M2 Apple Silicon. It LGTM, runs well. I noticed that it will still try to list the tasks even if there are none in list yet though. I don't think it's important but just in case you want to handle that

liauzhanyi commented 3 hours ago

@ghos7ie thanks for the help and spotting the bug on my storage!

I have tested your app on my device and there is no issue launching the app can carrying out the examples as stated in the user guide. however I noticed that the app will throw an invalid command message for task description that is a single word

Screenshot 2024-09-20 at 10 29 44 PM
ghos7ie commented 3 hours ago

@liauzhanyi thanks so much for helping me out too :)

will check out what's causing the 1 word issue, didn't catch it during my testings!