Filter interviews by
Synchronization in Tosca ensures that test execution waits for certain conditions to be met before proceeding.
Synchronization is used to manage the timing between test steps and application responses.
It helps in avoiding issues like element not found or element not interactable.
Examples of synchronization methods in Tosca include Wait for Property, Wait for Element, and Wait for Window.
The syntax for Date format in Tosca is 'yyyy-MM-dd HH:mm:ss.SSS'.
Use 'yyyy' for year, 'MM' for month, 'dd' for day, 'HH' for hour, 'mm' for minute, 'ss' for second, and 'SSS' for milliseconds
Example: '2022-10-31 15:30:45.123'
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 functionality still works as expected.
It helps in identifying any unintended side effects of new code changes on the existing features.
Automated testing tools are often used for regression t...
Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.
Defect identification: Finding and documenting issues in the software.
Defect reporting: Communicating the issues to the development team.
Defect fixing: Developers address and resolve the reported issues.
Defect retesting: QA team verifies that the issues have been fixed.
Defect closing: Once verified...
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
Write a program to run the same test case 100 times
Use a loop to iterate 100 times
Call the test case function inside the loop
Track the results of each iteration if needed
A program to count the number of duplicate characters in an array of strings.
Iterate through each string in the array
For each string, iterate through each character and count the occurrences
Store the count of each character in a map or dictionary
Return the characters with count greater than 1
Framework is a structured set of guidelines, libraries, and tools used to develop software applications.
Framework provides a foundation for developers to build upon
It includes pre-written code, libraries, and APIs
Frameworks help in organizing code and promoting best practices
Examples: Selenium for automated testing, Angular for web development
Program to find odd numbers from array using collection
Create a list to store odd numbers
Iterate through the array and check if each element is odd
Add odd numbers to the list
Return the list of odd numbers
Locate and click on links using Selenium WebDriver
Use Selenium WebDriver to locate elements on the webpage
Identify the links using locators like ID, class name, xpath, etc.
Iterate through the list of links and perform a click action on each link
I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.
Remove duplicates from a given string?
My strength is attention to detail and problem-solving skills. My weakness is sometimes being too critical of my own work.
Strength: Attention to detail - I always ensure that every aspect of the project is thoroughly checked and accurate.
Strength: Problem-solving skills - I enjoy tackling complex issues and finding effective solutions.
Weakness: Being too critical of my own work - I strive for perfection which can somet
SQL query with join
Use JOIN keyword to combine rows from two or more tables based on a related column between them
Specify the columns to select from each table in the SELECT statement
Use ON keyword to specify the join condition
SQL query with join
Use JOIN keyword to combine rows from two or more tables based on a related column between them
Specify the columns to select from each table
Use ON keyword to specify the join condition
Aptitude Reasoning more practice need for this
Data structures main and good understanding and problem solving
Program to check if a number is prime or not.
Create a function to check if a number is prime by iterating from 2 to the square root of the number.
If the number is divisible by any number in that range, it is not prime.
Return true if the number is prime, false otherwise.
Polymorphism is the ability of a single function or method to operate on different types of data. Overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Overriding occurs when a subclass provides a specific implementation of a method that is already provided b...
Interview experience
based on 13 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant