What is your day to day like at your current job?
Senior Quality Interview Questions
1,836 senior quality interview questions shared by candidates
Anything wrong in this code and Explain? import java.util.ArrayList; import java.util.Iterator; import java.util.List; public class ConcurrentModificationExample { public static void main(String[] args) { List numbers = new ArrayList<>(); numbers.add(1); numbers.add(2); numbers.add(3); Iterator iterator = numbers.iterator(); while (iterator.hasNext()) { Integer number = iterator.next(); if (number.equals(2)) { numbers.remove(number); } } } }
Write test scenarios for a public website
Cypress automation, ERP domain, Test process
Paired testing exercise of an online app to write tests and find bugs.
behavioral
1. How and What will you test differently in Mobile Application testing which is different and unique from Web testing? 2.Case study on Gpay transactions, rewards and Questions to be asked on User requirements
Asked mostly about my experience
Where I would start with the test automation on the project
How much experience do you have with Kaizen?
Viewing 1491 - 1500 interview questions