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

Thursday, 21 December 2017

Job opening for SR .QA Automation Selenium Web Driver role in.(Product Based Company)in Mumbai Airoli.

Position/Title Senior QA Analyst - Automation
Job Location Airoli, Navi Mumbai, India
Years of Experience Required 6 Years
Required Educational Qualifications B.E. / B.Tech/ MCA/ M.Sc.
Primary Skill (Must):
Qualification: B.E. / B.Tech/ MCA/ M.Sc.
Job Description
 4+ years of experience in automation or Development using core Java
 2+ Years of experience in manual testing and understanding of QA Process
 Good Experience in selenium web driver, Rest/Soap Web services testing
 Good Experience in Setting-up test suites on CI Servers(Bamboo/Jenkins)
 Must have hands-on experience on Database Preferably SQL
 Must possess fundamental knowledge of QA processes and Policies
 Must have worked on at least one of the Defect Management Tools such as (QC, TFS, etc.)
Written and Verbal Communication is must
Secondary Skills (Preferred):
 Exposure to Cross Browser Testing using toolsâââ€Å¡Ã‚¬Ãƒ¢Ã¢€Å¾Ã‚¢
Exposure to Security Testing
 Understanding of Load & Performance testing tools such as Neo Load, Load Runner, Silk, etc.
 Exposure to Mobile Testing
 Good to have Testing Certification (ISTQB, CSTE etc.)
 Should have worked in agile environment

Behavioral Skills:
 Good analytical and problem-solving skills
 Ability to work in a dynamic environment
 Strong focus on quality standards and code performance
 Have the ability to work and consult with colleagues as well as individually
Role Description (Roles & Responsibilities):
He/she would be responsible for creating scripts for Functional test cases
 Candidate should have thorough understanding of Java and have hands-on in Java coding
 Candidate should have exposure to automation tool Selenium
 Candidate would be responsible for Functional Testing for a Product
 Candidate should be able to define the Test Plans and Specifications for the product release
 Candidate should be able to work independently with minimal or no supervision
 Candidate should be able to interact with External and Internal Stakeholders and communicate effectively with both On Shore and Of Shore team

If you seem to be interested please do share your word format resume along with below Salary details.
Total Exp- 
Rel Exp in Selenium Web driver- 
Current CTC- 
Exp CTC
Notice Period-
Open for Mumbai Airoli Location- 
Education- 
Reason for Re-location- a better job. 
Current Location-
Thanks and Regards
Shweta
Pyramid IT Consulting Pvt. Ltd.
Office : +91 0120 . 3883400

Saturday, 2 December 2017

Interview questions of Manhattan Associates

Written test 10 question on manual 10 , sql10, 10 aptitude & 10 on java 
and we need to clear minimum 6 in each to proceed to next round.

The next round was F2F 

1: Tell me about yourself
2: When you will not be automating a test case?
3: Simple SQL query to fetch data from two table
4: Question were related to my project
5: A puzzle.

1. Can you write a dynamic XPath
2. What framework is used in your project
3. Can you write a build.Xml
4. Write a query for self-join
5. A flex board is produced from factory how do you test that
6. Write a code where there are 2 set's of key-value pair, print the value only if keys and values are same
7. Have you worked on Unix
8. What are the advantages of pom framework in selenium
9. As a QA engineer do you think known the backend process is important
10.What is non-functional testing

1.What is the meaning of this line 
WebDriver driver=new FirefoxDriver();

2.login on facebook and description of each method

3.Can we another function behalf of get().

4.How do you log the defect in manual testing?

5.Defect life cycle.

6.There is 2 textbox id password.something is already written in the text field like "Emailid", how can you copy from the emailid field and paste in the password field.

7.About yourself.

8.Project description.

9.About my current company environment.

10.puzzle:-3 bulb and 3 switches problem.

11.How to handle the drop-down list.

12.overloading and overriding

13.
it's an overloading or overriding will it compile or not.
public int m1(int a, int b)
public float m1(int c, int d)

14.we have an excel sheet something is written in excel sheet then compare those value with web page values.

15.how many bugs have you found yet.tell me 2 complex bugs.

16.string reverse.

17. find the highest value in the list.

18.find the duplicate value in the list.

19.how will upload a file if the text is not editable.

Selenium Important Question

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 Scenario: there is a submit button on the page it has the 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.

6 Scenario: if submit button contain in one of 3 frames in the page, how will you handle this.

7 If the element is loaded by taking much time how to handle this situation in selenium.
8 What is the problem with thread.sleep in code?

9 What is the concept of selenium grid?

10 when we execute test cases in the grid where results will be stored in node or hub?

11 Difference b/w quit and close.

12 Scenario: manually u 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?

13 What all annotations used in TestNG in your project?

14 If we wanna do data-driven with TestNG what are all annotations required?

15 Is it possible to pass test data through the testng.xml file, if yes how?

16 How to run specific kind of test cases using TestNG?

17 How to prioritize test cases in TestNG?

18 What are all interfaces available in selenium?

19 Actions is class or interface?

20 Why are we using TestNG? what are benefits we get using TestNG? cant we execute test cases in order
without using TestNG?

21 Explain polymorphism in java.

22 Scenario: There are two methods in the same class with the same name with different arguments and

different access modifiers. like
public void m1(int a){}
private void m1(string b){}
is it overloading or not?

23 What are types of inheritance in java?

24 Is multiple inheritance is possible in java? tel reasons.

25 Is multilevel inheritance is possible in java? give the reason.

26 Scenario: There is 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?

27 How to check image is loaded correctly or not on the page?

28 Scenario: the same image is present in ten pages how do you check same image present on each

page or not. how will you validate this scenario?

29 What is the purpose of sikuli?

30 Is it possible to compare two images with sikuli?

31 How do you compare the image in some path of drive and image on the page?

32 Tell syntax for sikuli code.

33 How to handle file upload window in selenium?

34 Scenario: There are ten drop-downs in the page with the same name.. in one of drop downs I have an option 
called cts employee

How select that particular option in out of ten drop-downs in the page? what is ur approach?

35 Write a code for DB connection.

36 Explain your project structure and flow.

37 How do u handle exception handling in selenium.

38 Explain run-time and compile time polymorphism.

39  Write a code for multiple handling windows.

40 Scenario: There is grid table 1st column contains links with same names in all rows.

2nd column contains the different name for those links present in 1st column.

now based on 2nd column click on the required link in the 1st column how will you do it.

41 How do you handle synchronization in selenium.

42 How to generate user-defined exceptions, write syntax.

43 Difference between throw and throws keyword.

44  Scenario: <table
<tr
<td
<td
now based on 2nd td tag find tr tag element. write X Path for it.

45 What is auto it? how will you execute auto it codes in selenium?

46 How to handle elements like Ajax?

47 How to handle elements which have no attribute inside tag?

48 What is protractor?

49 What are locators present in protractor?

50 Explain oops concepts.

51 Diff b/w sikuli and auto it.