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

Wednesday, 22 November 2017

Test Scenarios for Sending Emails

1. Email template should use standard CSS for all emails

2. Email addresses should be validated before sending emails

3. Special characters in email body template should be handled properly

4. Language specific characters (e.g. Russian, Chinese or German language characters) should be handled 
properly in email body template

5. Email subject should not be blank

6. Placeholder fields used in email template should be replaced with actual values e.g. {Firstname} {Lastname} 
should be replaced with individuals first and last name properly for all recipients

7. If reports with dynamic values are included in email body, report data should be calculated correctly

8. Email sender name should not be blank

9. Emails should be checked in different email clients like Outlook, Gmail, Hotmail, Yahoo! mail etc.

10. Check send email functionality using TO, CC and BCC fields

11. Check plain text emails

12. Check HTML format emails

13. Check email header and footer for company logo, privacy policy and other links

14. Check emails with attachments

15. Check send email functionality to single, multiple or distribution list recipients

16. Check if reply to email address is correct

17. Check sending high volume of emails

Friday, 17 November 2017

Payment Gateway Test Cases



1 During the payment process try to change the payment gateway language

2 After successful payment, test all the necessary components, whether it is retrieved or not

3 Check what happens if payment gateway stops responding during payment

4 During the payment process check what happens if session ends

5 During the payment process check what happens in back end

6 Check what happens if payment process fails

7 Check the Data-base entries whether they store credit card details or not

8 During payment process check error pages and security pages

9 Check settings of pop-up blocker, and see what happens if pop up blocker is on and off

10 Between payment gateway and application check buffer pages

11 Check on successful payment, a success code is sent to the application and a confirmation page is show to the user

12 Verify whether the transaction processes immediately or processing is hand to your bank

13 After successful transaction check if the payment gateway returns to your application

14 Check all format and messages when successful payment process

15 Unless you don't have an authorization receipt from payment gateway, good should not be shipped

16 Inform the owner of any transaction processed through e-mail. Encrypt the content of the mail

17 Check the amount format with currency format

18 Check if each of the payment options is selectable

19 Check if each listed payment option opens the respective payment option according to specification

20 Verify whether the payment gateway defaults to the desired debit/credit card option

21 Verify the default option for debit card shows card selection drop down menu

Sunday, 5 November 2017

How To Change Blog Title And URL

Wednesday, 1 November 2017

How to apply custom theme/ template to blogger

Tuesday, 31 October 2017

Interview Questions of SAP Labs for the Post 'Automation Engineer'


Interview Questions of SAP Labs for the Post 'Automation Engineer'

1ST ROUND( lead)

Tell about your self.

Questions about recent(automation) project & roles and responsibilities

Questions about 2nd (manual) project & roles and responsibilities

Where are your development team? is it at a client location or along with you?

Tell me the test case template  (header, footer, body)

Explain defect life cycle?

Where you stay? where is your company located?

Rate your self on java?

Explain testing environment

Any questions to ask me?

2ND ROUND (project manager)

Tell me about ur self?

What is white box testing?

What is black box testing?

Should severity & priority mention in testing?

Tell me challenges faced in your project?

Does manual bring more ROI or automation brings more ROI?

Automation uses: where is used why it should use?

What are the languages does selenium supports?

What is smoke testing? where you will do smoke testing? when will you do accetence testing?

Which technology do you use?

Do your project related to mobility?

Which one you feel comfort manual or automation ? reason?

Tell me the three important things which are mandatory while doing testing in automation?

Explain defect life cycle?

How you will handle if image is scripted and executed in two different resolutions sysytems?

How you will review? wat is the process?

Which tool you used for defect tracking?

Will you join immediately if offer released? how you will manage in your company?

How many test case you wrote per day?

How many of your team?

Tell me the three important things which are mandatory while doing testing in manual?

Do you have any offers in your hand?

Why are you looking for a change?

Which process you follow? explain it

Who will explain the requirement? product owner or scrum master?

Explain any of the sdlc processes you feel free?

What is web server?


3RD ROUND (qa manager)

Tell about test ng

About annotation

Explain in detail about 3 tire architecture on board?

Have you involved in any installation?

Explain about 2 tire architecture?

What is the differenc between 3 tier and 2 tier?

Any 4 tire architecture?

Explain white box testing?

Explain which tool you used in W.B.T?

Why are you looking for change?

Have you done WHITE BOX TESTING?

How build comes can you? Tell me what process how developers and testers communicate?

How build comes? What does it contains?

Xplained about company rules and regulations  & about their project out line.


Friday, 27 October 2017

IGate Interview Questions for software test engineer position


IGate Interview Questions for software test engineer position

There are total 3 rounds.


1st round

1. What is selenium?
2. What is Jenkins why we need it?
3. What are the differences between RC and web driver?
4. What are the differences between Grid & WebDriver?
5. Daily role in office?
6. About current project?
7. What is TestNg?why we need it?
8. Write code for Gmail Login in RC & Driver?
9. Have you ever impressed your client?

2nd Round

1. Tell me about yourself?
2. Current project full end to end scenario..?
3. What are the differences between RC and Webdriver?
4. What is abstract class how it uses for us?
5. What is Data-driven framework & Keyword Driven?
6. What is the difference between / and // in XPath
7. SDLC & Stlc?
8. We have SDLC but why we need STLC?
9. How you improve your knowledge on the project?
10. Bug life cycle?
11. Did you involve in Test plan preparation?
12. What is smoke testing & sanity?
13. What type of testing did you do in your work?
14. If I give 5 freshers you only responsible what will you do?
15. What are that challenges you faced?
16. What value would you add to our company?

3 Round HR

1. Why you are leaving?
2. How much salary you are expecting?
3. Next 4-5 year where you will be?
4. Salary slips, hike letters, Notice period

Wednesday, 25 October 2017

Aptean interview questions for QA engineer

Aptean interview questions

1. What is code complete?

2. What is release candidate?

3. What is the difference between application and dll?

4. Virus is a bug or not?

5. What is compatibility testing?

6. Difference between automation and performance testing?

7. What is smoke testing?

8. Open interface used for?

9. What is a registry?

10. What is post and get method, service pack?

11. What is the difference between white box testing and black box testing?

12. What are the uses of the index, virtual root in a web application, hotfix?

13. What is the difference between primary key and unique key?

14. main(){ int *p; *p=10; } what is error here?

15. What is the quit or blackout phase in SDLC?

16. What is open Database Connectivity?

17. What is mean time to failure?