i
Cigniti
Technologies
Filter interviews by
Our current project framework is based on Selenium WebDriver and TestNG.
We use Selenium WebDriver for automating web application testing.
TestNG is used for test management and reporting.
We follow Page Object Model design pattern for better code maintainability.
We use Maven for project build and dependency management.
We integrate with Jenkins for continuous integration and deployment.
WAP to reverse a string using while loop.
Declare a string variable and initialize it with the input string
Declare an empty string variable to store the reversed string
Use a while loop to iterate through the input string from the end to the beginning
Append each character to the empty string variable
Print the reversed string
Write a program to print all the alphabets from a given string.
Loop through each character in the string
Check if the character is an alphabet using isalpha() function
If it is an alphabet, add it to a new string
Print the new string
Cucumber hooks and background enhance test automation by setting up preconditions and shared context for scenarios.
Hooks are methods that run at specific points in the test execution lifecycle, such as before or after scenarios.
Common hooks include @Before, @After, @BeforeStep, and @AfterStep, which allow for setup and teardown actions.
The Background keyword allows you to define steps that are common to all scenarios i...
Designing a framework involves identifying the scope, selecting the right tools, creating a structure, and implementing it.
Identify the scope of the framework
Select the right tools and technologies
Create a structure for the framework
Implement the framework and test it
Ensure the framework is scalable and maintainable
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
Rest Assured is a Java library used for API automation testing, specifically for testing RESTful APIs.
Rest Assured is an open-source Java library that provides a domain-specific language for writing powerful API tests.
It simplifies the process of sending HTTP requests and validating responses in API automation.
Rest Assured supports various authentication methods, request and response specifications, and assertion capab...
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
Program to reverse even words in a string
Split the string into words
Iterate through the words and reverse the even-indexed words
Join the words back into a string
Finding elements in a web page using various locators
Use CSS selectors to locate elements by class, id, attribute, etc.
Use XPath to locate elements based on their path in the HTML structure
Use name, tag name, link text, partial link text locators as needed
Arraylist,maps,strings,oops concept
I applied via Walk-in and was interviewed before Dec 2023. There was 1 interview round.
My daily approach to testing involves thorough planning, executing test cases, documenting results, and collaborating with team members.
I start by reviewing requirements and creating test cases
I execute test cases manually or using automation tools
I document test results and report any issues found
I collaborate with developers and other team members to ensure quality standards are met
Developing a test strategy involves defining objectives, identifying test types, prioritizing tests, and creating a plan.
Define objectives and goals of testing
Identify types of tests to be conducted (e.g. functional, performance, security)
Prioritize tests based on risk and criticality
Create a detailed test plan outlining resources, timelines, and responsibilities
I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.
Hacker rank test based on python and selenium along with a python programming question
OOPs concept refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Reusing code and creating a hierarchy of classes
Encapsulation: Hiding the internal implementation details of a class
Polymorphism: Ability to use a single interface for different data types or objects
Abstraction: Showing only necessary details and hiding unnecessary details
Synchronization is the coordination of multiple processes to ensure they work together effectively.
Synchronization is important in multi-threaded applications to prevent race conditions and ensure data consistency.
We can handle synchronization using techniques like locks, semaphores, and monitors.
For example, in Java, we can use synchronized keyword or ReentrantLock class to achieve synchronization.
Another example is u...
Find the frequency of characters in an array of strings.
Iterate through each string in the array
For each character in the string, increment its count in a hashmap
Return the hashmap with character frequencies
Robot framework is keyword-driven, while pytest is a full-featured testing framework.
Robot framework is based on keywords and test cases are written in tabular format, while pytest is a full-featured testing framework with fixtures, asserts, and plugins.
Robot framework has built-in libraries for various tasks like file operations, database interactions, etc., while pytest relies on external libraries for such functiona...
posted on 5 Jul 2023
I applied via LinkedIn and was interviewed in Jun 2023. There were 3 interview rounds.
I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
Event loop is a mechanism that allows non-blocking I/O operations in a single-threaded environment.
Event loop is used in programming languages like JavaScript and Python.
It manages the execution of multiple tasks by prioritizing them based on their priority level.
It continuously checks for new events and executes them in a loop.
It allows for efficient handling of I/O operations without blocking the main thread.
It is co...
let, var and const are used to declare variables in JavaScript with different scoping rules and mutability.
let and var are used to declare variables that can be reassigned later, but var has function scope while let has block scope.
const is used to declare variables that cannot be reassigned and have block scope.
Using const does not mean the value is immutable, only the variable reference is.
let and const were introduc...
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
based on 3 reviews
Rating in categories
Senior Engineer
640
salaries
| ₹13.1 L/yr - ₹21.5 L/yr |
Senior Test Engineer
606
salaries
| ₹9.5 L/yr - ₹17 L/yr |
Test Lead
376
salaries
| ₹13.3 L/yr - ₹23.1 L/yr |
Test Engineer
371
salaries
| ₹5 L/yr - ₹10.3 L/yr |
Engineer
292
salaries
| ₹4.1 L/yr - ₹10 L/yr |
Xoriant
Photon Interactive
CitiusTech
Iris Software