The question is from string. class Test { public static void main(String args[]) { String t1 = "Auto"; String t2 = "Auto"; System.out.println(t1==t2) //Line1 String x1=new String("Java"); String x2 =new String("Java"); System.out.println(x1==x2); //Line 2 } } What is the output of Line 1 and Line2
Qa Engineer Intern Interview Questions
17,721 qa engineer intern interview questions shared by candidates
Java coding questions
what is OOP in java what is the difference between verification and assertion? can you write a code for login on one page with selenium? why do you want to join the company what kind of report are you using
did you face any conflict , if yes , how did you resolve them
what do you know about data structure?
started to wrote code for simple Java program and in the code pairing with senior tester is like, they asking many questions during the interview. why u put this? why u haven't tried this like that..
SQL and ETL related questions.
From Selenium, deleting first 10 rows from web table, clink first enabled link in page which is having multiple links, window handle, handle multiple alert in a page, forced click etc. From UFT, selecting from drop drown, writing in a textbox present in another page etc. From java, few coding questions and few basic SQL query as joins , highest record from a table etc.
related to java and selenium
Write infra and tests for website application
Viewing 1961 - 1970 interview questions