SE - Mentor
S.K Design Consulting Services Interview Questions and Answers
Q1. Difference between sanity and regression testing
Sanity testing is a quick check to ensure the basic functionality of the application, while regression testing is a comprehensive check to ensure that new changes do not affect existing functionality.
Sanity testing is performed on a new build or a small change in the code
Regression testing is performed on a modified build to ensure that existing functionality is not impacted
Sanity testing is a subset of regression testing
Sanity testing is a quick and shallow test, while regre...read more
Q2. Different types of testing
Different types of testing include unit testing, integration testing, system testing, and acceptance testing.
Unit testing: Testing individual components or units of code.
Integration testing: Testing the interaction between different components or modules.
System testing: Testing the entire system as a whole.
Acceptance testing: Testing to ensure the system meets the requirements and is ready for deployment.
Q3. How to schedule report export and email to the client
Schedule report export and email to client using Power BI
Create a Power BI report with the data to be exported
Set up a data refresh schedule for the report
Use Power BI subscription feature to email the report to the client
Q4. What type of graph is be used to represent historical sales data
A line graph is typically used to represent historical sales data.
Line graph is ideal for showing trends over time
It helps in visualizing the sales performance over different time periods
Can be used to compare sales data from different years or quarters
Q5. What is collection
A collection is a group of related objects or data items that are stored together.
Collections can be used to store and manipulate groups of data in programming languages.
Examples include arrays, lists, sets, and maps.
Collections provide methods for adding, removing, and accessing elements within the group.
Q6. What is selenium
Selenium is a popular open-source automation testing tool used for web application testing.
Selenium supports multiple programming languages like Java, Python, C#, etc.
It can automate web browsers and simulate user interactions.
Selenium WebDriver is the most commonly used component for writing automation scripts.
Selenium Grid allows running tests on different machines and browsers in parallel.
Selenium IDE is a record and playback tool for beginners.
Q7. Explain framework
A framework is a set of guidelines, libraries, and tools used to develop and maintain software applications.
Provides structure and organization to code
Promotes code reusability
Facilitates automation and testing
Examples: Selenium for web automation, JUnit for unit testing
Q8. Oops concept in selenium
Oops concept in selenium refers to Object-Oriented Programming principles used in Selenium automation testing.
Encapsulation: Encapsulating the web elements and their related methods within a class.
Inheritance: Reusing common methods and properties from parent classes in child classes.
Polymorphism: Ability to perform a single action in different ways based on the object type.
Abstraction: Hiding the complex implementation details and showing only the necessary features to the u...read more
Q9. Select class in selenium
In Selenium, the Select class is used to work with dropdown elements on a web page.
The Select class provides methods to interact with dropdowns such as selecting options by index, value, or visible text
You need to import the Select class from the org.openqa.selenium.support.ui package
Example: Select dropdown = new Select(driver.findElement(By.id("dropdown")));
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month