write a test case for lift.
Software Testing Engineer Interview Questions
4,208 software testing engineer interview questions shared by candidates
It was mostly on automation and java concepts
Write a program to print nos. from 50 to 70 (evens) and 80 to 100(odds) using one loop. Eg. 52 54 56 . . . . . 68 70 81 83 . . . . . 97 99
Write a program in C to print if number entered by user is not prime. (do not print anything if number is prime and you are not allowed to use else statement.)
Write a program in C to print numbers from n1 to n2 and n2 to n1, n times. where n1, n2 and n are entered by user on runtime. example: n1=10 n2=13 n=2 output: 10 11 12 13 12 11 10 11 12 13 12 11 10
Questions were related to software testing
general behaviour questions(tell us about yourself etc.) the coding question was a Leetcode easy question
Expertise on how testing is done
1. Real time experience questions
IN JAVA, WHY DO WE USE THE MAIN METHOD AS PUBLIC?
Viewing 2491 - 2500 interview questions