April 2017 - All About Testing April 2017

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.

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.