Thursday, 23 November 2017

Collabera - Automation Testing - 5 plus. Experience

Recently got intervied at Collabera

Interview questions-
1. Tell me about yourself explaining your work in automation and Salesforce
2. What is Salesforce lightening
3. User roles in Salesforce.Salesforce journey of customer. What are leads , opportunity
4. Collection, a arraylist- more detailed.
5. Interface and oops concepts
6. Explain any automation framework structure.
7. Repository used?
8. Type of date types we use in webdriver codes
9. What is POM,grid
10. How jetkins works
11. Wait command
12. Some basic SQL n UNix commands.
13. Jira defect lifecycle
14. Test management and reporting.

Tuesday, 21 November 2017

MasterCard - Automation Interview - 5 plus years experience

MasterCard - 5 plus - Automation Experience

1. What reflection

2. What is specflow

3. How to run selected scenario in specflow

4. What is dataprovider

5. What is good to use dataprovider or hashmap

6. String builder vs string buffered

7. Why to use SBuffere and SBuilder, what is difference in them?
8. How to integrate specflow

9. What is BDD AND TDD

10. How to implement it

11. Can we integrate selenium with jmeter
How to run

12.  Algorithm to find duplicate words with count in text file.

13. How to convert binary to decimal

14. Compare two xls file and print the difference with column

15. What does set return

16.  Interface is abstract, polymorphism, or encapsulation

17. Prove that object is parent class of all class

18. Example of polymorphism in selenium

19. What is wait in Selenium all type of wait

20. I have implicit wait of 60 second and 3 seconds of explicitly wait, now how much time it will take to click on button element

21. I have n number of pages like 1,2,3,4.... What is effective way to test all like are working?

22. Strings has a number and alphabets, I just want numbers, how to achieve it

23. What is happening background when driver.find....(...). click() is executed, means how Selenium work with browser?

24.I have run the test cases and it looks 100mini to run, what is other way to achieve running test with less time even after running test in parallel

25. What is the other use of method overriding

26. Which locator u mostly use?

Monday, 30 October 2017

Selenium - Multiple Companies Questions

Hexaware Walk-in Online Questions:

1.What is the method to disable cookies
2.what does submit method does?
3.Where does variable of tc's stored in Java
4.verifytextpresent method patterns
5.assert & verify difference
6.Scope of Implicit wait
7.What r the different modes of Se(Option Firefox,IE,Chrome)
8.Where selectbyvisibletext is used
9.How to get text from a page?
10.What is the method to store the alert?
11.Why relative x path is advantage then relative x path
12.method for context click
13.Find the Xpath for given HTML code
14.how to count the number of elements
15.Difference between breakpoint n start point
16.How to navigate forward in browser
17.Asserttitle returns what
18.syntax for selectbyindex

1. Select the method which clears all selected entries in selenium web driver
2. Where can u create ur own selenium commands
3. Which command is is used for typing in a text box.
4. Select command which is used to pause execution until the specified element becomes present
5. Scope of implicit wait
6. Command which is used to pause execution until page is loaded completely.
7. Select the view which shows your script in HTML format
8. Features available in IDE to debug an automated case.
9. In which approach tests can be executed with multiple sets of test data.
10. What can be used to flex/flash application using selenium.
11. How many parameters does the selenium object takes when using default selenium.
12. Difference between web driver close and quit methods.

Cognizant chennai questions
1. How do you get the text value from drop down
2. How to get all the links from the webpage
3.how do you manage reports in your framework
4. Explain abt parallel testing
5. Difference between before test and before method
6. Difference between interface and abstract class
7. What is data binding

Monday, 11 September 2017

Johnson Control - Automation Interview - 3 to 5 years experience

Johnson controller interview question

1. Difference between water fall model and agile

2. Difference between  retesting and  regression

3. Defect verification

4. What is retrospective meeting

5 . Monkey testing and Blind testing

6.  Which testing mostly performed in mobile most important factors

7. Difference between map and hash map

8. Map allowed duplicate key value
Program working or not

9. Which Colllection use in you're project

10. If you have 2 value and 2 keys in map how to insert 5 in fifth key

11.
String s1= "ABCD";
String s2 ="abcd";
S1==s2;
S1.equalto(s2);
What is the output ?

12. How to concat value

13. value without + operator and without function ?

14. Project Component

15. Framework Related questions

16. How to trigger in Jenkins

17. How to create build in maven cmd

18.  What  is page factory method

19. Where you use polymorphism in your project

20. How to use in parallel testing using testng

21. Write a method for data provider in testng?