nus-cs2103-AY2223S2 / forum

12 stars 0 forks source link

Help with smoke testing #236

Closed fahim-tazz closed 1 year ago

fahim-tazz commented 1 year ago

Sorry for this last minute request, but could anyone smoke test my jar file on Linux and/or Windows?

You can unzip and run it with java -jar chad.jar. chad.jar.zip

nus-se-bot commented 1 year ago

Tagging a few other students (randomly selected) who have completed related increments, in case they can help: @wpx12011 @JThh @Statspadders @Tohtoroo @lennoxtr @weilin1202 @joytqt-1202 @QQH0828 @Enigmatrix @Sheemo @shuimeihe @jinbesan @AngJunYang @cyli133 @roultitude Others are welcome to pitch in too.

notle1706 commented 1 year ago

Hi @fahim-tazz, I am from your senior batch. I smoke-tested your product on Windows 10 and it works. This is a screenshot of your product. Edit: bye command works properly as well! image

domlimm commented 1 year ago

@fahim-tazz Hey fahim! I'm a senior from a previous batch dropping by to see if any of you need any help.

Have just smoke tested on Windows (both opening chad.jar and running the command you have provided), works perfectly! Love the images 🤣

Here is the program when starting up: image

Here is the text file that saves the tasks entered, after closing the application: image

Here is re-opening the program again: image

RussellDash332 commented 1 year ago

Hi @fahim-tazz, I'm a senior from the previous batch! Overall, your product works fine on my Windows 10 (both using command prompt and double-clicking the JAR file), i.e. no serious issue like crashing or errors. Good job! 😄

This is the image that I have after inserting several tasks and resizing the window. You can replace the tasks.txt file with the one I have:

T | 0 | 10293874382901-1
D | 0 | kill boss | 2020-10-10
T | 0 | save boss
E | 0 | save boss | 2020-10-10 | 2020-10-12
E | 0 | save boss | 2020-20-10 | 2020-10-12
E | 0 | save boss | 2020-2000-10 | 2020-10-12
T | 0 | hello
QQH0828 commented 1 year ago

Hi @fahim-tazz, I'm your classmate at the same batch! Overall, your product works fine on my Windows 10 (both using command prompt and double-clicking the JAR file), Good job!

Here is the screenshot when I smoke-tested your product image

Here is the text file after closing the application: image

I have a few suggestions hopefully can help you improve your IP:

Firstly, maybe you can have one more command which is 'help', just simply show the command instructions, so the tester knows what can be tested and familiar with the command format such as datetime format. For example, I am not sure the datetime format at first, so I needed to try one time at least to know.

Secondly, I noticed that the data will be saved only after the application closed. In order to not lost any data, maybe can save the data when there is a change instead of after the application closed.

Overall, I feel you did a good job with all functions work fine and your own personality! 😄

Guanzhou03 commented 1 year ago

Hey, I'm from your senior batch and I did some basic testing on Windows. I've tested list, adding, marking tasks as well as the bye command and the functionality looks good, but it seems that I am also unable to resize the app to fit the window similar to what @RussellDash332 showed. Here is how it looked like on my end: image

fahim-tazz commented 1 year ago

@notle1706 @RussellDash332 @Guanzhou03 @domlimm @QQH0828 Thank you all so much! Literally a life saver because I was running too close to the deadline.

Also thanks for the suggestions guys, I'll try and fix those issues.