Filter interviews by
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
Xpath locators are used to navigate through the elements of a website by defining the path of the element in XML format.
Xpath locators start with a forward slash (/) and can be used to locate elements based on their attributes, text, position, etc.
Absolute Xpath starts from the root node while Relative Xpath starts from the current node.
Xpath can be used in automation testing tools like Selenium to locate elements on a...
CSS Locators are used to target specific elements on a website for styling or interaction.
Use ID selector: #elementID
Use class selector: .elementClass
Use attribute selector: [attribute=value]
Use descendant selector: parentElement childElement
Use pseudo-class selector: element:hover
Top trending discussions
I was interviewed in Dec 2024.
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
SDLC is Software Development Life Cycle which focuses on development of software, while STLC is Software Testing Life Cycle which focuses on testing of software.
SDLC is the process of developing software from planning to deployment, while STLC is the process of testing software from test planning to test closure.
SDLC includes phases like requirements gathering, design, coding, testing, and deployment, while STLC includ...
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
Developed a test automation framework for a web application
Designed and implemented test cases using Selenium WebDriver
Integrated the framework with Jenkins for continuous integration
Performed regression testing and reported bugs using Jira
Action modes are different modes in which an action can be performed in a software application.
Action modes define how a specific action will be executed within the software.
Examples of action modes include edit mode, view mode, delete mode, etc.
To switch to a frame in test automation, use the switchTo() method in Selenium WebDriver.
Use driver.switchTo().frame() method to switch to a frame by index, name, or WebElement.
To switch back to the default content, use driver.switchTo().defaultContent().
Make sure the frame is present and loaded before switching to it.
Program to reverse a string using array of characters
Create an array of characters to store the input string
Iterate through the input string and store each character in the array
Iterate through the array in reverse order to construct the reversed string
To create a table in SQL using INSERT, you need to first create the table structure and then insert data into it.
Create a table using CREATE TABLE statement with column names and data types
Insert data into the table using INSERT INTO statement with values for each column
Example: CREATE TABLE employees (id INT, name VARCHAR(50)); INSERT INTO employees VALUES (1, 'John')
The ALTER command is used to modify an existing database object in SQL.
Use ALTER TABLE to modify a table structure
Use ALTER INDEX to modify an index
Use ALTER VIEW to modify a view
Use ALTER PROCEDURE to modify a stored procedure
I am a dedicated Test Engineer with a strong background in software testing and quality assurance.
Experienced in creating test plans, test cases, and executing tests
Proficient in using testing tools such as Selenium, JIRA, and TestRail
Skilled in identifying and documenting software defects
Strong analytical and problem-solving skills
Excellent communication and teamwork abilities
based on 1 interview
Interview experience
AI Engineer
4
salaries
| ₹1.8 L/yr - ₹8 L/yr |
Associate Software Engineer
3
salaries
| ₹3.2 L/yr - ₹4 L/yr |
QA Engineer
3
salaries
| ₹2.5 L/yr - ₹10.5 L/yr |
Senior Software Engineer
3
salaries
| ₹1.7 L/yr - ₹7.5 L/yr |
Software Quality Engineer
3
salaries
| ₹4.5 L/yr - ₹7.5 L/yr |
TCS
Infosys
Wipro
HCLTech