Task - 1
bugs in task - 1
toodo spelling bug
placeholder bug
no. of items bug
clear not properly working bug
mandatory steps to do in bugs finding:
- Browser Compatibility Testing
- Responsive Design: UI - Laptop, Tab, Mobile
- Cosmetic Bugs
- URL Check
- Data Validation: Username, password
- Checking all links
- Home Page
- Orphan Page
- Customer: Devices, OS, Browsers
- Windows 11, Windows 9, mac, iOS, Android -->
- OS Compatibility Testing
- Browser Compatibility Testing: Chrome, Firefox, Edge
- Safari
- Localization Testing:Vernacular Languages
- iNTERNATIONALIZATIOn --> i18n Testing
- Dark / Light Themes
w3c validator used to check the links:
80:20 Principle:
80% problems are really caused by 20% of issues.
task - 2
bugs in task - 2:
Data Validation bug
Broken Links
Cosmetic Bugs
OS Compatibility
Browser Compatibility
Installed Software testing:
example - LibreOffice:
1) Installation Testing:
C:\Program Files --> Default Location, Non-default
2) Uninstallation Testing
3) Upgrade Testing:
- Default Location
- Non-default location
OS Installation Testing
Virtual Machines: Simulators: Emulators
Defect Clustering:
- Defect clustering is a core principle in software testing stating that a small number of modules or components contain the majority of all bugs.
- Following the 80/20 Pareto rule, about 80% of operational failures stem from roughly 20% of the program's code, meaning bugs do not spread evenly.
functional bug:
- A functional bug is an error in a software program that stops a feature from working the way it should.
- It happens when an app or website does not do what the rules or user guide say it will do.
Functional testing:
- Functional testing is a type of black-box software testing that verifies whether an application's features work exactly as specified by the project requirements.
- It focuses purely on "what" the system does rather than how it handles its internal logic, performance, or source code.
Non-functional testing:
- Non-functional testing is a type of software testing that evaluates how well a system operates under specific conditions, rather than what functions it performs.
- Instead of checking specific features or user actions, it validates critical quality attributes like performance, security, usability, and scalability to ensure a seamless real-world user experience.
difference between functional and non functionality testing

Web Crawlers:
- Web crawlers (or spiders) are automated software programs that systematically browse the internet to discover, download, and index content from web pages.
- They are primarily used by search engines like Google and Bing to build massive databases so users can find relevant search results quickly.
Difference between priority and severity:
Bug Reporting - Fields
Severity
Environment: Hardware, Software details:Linux Mint 23, Chrome 105
Steps To Reproduce:
- Select Build 2 in the drop down.
- Now give any number in number1, number2 fields
- Select any arithmetic operation eg. Add
- Click 'Calculate' button
- Check Results Expected:5 + 5 = 10 Actual: 55 Attachments: Log Reports, Screenshots
Authorization Testing:
Admin
Super user
user
guest
Authentication Testing - Login - Username, Password
difference between authentication and authorization:

sitemap in website:
to know the structure or map of the web.
Task - 3
References:







Top comments (0)