All About Testing All About Testing

What is the recipe for successful achievement?

To my mind there are just four essential ingredients: Choose a career you love, give it the best there is in you, seize your opportunities, and be a member of the team.

“All our dreams can come true, if we have the courage to pursue them.”

“I’m a great believer in luck, and I find the harder I work, the more I have of it.”

Success unshared is failure.

To make our way, we must have firm resolve, persistence, tenacity. We must gear ourselves to work hard all the way. We can never let up.

"Everyone you will ever meet knows something you don't."

he fact that I can plant a seed and it becomes a flower, share a bit of knowledge and it becomes another's, smile at someone and receive a smile in return, are to me continual spiritual exercises.

The secret of success is to do the common things uncommonly well.

Good things come to people who wait, but better things come to those who go out and get them.

Monday, 15 May 2017

Cognizant Selenium Interview Questions



  1. How to switch from frame to the main window? tell syntax.
  2. What is the difference between POM and page factory?
  3. Where does automation fit into the testing flow?
  4. What are challenges that you faced while automating test cases?
  5. If the element is loaded by taking much time how to handle dis situation in selenium.
  6. What is the problem with thread.sleep in code?
  7. What is the concept of selenium grid?
  8. When we execute test cases in the grid where results will be stored in node or hub?
  9. Difference b/w quit and close.
  10. What all annotations used in TestNG in your project?
  11. If we wanna do data driven with TestNG what are all annotations required?
  12. Is it possible to pass test data through TestNG .xml file, if yes how?
  13. How to run specific kind of test cases using TestNG?
  14. How to prioritize test cases in TestNG?
  15. What are all interfaces available in selenium?
  16. Actions is class or interface?
  17. Why we using TestNG? what are benefits we get using TestNG? Can’t we execute test cases in order without using TestNG?
  18. Explain polymorphism in Java.
  19. What are types of inheritance in Java?
  20. Is multiple inheritance is possible in java? tell reasons.
  21. Is multilevel inheritance is possible in java? give the reason.
  22. How to check image is loaded correctly or not in the page?
  23. What is the purpose of sikuli?
  24. Is it possible to compare two images with sikuli?
  25. How do you compare the image in some path of drive and image on the page?
  26. Tell syntax for sikuli code.
  27. How to handle file upload window in selenium?
  28. Write a code for DB connection.
  29. Explain your project structure and flow.
  30. How do you handle exception handling in selenium?
  31. Explain runtime and compile time polymorphism.
  32. Write a code for multiple handling windows.
  33. How do you handle synchronization in selenium?
  34. How to generate user defined exceptions, write syntax.
  35. Difference between throw and throws keyword.
  36. What is auto it? how will you execute auto-it code in selenium?
  37. How to handle elements like ajax?
  38. How to handle elements which have no attribute inside tag?
  39. What is protractor?
  40. What are locators present in protractor?
  41. Explain oops concepts.
  42. Difference between sikuli and auto it.

Hexaware Technologies questions for manual testing.


Round 1 Aptitude (Software testing)


  1. Fundamentals of software testing
  2. Test design techniques
  3. Software development life cycle.
  4. SQL (Joins Group by)


Round 2 (PI)
  1. Brief about yourself
  2. Difference between retesting and regression testing.
  3. Difference between smoke and sanity testing.
  4. Difference between severity and priority
  5. SDLC & STLC
  6. Which software development model that your organization follows?
  7. Difference between waterfall model & V model.
  8. RTM ?
  9. What all documents you prepare during software testing life cycle.
  10. Organization process?
  11. Difference between test strategy & Test planning.
  12. Difference between test criteria & test cases?
  13. Trade life cycle?
  14. What is IPO & Prerequisite of IPO?
  15. Different types of margins.
  16. SQL queries with the example.


Round 3

  1. Tools used in the previous organization?
  2. Past project’s
  3. Roles & responsibilities ?

Tuesday, 4 April 2017

Testing interview questions of Altimetrik

. How many TC you have automated till yet?

2. How many TC you have executed in regression in the current project?

3. Total TC count in regression test suite?

4. How much time it take to prepare and execute these TC of regression test suite?

5. Did all the TC gets passed when you execute regression suite? Did you get functional or non-functional bugs?

6. Did you face any of difficulty in preparing test suite?

7. Diff between public and private access specifier in Java?

8. Can the private member of a class can be accessed outside of the class?

9. What is diff bet private and protected?

10. How many web pages are opened in a system can we count in selenium?

11. Difference between find the element and find elements?

12. What is getWindowHandles()?

13. What is web base pop-up and windows based pop-up?

14. What is the generic function in selenium?

15. How many generic functions you have written in your current project? Please specify the generic function which you have written?

16. Do you know how to connect Excel sheet through java?

17. Do you know what is Jenkins?

18. Did you perform continuous integration in your current project?

19. Which framework you have used in your project?


20. Have you used TestNG in your project?

Testing interview questions of Synchron


1. Introduce yourself?

2. What are your roles and responsibility in your current company?

3. Have you worked in designing?

4. A flow of your framework, modules, project?

5. Define encapsulation.

6. Difference between method overloading and method overriding.

7. Interface and abstract

8. Static keyword in java

9. this keyword explain

10. Multiple and multilevel inheritance

11.Different types of exception

12. Define - Check and Uncheck exception

13. Difference bet list and set

14. What is ArrayList?

15. Different types of waits in selenium, describe each with syntax

16. How to handle web-based popup

17. what are different methods of alert

18. How to switch from one window to another window

19. How to table handle and window handle?

20. How to read/write data from excel file-apache poi?

21. How to take the screenshot in selenium?

22. How to highlight a link in selenium?

23. Additional setting/proxy settings in selenium?

24. Firefox profile?

25. Describe capabilities?

26. Jenkins explain?

27. How to upload data in Jenkins?

28. The jar file for logging?

29. Annotation of TestNG?

30. What is parameterized testing in TestNG?

31. How to execute test case parallel in TestNG?

32. Can you give the same priority to two test cases in Selenium?

33. Parallel parameterization = true explain?

34. SQL queries what u have done

35. What is the primary key?

36. Multiple same entries are done in the table, how to find a unique element of the table?

37. How to find 3rd highest salary from the table?

38. How to find any particular date joining employees from employee table?


39. Date is in number format how to change it in character format?

Monday, 3 April 2017

Tesing interview question of LNT infotech

Introduce yourself?

How to read property file in selenium

How to read excel file

How to get row count and column count in XL file

How to read all data in excel file

XPath function

Precedent

How to perform double click on any component

Did you perform any DB validation using java selenium code

Diff bet interface and abstract

Test NG Annotation details

Have you done any parallel execution in TestNG

What kind of report generation you have done in TestNG ? is it XML, HTML, Excel report.