Skip to main content

Posts

Showing posts from January, 2026

Software Testing Module 2

 Functional & Non-Functional Software Testing What is Functional Testing? => Functional testing is a type of software testing that verifies whether each feature And functions of a software application work as per the specified requirements. It is a Black-Box testing method meaning the tester is not connected of the internal coding but only how applications work externally. Example:  website payments Gateway working as required, form submission, navigation & UI. There are six types of Functional testing 1.  Unit Testing: Testing one small part of the software to check if it works correctly. Example:  Checking if a calculator adds two numbers correctly. 2.  Integration Testing: Testing how different parts of the software work together. Example:  Checking if the login page correctly connects with the database. 3.  System Testing: Testing the complete software system as a whole. Example:  Testing the entire app to check login, dashboa...

Assignment-2

 Assignment-2 1. Diff between product based & service based company? Ans:-  Product-Based Company Service-Based Company Develops and sells its own product    Provides services to clients Income comes from product sales or subscriptions    Income comes from client projects Focuses on innovation and features     Focuses on client requirements Product is same for all customers    Work changes based on each client Strong emphasis on R&D    Strong emphasis on delivery and support Better long-term scalability    Revenue depends on number of projects Usually higher salary growth    Usually stable but moderate salary Employees work on one product for long times    Employees may work on multiple projects   Example: Google, Microsoft, Apple etc                        Example: TCS, Wipro, Infosys etc

Assignment-1

Assignment-1 1. What is the use of Six Sigma certificate? Ans:-  A Six Sigma certificate is useful for learning how to improve quality and reduce mistakes in any process—whether in software, manufacturing, business, or services. In simple words, Six Sigma teaches you how to do work in a better, faster, and error-free way . Main Uses of a Six Sigma Certificate Helps in Better Career Opportunities Improves Problem-Solving Skills Reduces Errors and Waste Useful in Many Fields Six Sigma Example :  A company uses Six Sigma to reduce defects and improve efficiency in its operations. 2. What is the use of ISO certificate? Ans:- An ISO certificate shows that a company or organization follows international standards for quality, safety, and efficiency in its work. In simple words, it tells customers, This company works in a proper, safe, and trusted way. Main Uses of an ISO Certificate Improves Quality of Products & Services Builds Customer Trust Helps in Getting More Busines...

Software Testing Module 1

 Software Testing is a process in which identifying  Completeness, Correctness, Security & Quality of software product takes place. A software Tester must require a very different mindset from a developer. Software Testing means that checking software or a application to make sure that it work properly before people start using it. It helps in application to make it Reliable, Secure with user expectations for Business alignment. The developer only builds the product as per the user needs but the tester need to check or test it from user or customer point of view whether it meets needs of user or not. Software Testing is not just about finding Bugs, its about building trust, delivering excellence, values & a relation, reliable to user experience. What is Software Application? Software Application is a set of programs designed to perform a specific task for a specific user. For example web browsers, MS office, Gmail, Makemytrip and so on the list is never ended. Advantag...