Pratik Khosepratikkhose.hashnode.dev·Jul 15, 2024Hi I'm Pratik Khose 👋I'm Pratik Hanumant Khose, a 22-year-young originally from Latur, Maharashtra. Currently, I reside in Yavatmal, Maharashtra, where I'm pursuing my BTech in Computer Engineering at the Government College of Engineering Yavatmal in my final year. Socia...88 readspratikkhose
Pratik KhoseforCoding Minutes Blogblog.codingminutes.com·May 30, 2024User TestingUser or customer testing is a crucial stage in the testing process where users or customers provide input and feedback on the system being tested. It can involve formal testing of a system commissioned from an external supplier or an informal process...Software Engineeringsoftware development
Pratik KhoseforCoding Minutes Blogblog.codingminutes.com·May 29, 2024Release TestingRelease testing is the process of testing a particular release of a system that is intended for use outside of the development team. Normally, the system release is for customers and users. In a complex project, however, the release could be for othe...36 readsSoftware Engineeringsoftware development
Pratik KhoseforCoding Minutes Blogblog.codingminutes.com·May 28, 2024Test Driven DevelopementTest-driven development (TDD) is a programming methodology where testing and code development are interleaved. It involves incrementally developing code alongside corresponding tests, ensuring that each increment of code passes its respective test be...Software Engineeringsoftware development
Pratik KhoseforCoding Minutes Blogblog.codingminutes.com·May 27, 2024Component and System TestingComponent testing- Component testing is a level of software testing that focuses on verifying the functionality, performance, and behaviour of individual software components or modules. A software component is a self-contained unit of software that p...45 readsSoftware Engineeringsoftware development
Pratik KhoseforCoding Minutes Blogblog.codingminutes.com·May 26, 2024Development TestingDevelopment testing includes all testing activities that are carried out by the team developing the system. The tester of the software is usually the programmer who developed that software, although this is not always the case. For critical systems, ...Software Engineeringsoftware development
Pratik KhoseforCoding Minutes Blogblog.codingminutes.com·May 24, 2024Open-source DevelopmentOpen source development involves publishing the source code of a software system and inviting volunteers to participate in the development process. Rooted in the Free Software Foundation, advocating for open availability of source code for examinatio...Software Engineeringsoftware development
Pratik KhoseforCoding Minutes Blogblog.codingminutes.com·May 23, 2024Implementation IssuesSoftware engineering includes all of the activities involved in software development from the initial requirements of the system through to maintenance and management of the deployed system. A critical stage of this process is, of course, system impl...499 readsSoftware Engineeringsoftware development
Pratik KhoseforCoding Minutes Blogblog.codingminutes.com·May 22, 2024Design PatternsDesign patterns were derived from ideas put forward by Christopher Alexander, who suggested that certain common patterns of building design were inherently pleasing and effective. The pattern is a description of the problem and the essence of its sol...Software Engineeringsoftware development
Pratik KhoseforCoding Minutes Blogblog.codingminutes.com·May 21, 2024Design and ImplementationSoftware design and implementation represent a crucial stage in the software engineering process. In simpler systems, these activities often encompass the entirety of software engineering, merging with other processes. However, for larger systems, th...72 readsSoftware Engineeringsoftware development