i
Codoid
Filter interviews by
I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.
Testing is the process of evaluating a system or application to identify defects or errors.
Testing involves executing a system or application to find bugs or issues.
It helps ensure that the software meets the specified requirements.
Types of testing include functional testing, performance testing, and security testing.
Examples of testing tools include Selenium, JUnit, and Postman.
Automation testing is used to increase test coverage, improve efficiency, and reduce human error in software testing.
Automation testing helps in executing repetitive test cases quickly and accurately.
It allows for running tests on multiple configurations and environments easily.
Automation testing can be used for load testing, performance testing, and regression testing.
It helps in identifying defects early in the devel...
Agile methodology is a software development approach that emphasizes flexibility, collaboration, and iterative development.
Focus on delivering working software in short iterations
Emphasizes collaboration between cross-functional teams
Allows for flexibility and adaptability to changing requirements
Involves continuous feedback and improvement
Common frameworks include Scrum, Kanban, and XP
Verification ensures the product is built right, while validation ensures the right product is built.
Verification focuses on the process of building the software to meet specifications
Validation focuses on whether the software meets the customer's needs and expectations
Verification is done before validation
Validation is done after verification
Example: Verification involves reviews, inspections, walkthroughs. Validation
Functional testing is a type of software testing where the system is tested against the functional requirements/specifications.
Black Box Testing
White Box Testing
Unit Testing
Integration Testing
System Testing
Acceptance Testing
Levels of testing refer to the different stages of testing in software development.
Unit testing: Testing individual components or modules of the software.
Integration testing: Testing how different modules work together.
System testing: Testing the entire system as a whole.
Acceptance testing: Testing to ensure the software meets the requirements of the end users.
Acceptance testing is the final phase of software testing where the software is tested for its compliance with business requirements.
Performed by end users or stakeholders to ensure the software meets their needs
Focuses on validating the functionality, usability, and overall satisfaction of the software
Can be done manually or using automated tools
Examples include User Acceptance Testing (UAT) and Beta Testing
Accessibility testing ensures that software is usable by people with disabilities.
Accessibility testing involves evaluating how easily people with disabilities can use a software application.
It includes testing for screen readers, keyboard navigation, color contrast, and alternative text for images.
Examples of disabilities to consider are visual impairments, motor disabilities, and cognitive impairments.
Accessibility g...
Functional testing checks if the software functions as expected, while non-functional testing checks other aspects like performance and security.
Functional testing focuses on the specific functions of the software
Non-functional testing focuses on aspects like performance, security, usability, etc.
Examples of functional testing include unit testing, integration testing, and system testing
Examples of non-functional testi...
Severity and priority combinations in software testing
High severity and high priority: Critical bug causing system crash
High severity and low priority: Spelling mistake in non-critical feature
Low severity and high priority: Minor UI issue affecting user experience
Low severity and low priority: Cosmetic issue in a rarely used feature
Bug life cycle is the process of a bug from identification to resolution in software testing.
Bug is identified by tester
Bug is reported in bug tracking system
Bug is assigned to developer
Developer fixes the bug
Bug is retested by tester
Bug is closed if fixed or reopened if not
Different statuses of bug tracking process include New, Assigned, In Progress, Resolved, Closed, Reopened
New - when a bug is reported for the first time
Assigned - when a developer is assigned to work on the bug
In Progress - when the developer is actively working on fixing the bug
Resolved - when the bug fix is completed
Closed - when the bug fix is verified and closed
Reopened - when the bug reappears after being closed
Software test life cycle is a series of steps followed in the testing process to ensure the quality of software.
1. Requirement Analysis: Understand the requirements and create test cases.
2. Test Planning: Define test objectives, scope, and resources.
3. Test Design: Develop test cases based on requirements.
4. Test Execution: Run test cases and report defects.
5. Test Closure: Evaluate test results and prepare test closur
A test case is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements or works correctly.
Test case includes preconditions, input data, expected results, and postconditions.
It helps in identifying defects in the software.
Test cases are designed based on requirements and user scenarios.
Examples: Login functionality, search feature, checkout process.
Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.
Regression testing is performed after code changes to verify that the existing features still work correctly.
It helps in identifying any defects introduced by new code changes.
Regression testing can be automated to save time and effort.
Examples include running test cas
API Testing is a type of software testing that involves testing APIs directly to ensure they meet functionality, reliability, performance, and security requirements.
API Testing involves testing the functionality, performance, reliability, and security of APIs.
It focuses on verifying that the API meets the requirements specified in its design.
API Testing can be done manually or using automated tools.
Examples of API Test
1. Write a java program to find duplicate in arraylist
2. Write a test case for Amazon payment page
I am a dedicated and detail-oriented software tester with 5 years of experience in manual and automated testing.
Experienced in creating test plans, test cases, and executing tests
Proficient in using testing tools such as Selenium and Jira
Strong analytical and problem-solving skills
Excellent communication and teamwork abilities
Certified in ISTQB Foundation Level
I prefer teamwork as it allows for collaboration, diverse perspectives, and shared responsibility.
Teamwork allows for collaboration and brainstorming with colleagues
Different perspectives can lead to more innovative solutions
Shared responsibility can help distribute workload and prevent burnout
I appeared for an interview in Dec 2024.
Test case writing for an application and went on a final round with HR and Test Lead
I applied via Company Website and was interviewed in Dec 2023. There were 2 interview rounds.
Create a static responsive website or login and logout form
Blackbox testing types include functional testing, non-functional testing, regression testing, and usability testing.
Functional testing focuses on the behavior of the software
Non-functional testing checks aspects like performance and security
Regression testing ensures that new changes do not affect existing functionality
Usability testing evaluates the user-friendliness of the software
Codoid interview questions for popular designations
I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.
Candidate has to write a social media campaign and an essay on given topic online and submit
I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.
Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more in-depth test to check if the major functionalities are working as expected.
Smoke testing is done to ensure that the software is stable enough for further testing.
Sanity testing is done to ensure that the major functionalities of the software are working as expected.
Smoke testing is a su...
SDLC is Software Development Life Cycle, STLC is Software Testing Life Cycle, and Bug Life Cycle is the process of a bug from discovery to resolution.
SDLC is a process that outlines the development of software from conception to delivery.
STLC is a process that outlines the testing of software from planning to execution.
Bug Life Cycle is the process of a bug from discovery to resolution, including steps like reporting, ...
Severity is based on impact on system functionality, priority is based on business needs.
Severity is determined by the impact of the defect on the system functionality
Priority is determined by the business needs and urgency of the defect
Defects with high severity and high priority should be fixed first
Severity levels can be categorized as critical, major, minor, and cosmetic
Priority levels can be categorized as high, m
The biggest challenge in my career has been managing tight deadlines and delivering high-quality software.
Managing tight deadlines
Delivering high-quality software
Balancing speed and quality
Coordinating with cross-functional teams
Adapting to changing requirements
Discuss with developer and provide evidence to support the defect.
Schedule a meeting with the developer to discuss the defect.
Provide evidence such as screenshots, logs, or test results to support the defect.
Collaborate with the developer to understand their perspective and come to a resolution.
If necessary, escalate the issue to a higher authority for further review.
I applied via Company Website and was interviewed in Dec 2022. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
Basic english , Maths (distance, speed, ratio, probability)
Different tests in software testing include unit testing, integration testing, system testing, and acceptance testing.
Unit testing focuses on testing individual components or modules of the software.
Integration testing checks if different modules work together correctly.
System testing validates the entire system against the requirements.
Acceptance testing ensures that the software meets the user's expectations.
Other ty...
Test cases are scenarios designed to validate the functionality of a software application.
Testing login functionality with valid credentials
Testing login functionality with invalid credentials
Testing password reset functionality
Testing search functionality with different input values
based on 6 interviews
Interview experience
Software Tester
51
salaries
| ₹1.1 L/yr - ₹6 L/yr |
Automation Test Engineer
40
salaries
| ₹1 L/yr - ₹8.2 L/yr |
Softwaretest Engineer
32
salaries
| ₹1.4 L/yr - ₹5.5 L/yr |
Software Developer
10
salaries
| ₹1.4 L/yr - ₹2.5 L/yr |
Automation Tester
6
salaries
| ₹1.4 L/yr - ₹3.6 L/yr |
Accel Frontline
Northcorp Software
Elentec Power India (EPI) Pvt. Ltd.
HyScaler