SFT Workshop 1
SFT Workshop 1
Assessment
SFT Workshop -1
In this workshop, I just used Visual Studio and its compiler to test the code.
To improve testing, I think using various advanced tools and learning
different methods of software testing can significantly enhance testing
quality.
2. Finding bugs in this workshop was not quite difficult. These bugs were
mainly related to common C programming standards like proper
initialization of a string and memory management practices. In the
previous semester, I did code walkthroughs of C language and learned
quite a bit about it due to which it was manageable for me to complete
this task. Other than that, using the Visual Studio compiler to test
different cases and checking its answers made me more sure about the
logical errors in two functions startsWith and endsWith. By
systematically testing different input cases, I was able to pinpoint
specific areas where the code might not be functioning as expected. In
conclusion, my background knowledge in C programming, hands-on
experience with coding walkthroughs, and testing practices contributed
to finding bugs easily in this workshop.