PinnedJP Morgan Chase SDE Intern Interview Experience - Mansi GargGetting a job from on-campus placements remains the ultimate goal for all college-going students. People indulge themselves in a rat race to get the top jobs at tech giants and unicorns. Even though the race heats up in the final year, to be able to ...Sep 22, 2022·6 min read·3.0K
Test 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...May 28, 2024·3 min read·35
Component 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...May 27, 2024·7 min read·188
Development 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, ...May 26, 2024·6 min read·164
Software TestingSoftware testing is a comprehensive process that involves evaluating a software application or system to ensure it meets specified requirements and functions correctly. It's a critical phase of the software development lifecycle (SDLC) that helps ide...May 25, 2024·7 min read·40
Open-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...May 24, 2024·5 min read·37
Implementation 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...May 23, 2024·7 min read·1.6K