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 Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
Scenario based questions
I was interviewed in Jan 2025.
I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.
I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
Easy very simple questions sked in test
SDLC stands for Software Development Life Cycle, a process used to design, develop, and test software.
SDLC is a systematic process for building software applications.
It includes phases like planning, analysis, design, implementation, testing, and maintenance.
Each phase has specific goals and deliverables to ensure the quality and success of the software.
Examples of SDLC models include Waterfall, Agile, and DevOps.
Hackerank platform with multiple questions.
Aptitude was hosted by Amazon themselves comprising of 3 sections:
1. Coding
2. MCQ regarding QA methodologies
3. Behavioural questions (where does your alignment lies)
Check if two strings are anagrams of each other
Create a function that takes in two strings as input
Remove all spaces and special characters from both strings
Sort the characters in both strings and compare them to check if they are equal
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
Interview experience
based on 13 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant