May 2017 - All About Testing May 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.

Friday, 26 May 2017

Practical Interview Questions On Selenium Asked In Interview

Scenario 1 -
           There is a submit button in the page it has an id property. By using id we got element not found an exception, how will you handle this situation? What might be the problem in this case?

Scenario 2 -
           If submit button contain in one of three frames in the page, how will you handle this.

Scenario 3 -
           Manually you opened a Firefox browser window with Gmail login, now with selenium, you opened a Firefox browser window with Facebook login. What happens when we use quit method? Will it close all windows including Gmail one?

Scenario 4 -
           There are two methods in same class with the same name with different arguments and different access modifiers.
Like,
     public void m1(int a){}
     public void m1(string b){}
Is it overloading or not ?

Scenario 5 -
           There are 10 pages in the same window, an image is present in any page out of ten pages in the same window. How will you validate this scenario?

Scenario 6 -
           The Same image present in ten pages how do you check same image present on each page or not. how will you validate this scenario?

Scenario 7 -
           There are ten dropdowns in the page with the same name.In one of the dropdowns, i have an option called cts employee. How to select that particular option out of ten dropdowns in the page ? What is your approach?

Scenario 8 - 
           There is a grid table 1st columns contains links with same names in all rows. 2nd columns contain different name of those links present in the 1st column. Now base on 2nd column clicks on required link in a 1st column how will you do it.

Scenario 9 -
            <table
                 <tr
                     <td
                      <td
          Now based on 2nd td tag find tr tag element. Write XPath for it.

Scenario 10 -
          If there is an element which contains id attribute, that id is split into two parts by '_' (underscore), the first part is constant and second part is changing. how do you find that element using id?

Scenario 11 -
          There is a link on a webpage, click on that link a window will open and now that opened window contains three different frames and you have to do the operation on different elements in 3 frames and come back to the window. How will you do this?

Thursday, 25 May 2017

Interview Questions asked at Infogen-lab PVt Ltd.

1. Brief description about yourself.
2. What are the types of Integration testing?
3. Difference between sanity testing and smoke testing?
4. Explain Bug life cycle.
5. What is the difference between Failed and Block test cases?
6. What is the difference between Regression and Recheck?
7. Explain Black box and gray box testing with an example.
8. What is security testing?

Selenium

1. What is the difference between absolute and relative XPath?
2. How to find duplicate elements?
3. Explain Framework POM.
4. Explain how to work Jenkins?
5. Explain Cucumber framework.
6. Explain about appium - Complete start from installation to launch any application.
7. What is web services?
8. How to test web services?
9. Any idea about SOAP UI.

Tuesday, 23 May 2017

My Software Testing Engineer interview experience at Searce Pune on on Tuesday, 25-Oct-2016

I got mail from naukri.com for walk-in interview for "Software Quality Assurance Engineer" position for key skills Manual testing, Automation testing, Selenium, Java, Testlink.

There are total 5 rounds done for my interview process.

1. Aptitude test -

                     This is multiple choice aptitude test which includes puzzles, Logical Reasoning, Verbal ability. 

2. Written technical aptitude test - 
        
                     This test includes the multiple choice manual testing questions as well as Selenium question. There are total 50 questions in this questions paper. Most of the questions are from ISTQB. Who are studying for ISTQB or who have cleared the ISTQB exam they can easily pass this test. In this test 90% questions on the manual testing and 10 % questions is on Automation (Selenium).

3. Technical Round 1 -

                      In this round interviewer asked me some questions on the automation testing And On some real time scenario. Some questions on cookie testing. Session testing. Performance testing. How to check Login page for session timeout and security purpose.
This round is quite tough. Luckily I have cleared this round. :)

4. Technical Round 2 -

                  
                     This round is totally base on manual testing. An interviewer asked me everything from start to end manual concepts. such as SDLC, STLC, Bug life cycle, Retesting, Regression testing, Severity, Priority, BVA etc.
As well as some basic questions on the Testlink.
After this interviewer asked me to leave for the day and told me that if am pass in this round then there will one more round which is telephonic managerial round. 
After 2 days I got call from HR that you have clear the 4th round and she schedule my telephonic managerial round at Thu Nov 3, 2016, 11am - 11.30 am

5. Telephonic Managerial Round - 

                     At scheduled time I got called, In this, she asked me about challenge face in the career as a tester. Why am leaving my current company, My strengths, My weakness? At lastly about the package.

And I got placed at Searce Pune. And now happily working as Software QA Engineer. :)





Forgeahead Solutions Pune Interview Experience

There are total 4 rounds

1. Aptitude Test
2. Technical Face to Face (Automation)
3.Technical Face to Face (Manual Testing)
4. HR round.

1. Aptitude Test -

                    This is the written test including multiple choice questions base on the manual testing as well as on the Selenium Webdriver.
But most of the questions on the Selenium Webdriver.
If you cleared this round there will be 2nd

2. Technical Face to Face (Automation) -

                     In this round interviewer asked me about my role in my current company. Some basic questions on my current project.
He asked me some questions on java and some questions on Selenium Webdriver.
To clear this round deep knowledge of Java concepts are necessary.

3. Technical Face to Face (Manual Testing) -

                     This round is base o the pure manual testing concept. He gives me some real time senario and asked questions on that. As well as asked questions on manual testing.
In this round he observe the communication skills of applicant.

4. Hr Round -

                   Some basic HR interview question. About current package. Reason of leaving current company.

Please check the Forgeahead Slutions Pune interview questions in "Interview Question" tab.

Stay happy :) !!
BEST LUCK 
                       

Thursday, 18 May 2017

Cognizant Pune Interview Questions Date 28 sep 2016


  1. What is Selenium IDE?
  2. What is the architecture of Selenium Grid?
  3. How to debug the tests in Selenium IDE?
  4. Which are the languages supported by Selenium RC?
  5. What is Selenium RC?
  6. How to insert a start point in Selenium IDE?
  7. Does Selenium support Google Android Operating System?
  8. Why Selenium RC is used?
  9. Which is the command used for displaying the values of a variable into the output console or log?
  10. What are the capabilities of Selenium IDE?
  11. How Selenium Grid works?
  12. Which are the browsers supported by Selenium RC?
  13. What are the test types supported by Selenium?
  14. What you say about the flexibility of Selenium test suite?
  15. Which are the Operating Systems supported by Selenium?
  16. How to capture bitmaps in Selenium?
  17. What is Selenium?
  18. What are the types of Assertions there in Selenium?
  19. What are the main components of Selenium testing tools?
  20. What is the architecture of Selenium RC?
  21. What do you know about Selenium?
  22. What are the advantage and features of Selenium IDE?
  23. What are the capabilities of Selenium WebDriver or Google WebDriver or Selenium 2.0?
  24. What browsers are supported by Selenium Remote Control?
  25. What is Selenium Grid?
  26. What programming languages can you use in Selenium RC?
  27. What are the technical challenges with selenium?
  28. How to insert a breakpoint in Selenium IDE?
  29. How to insert a comment in Selenium IDE?
  30. Does Selenium support mobile internet testing?
  31. What is Selenium WebDriver or Google WebDriver or Selenium 2.0?
  32. What are the types of text patterns available in Selenium?
  33. How to use regular expressions in Selenium?
  34. What test can Selenium do?
  35. What is Assertion in Selenium?
  36. What is the disadvantage of Selenium IDE tool?
  37. What is Selenese?
  38. When to use Assert, Verify, and WaitFor in Selenium?
  39. What is the difference between QTP and Selenium?
  40. Which are the browsers supported by Selenium IDE?
  41. When to use Accessors in Selenium?
  42. How to export the tests from Selenium IDE to Selenium RC in different languages?
  43. What are the advantages and disadvantages of using Selenium as testing tool?
  44. Can tests recorded using Selenium IDE be run in other browsers?
  45. What is the use of context menu in Selenium IDE?
  46. What is Selenium RC (Remote Control)?
  47. How to execute a single line command from Selenium IDE? Selenium
  48. What is the cost of Selenium test suite? selenium
  49. What are the challenges with Selenium IDE?

BEST LUCK 

My personal advice for all those appearing in interviews

1. Service based company interview ->
                                     questions are very simple. Only a couple of days studies and you can get in. They won't go beyond basic selenium, simple java, testng and frameworks.
And little bit SQL and services.


2. If it's a product based company →
                                     focus more on programming language and deep knowledge of the framework.


3. If it's a startup or top tier company like Google, Amazon, Flipkart, Facebook, ThoughtWorks etc. ->
                                     Then forget about selenium. they even will not bother to ask you about any questions about selenium or any specific tool. Neither from testing related.
They will only give you problems which you can solve if you know deeply data structures and algorithms. You can solve these problems in any programming language.

And they will give you problems on system level like I.e. WhatsApp image sharing features.  Now break it down and solve. This is called test case enumeration.

BEST LUCK 

Deloitte Interview Questions

1st Round Interview Questions

1.What is the difference Between smoke sanity and regression test?

2. Different Tabs of ALM and exp.

3. What is the purpose of Jira?

4. Difference Between ALM and Jira.

5. Boundary value analysis and equivalence partitioning test design tech. With example.

6. Defect life cycle.

7. Difference Between severity and priority.

8. Example Of high priority and low severity defect. He wanted the real life scenario.

9. Low priority and high severity defect example.

10 what us API testing.

11. SQL queries with joins.

12. How to provide Estimations.

13. What is API testing and purpose of that according to my project?

14. No. Of questions from my resumes...

 2nd round was managerial-

1. Tell me about yourself.

2.  Why you want to leave your current company.

3. Why Deloitte should hire you.

4. API testing. And if you want to run the scheduled job in soap UI how will you do it.

5. Difference between sanity and smoke

6. Difference between SIT and UAT

7. Time duration of scrum
8. Model for test estimation
9. ALM questions
10. JIRA
11. Resource utilization
12. Scrum model

BEST LUCK 

Deloitte Interview Experience

There are total 4 round

1. First round of basic testing concept
2. Manager round will be more towards process domain knowledge n agile.
3. English speaking test which will be for testing your reading writing and spoken English.

4. Another round with account manager.

if you clear these 4 rounds HR will let you go saying we will send the offer letter within a week.:)

Suggestion for people who are attending Deloitte interview

1. They will ask questions related to manual testing.
2. Those who are from automation testing background. You will be asked some basic automation testing questions
3. Questions related to severity and priority with examples from your experience in projects you were involved
4. Questions on defect, defect management, estimation, requirement analysis, test design techniques and testing techniques with examples
4. Some scenario based questions
5. For Versant round just be confident and fluent in your English speaking
It doesn't matter if you are from automation or manual background they will ask questions related to manual testing and just basic questions related to automation.

Please check the Deloitte interview questions in "Interview Question" tab.

Stay happy :) !!
BEST LUCK 

Selenium/Java Interview Questions at L&T 1st Oct 2016


1. What is the difference between list and set?


2. How will you switch to another window?


3. What is the return type of driver.findelement/driver.getwindowhandles()?


4. What is the difference between Private and Protected?


5. How will you achieve dynamic polymorphism?


6. What are inheritance and encapsulation?


7. Can you override static methods?


8. Can the main method be overloaded?


9. What is Singleton?


10. What are collections in Java?


11. What is nested class?


12. How will you call a protected method in a nested class?


13. In a web page, how will you ensure that page has been loaded completely?


14. What is the difference between build and perform the method in Actions Class?


15. What are different annotations in TestNG?


16. What is the difference between before method and before test?


17. How will you display the character count in a string "Steve Jobs" by ignoring space on between?


18. What is a constructor and when will you use this and super in a constructor?


19. If you want to call a constructor from the parent class, what will you do?


20. How will you run your tests using Data Driven Framework?


21. What are static variables and methods?


22. How will you handle Alerts in selenium?


23. How will you handle a file upload window using Selenium?


24. Can I define one class into another class?


25. What are different types of modifiers present in Java?


26. How will you make a build using Jenkins?


27. How will you install ReportNG in your project?


28. How will you control data using XML?


29. How will you display a value of a particular cell in a web table?


30. How will you handle dynamic elements using XPath?

31. What is POM?

BEST LUCK 

Synechron Ahmedabad interview questions

  1. What is need of automation?


  1. Things to be taken care while creating automation framework?


  1. Different types of the framework ?


  1. When to start automation?


  1. Is automation possible in agile?


  1. How to do cross browser testing?


  1. Different types of Wait?


  1. Java code to find string length without in built function?


  1. Find repeated character in a string aabbccdd ?


  1. Is try with multiple catch allowed and finally block?


  1. What is Reflection API?


  1. Why the main method is static?


  1. What is Runtime polymorphism?


  1. What is Static variable?


  1. Overloaded method?

  1. What is the difference between selenium 3:0 and lower version?

Wednesday, 17 May 2017

Synchron Pune interview questions.

Synchrone Pune interview questions


  1. How much you rate yourself in Java out of 5 and in selenium out of 5


  1. Write a program or algorithm to swipe 2 numbers without using 3 rd variable.


  1. Write code to reverse integer 1234.


  1. Write code to calculate the length of string "how are you"


  1. What different type of locators are present in selenium.


  1. How to run test cases via Jenkins


  1. What is reflection in Java.


  1. What is collection.


  1. What is abstract class and abstract methods.


  1. What is static variable and static methods.


  1. What you have done to improve the performance of selenium framework.


Common basic selenium interview questions


How to do following things


  • Implicit and explicit waits


  • Handle-alert and multiple windows


  • Select from dropdown


  • Broken links detection


  • POM framework


  • Parameters related to pom


  • Desired capabilities


  • Scroll bar implementation

  • Mouse hover implementation


  • JavaScriptexecutor


  • Actions implementation


  • Detect Dynamic Objects