Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TCS Team. If you also belong to the team, you can get access from here

TCS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TCS Senior Software Tester Interview Questions, Process, and Tips

Updated 6 Jan 2022

TCS Senior Software Tester Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

17 Questions

  • Q1. Implicit and Explicit wait with syntax/ Waits in selenium
  • Ans. 

    Implicit and Explicit waits are used in Selenium to wait for elements to load before performing actions.

    • Implicit wait waits for a specified amount of time before throwing an exception if the element is not found.

    • Explicit wait waits for a specific condition to be met before proceeding with the next step.

    • Syntax for implicit wait: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

    • Syntax for explicit wait: We...

  • Answered by AI
  • Q2. How to take screenshot in selenium
  • Ans. 

    Screenshots can be taken in Selenium using the TakesScreenshot interface.

    • Create an object of the TakesScreenshot interface

    • Call the getScreenshotAs() method on the driver object

    • Save the screenshot to a desired location using the File class

  • Answered by AI
  • Q3. OOPS concept
  • Q4. Overloading and Overriding
  • Q5. How to select values in Dropdowns
  • Ans. 

    To select values in Dropdowns, click on the dropdown menu and choose the desired option from the list.

    • Click on the dropdown menu to open the list of options

    • Scroll or use arrow keys to navigate through the options

    • Click on the desired option to select it

    • Some dropdowns may have a search bar to filter options

  • Answered by AI
  • Q6. Difference between x-path and css selector
  • Ans. 

    XPath and CSS selectors are both used to locate elements on a web page, but they have different syntax and capabilities.

    • XPath uses a path expression to navigate through the HTML structure, while CSS selectors use a pattern matching approach.

    • XPath can select elements based on their attributes, text content, and position in the document, while CSS selectors are limited to attributes and tag names.

    • XPath has a wider range ...

  • Answered by AI
  • Q7. Locators in selenium
  • Ans. 

    Locators in Selenium are used to identify web elements on a web page.

    • Locators can be based on ID, class name, name, tag name, link text, partial link text, CSS selector, or XPath.

    • Using the right locator strategy is important for reliable test automation.

    • Examples of locators: driver.findElement(By.id("elementId")), driver.findElement(By.className("className")), driver.findElement(By.xpath("//tagName[@attribute='value']"

  • Answered by AI
  • Q8. Difference between Abstract and Interface
  • Ans. 

    Abstract classes are classes that cannot be instantiated and can have both abstract and non-abstract methods. Interfaces are contracts that define a set of methods that a class must implement.

    • Abstract classes can have constructors while interfaces cannot

    • A class can implement multiple interfaces but can only inherit from one abstract class

    • Abstract classes can have instance variables while interfaces cannot

    • Interfaces can...

  • Answered by AI
  • Q9. What is Page Object model
  • Ans. 

    Page Object Model is a design pattern used in test automation to create an object repository for web UI elements.

    • It separates the test code from the page-specific code.

    • It improves code maintainability and reduces code duplication.

    • It allows for easy modification of UI elements without affecting the test code.

    • It enhances test script readability and reduces the effort required to create new test scripts.

    • It is widely used

  • Answered by AI
  • Q10. Annotations in TestNG
  • Ans. 

    Annotations in TestNG are used to provide additional information to the test methods and control the test execution flow.

    • Annotations are used to mark a method as a test method, configuration method, or to specify the order of execution.

    • TestNG provides several built-in annotations such as @Test, @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, etc.

    • Annotations can also be used to group tests, enable/disable tests, and...

  • Answered by AI
  • Q11. How you pass Test data in testNG
  • Ans. 

    Test data can be passed in testNG using DataProvider annotation.

    • Create a method that returns a two-dimensional array of test data

    • Annotate the test method with @DataProvider and specify the name of the data provider method

    • Pass the test data as parameters to the test method

  • Answered by AI
  • Q12. Testing life cycle
  • Q13. What is V-model
  • Ans. 

    V-model is a software development model that emphasizes testing at every stage of the development process.

    • It is a sequential development process

    • Each stage has a corresponding testing stage

    • Testing is done at every stage to ensure quality

    • It is a highly structured and disciplined approach

    • It is often used in safety-critical industries such as aerospace and defense

  • Answered by AI
  • Q14. Difference between Assert and Verify
  • Ans. 

    Assert checks if a condition is true and stops the test if it's false. Verify checks if a condition is true and continues the test if it's false.

    • Assert is used to validate the expected result of a test case.

    • Verify is used to validate the actual result of a test case.

    • Assert stops the test execution if the condition is false.

    • Verify continues the test execution if the condition is false.

    • Assert is used for critical test ca

  • Answered by AI
  • Q15. Which all exceptions you get while running scripts
  • Ans. 

    Exceptions while running scripts

    • Syntax errors

    • Runtime errors

    • Logical errors

    • Timeout errors

    • Memory errors

  • Answered by AI
  • Q16. How to handle IFrames/Window handles
  • Ans. 

    IFrames/Window handles can be handled using switchTo() method in Selenium

    • Use driver.switchTo().frame() method to switch to an IFrame

    • Use driver.switchTo().defaultContent() method to switch back to the main page

    • Use driver.getWindowHandles() method to get all window handles

    • Use driver.switchTo().window() method to switch to a new window

  • Answered by AI
  • Q17. If text box is disabled how will you pass value in that text box
  • Ans. 

    Value cannot be passed in a disabled text box.

    • Check if there is any other way to pass the value, such as through a different input field.

    • If not, enable the text box temporarily, pass the value, and then disable it again.

    • Alternatively, check if there is any JavaScript code that can be used to pass the value.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared and Be cool...
Patience and Perseverance is key to success!!!

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Question related technologies you have worked on and there versions..how your production cycle worked in last company and some oops related questions
  • Q2. Be confident they don't take more than 2-3 rounds.your basic must be perfect

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't take more than 2-3 rounds.be confident and basics must be perfect

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. All types of test steeps
  • Ans. 

    Types of test steps in software testing

    • Unit testing - testing individual units or components of the software

    • Integration testing - testing how different units or components work together

    • System testing - testing the entire system as a whole

    • Acceptance testing - testing if the software meets the requirements and is ready for release

    • Regression testing - testing to ensure that changes or updates to the software did not intro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hope for the best.All can achieve same

Interview Questionnaire 

1 Question

  • Q1. Occurs, precompile , file status codes , sql queries and scenarios on sql.

Interview Questionnaire 

1 Question

  • Q1. What types of transformation used in your project What is lookup and what are the types So many basic questions regarding organization
  • Ans. 

    Answering questions about transformation and lookup types used in a project

    • Transformation types used in the project may include data mapping, aggregation, filtering, and sorting

    • Lookup is a process of searching for a specific value in a table or database

    • Types of lookup include exact match, range match, and fuzzy match

    • Questions about organization may refer to project management, team collaboration, or software developmen

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Java collection

Interview Preparation Tips

Interview preparation tips for other job seekers - In hackathon , there is no interview round.

I applied via Company Website and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Web development questions
  • Ans. I have worked on tensor flow and django techs
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Not much but be confident to which you answer

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Any suggestions from me to improve myself.
  • Q2. What do you think I'm fit for this role

Interview Preparation Tips

Interview preparation tips for other job seekers - What ever you know speak confidently

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What do you know about IBM?

Interview Preparation Tips

Interview preparation tips for other job seekers - What are the most immediate projects that need to be addressed?
Can you show me examples of projects I’d be working on?
What are the biggest challenges that someone in this position would face?

TCS Interview FAQs

What are the top questions asked in TCS Senior Software Tester interview?

Some of the top questions asked at the TCS Senior Software Tester interview -

  1. If text box is disabled how will you pass value in that text ...read more
  2. Which all exceptions you get while running scri...read more
  3. Implicit and Explicit wait with syntax/ Waits in selen...read more

Tell us how to improve this page.

TCS Senior Software Tester Salary
based on 143 salaries
₹3 L/yr - ₹13.4 L/yr
14% less than the average Senior Software Tester Salary in India
View more details

TCS Senior Software Tester Reviews and Ratings

based on 15 reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

2.5

Salary

4.6

Job security

4.0

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 15 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹1 L/yr - ₹9 L/yr

IT Analyst
66.1k salaries
unlock blur

₹5 L/yr - ₹16 L/yr

AST Consultant
51.9k salaries
unlock blur

₹8 L/yr - ₹25.4 L/yr

Associate Consultant
30.4k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Explore more salaries
Compare TCS with

Amazon

4.0
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview