Showing posts with label Interview Question. Show all posts
Showing posts with label Interview Question. Show all posts

Tuesday, February 23, 2016

Automation testing Interview Question

Manual/Automation Testing Interview Question

Here i am posting all the interview questions which i have faced in recent interviews.
I will also post the answer in some time.

1. How you handle the team
2. Basic question from CV
3. How you do API automation
4. Brief about yourself
5. Question on current project.

1. Rate yourself in java
2. What are wrapper classes
3. What are interfaces?
4. How to handle frames in selenium
5. How to handle JavaScript in selenium
6. How to handle alerts

1. How much you will rate yourself in java
2. Which jar file you have used in selenium?
3. What classes you have used
4. What is overloading and overriding
5. What is polymorphism?
6. How good you are in java
7. How much you will rate yourself in automation and java


Brief about yourself
Question for Estimation Techinique. Gave scenario and asked to give estimation
Tell us about different project you have worked.
How to automate if product is not developed yet
How to automate database
How to estimate if you do not have proper req
Second round:
Why we need automation
Why you have used Junti? What are uses of Junit. (I have used Junit in My framework)
If you have 100 test cases and you do not have much time then how you save time (using selenium grid)
What is OR
What is xpath
How to get xpath
How to use different browser driver
Some scenario based question
How do you rate yourself in selenium(7)

1. Ask about every testing term mentioned in my cv
2. What challenges you faced while handling team
3. If you are going to join a team as a TL then what will be your approach to handle the team.
4. Scenario based questions for testing (if you have one job running which export something then how you will test such application)

1. First round: lead
1. brief about yourself
2. Scenario based question
3. Testing techniques
4. Estimation
5. What challenges you have faced
6. How you will approach your team if you join as a lead
7. How to select multiple options
8. Automation framework
9. Do you ever missed any bug and how handled it
10. How to get which bug was in which test case and how many test cases need to be executed again for that bug.
11. bva, equivalence portioning,state transition, test strategy, get list of options in webdriver
Second round: Manager
1. Brief about yourself
2. Framework question
3. Did you ever missed any bug and how handled it
Third round: lead
1. Brief about yourself
2. What tools you have worked on
3. Framework and general automaton question
Fourth round: QA director
1. Brief about your work
2. Knowledge on automaton
3. Tools and framework
4. Methodology-Agile, scrum. Duration of scrum

1. Brief about yourself
2. Framework
3. Challenges you have faced
4. What you have contributed in you company for which you feel proud

1. How you will rate yourself in java
2. Brief about your work.
3. Suppose you have an array of repeating number then how you will delete the repeating number.
4. What are interface and how to implement?
5. One logic based question. You have car with four tires. Life of each tire is 250 km. You have one extra tire with you. So long you can drive in this scenario.
6. How many test cases you have2. How many you have automated
7. How much time execution was taking?
8. How much time it is taking now
9. How much you will rate yourself in automaton.
10. What is percentile in silk performer?
11. What is throughput?
12. How much you will rate yourself in sql
13. What is SoapUI?
14. What are web services?
15. What are https web services?
15. What is your strength automation or manual

1. Brief me about your work
2. What is object oriented ness
3. What is framework?
4. Suppose you have 4 digit numbers which is in Fibonacci series now wire the logic to get the 5 digit number which should be in Fibonacci series.
5. Suppose you have mobile, remote, TV now what is object oriented in all these?
what is framework?
what is web driver?
what is object oriendtedness?
what is difference between encapsulation and abstract?
mobile, tv and remote out of this which is object oriented?
you have four digit number which is in Fibonacci series , now how to get the 5th number which is in Fibonacci series.?
why we need webdriver?


Written test on selenium and java : Objective type question.

1. Selenium script for login
2. Selenium script for selecting a value from a web table
3. Selenium script for selecting multiple check box where all properties of check box are same
4. What is polymorphism?
5. Can we have different method implementation in method overloading and method overriding?
6. Logical Question: Suppose you have one pond and it has one lotus. Everyday lotus gets doubled and on 20th day pond gets full then on which date it will be 1/4 th full.


These are some questions which i received from my friends:

1.what do u do first  when requirement for perf. test comes
2. what is performance testing ?
3. jmeter test plan
4. jmeter thread group
5. jmeter samplers
6. jmeter timers
7. How to decide which port to use in FTP request or HTTP request?
7. dynamic parametrization in jmeter
8. how to pass values from csv to script
9. how spike testing is achieved?
10. what is transaction per second
11. what is hits rate and throughput
12. do you create test plan for performance testing
13 what you mention in that ?
14 what risks you mention in plan
15 what are the criteria to pass the performance test

1. Tell me about yourself.
2. Basic question from my cv.
3. Gave once scenario of form registration and then asked about the test cases for the same.
4. Few more basic question on the test cases of the above scenario.
1. Selenium Architecture
2. Why we need to implement web interfaces
3. Difference between error and exception.
4. Junit Annotations
5. Sequence of Junit Annotations
1. Program for even no
2. Test Plan content
3. Activity you will perform while getting and giving training.







Sunday, February 21, 2016


Manual/Automation Testing Interview Question

Here i am posting all the interview questions which i have faced in recent interviews.
I will also post the answer in some time.
How to convert String to Array?
How to find missing number from the list of randomly generated number?
How to automate without using any tool eg(Google Search) suing VB SCRIPT or other language?
What will the o/p of the following program?
Dim i
I=2;
OPTION explicit
Msgbox (2)
What will be the output?
 If I click on stop button when the script is running then at that point it should call some function and do some execution to end smoothly.
How to find the middle of a string without using mid or substring?
When u r passing some function from the csv or test file then how it is getting called in the script?

Find the Missing Number
You are given a list of n-1 integers and these integers are in the range of 1 to n. There are no duplicates in list. One of the integers is missing in the list. Write an efficient code to find the missing integer.

1. How you handle the team
2. Basic question from CV
3. How you do API automation
4. Brief about yourself
5. Question on current project.

1. Rate yourself in java
2. What are wrapper classes
3. What are interfaces?
4. How to handle frames in selenium
5. How to handle JavaScript in selenium
6. How to handle alerts

1. How much you will rate yourself in java
2. Which jar file you have used in selenium?
3. What classes you have used
4. What is overloading and overriding
5. What is polymorphism?
6. How good you are in java
7. How much you will rate yourself in automation and java


Brief about yourself
Question for Estimation Techinique. Gave scenario and asked to give estimation
Tell us about different project you have worked.
How to automate if product is not developed yet
How to automate database
How to estimate if you do not have proper req
Second round:
Why we need automation
Why you have used Junti? What are uses of Junit. (I have used Junit in My framework)
If you have 100 test cases and you do not have much time then how you save time (using selenium grid)
What is OR
What is xpath
How to get xpath
How to use different browser driver
Some scenario based question
How do you rate yourself in selenium(7)

1. Ask about every testing term mentioned in my cv
2. What challenges you faced while handling team
3. If you are going to join a team as a TL then what will be your approach to handle the team.
4. Scenario based questions for testing (if you have one job running which export something then how you will test such application)

1. First round: lead
1. brief about yourself
2. Scenario based question
3. Testing techniques
4. Estimation
5. What challenges you have faced
6. How you will approach your team if you join as a lead
7. How to select multiple options
8. Automation framework
9. Do you ever missed any bug and how handled it
10. How to get which bug was in which test case and how many test cases need to be executed again for that bug.
11. bva, equivalence portioning,state transition, test strategy, get list of options in webdriver
Second round: Manager
1. Brief about yourself
2. Framework question
3. Did you ever missed any bug and how handled it
Third round: lead
1. Brief about yourself
2. What tools you have worked on
3. Framework and general automaton question
Fourth round: QA director
1. Brief about your work
2. Knowledge on automaton
3. Tools and framework
4. Methodology-Agile, scrum. Duration of scrum

1. Brief about yourself
2. Framework
3. Challenges you have faced
4. What you have contributed in you company for which you feel proud

1. How you will rate yourself in java
2. Brief about your work.
3. Suppose you have an array of repeating number then how you will delete the repeating number.
4. What are interface and how to implement?
5. One logic based question. You have car with four tires. Life of each tire is 250 km. You have one extra tire with you. So long you can drive in this scenario.
6. How many test cases you have2. How many you have automated
7. How much time execution was taking?
8. How much time it is taking now
9. How much you will rate yourself in automaton.
10. What is percentile in silk performer?
11. What is throughput?
12. How much you will rate yourself in sql
13. What is SoapUI?
14. What are web services?
15. What are https web services?
15. What is your strength automation or manual

1. Brief me about your work
2. What is object oriented ness
3. What is framework?
4. Suppose you have 4 digit numbers which is in Fibonacci series now wire the logic to get the 5 digit number which should be in Fibonacci series.
5. Suppose you have mobile, remote, TV now what is object oriented in all these?
what is framework?
what is web driver?
what is object oriendtedness?
what is difference between encapsulation and abstract?
mobile, tv and remote out of this which is object oriented?
you have four digit number which is in Fibonacci series , now how to get the 5th number which is in Fibonacci series.?
why we need webdriver?


Written test on selenium and java : Objective type question.

1. Selenium script for login
2. Selenium script for selecting a value from a web table
3. Selenium script for selecting multiple check box where all properties of check box are same
4. What is polymorphism?
5. Can we have different method implementation in method overloading and method overriding?
6. Logical Question: Suppose you have one pond and it has one lotus. Everyday lotus gets doubled and on 20th day pond gets full then on which date it will be 1/4 th full.


These are some questions which i received from my friends:

1.what do u do first  when requirement for perf. test comes
2. what is performance testing ?
3. jmeter test plan
4. jmeter thread group
5. jmeter samplers
6. jmeter timers
7. How to decide which port to use in FTP request or HTTP request?
7. dynamic parametrization in jmeter
8. how to pass values from csv to script
9. how spike testing is achieved?
10. what is transaction per second
11. what is hits rate and throughput
12. do you create test plan for performance testing
13 what you mention in that ?
14 what risks you mention in plan
15 what are the criteria to pass the performance test

1. Tell me about yourself.
2. Basic question from my cv.
3. Gave once scenario of form registration and then asked about the test cases for the same.
4. Few more basic question on the test cases of the above scenario.
1. Selenium Architecture
2. Why we need to implement web interfaces
3. Difference between error and exception.
4. Junit Annotations
5. Sequence of Junit Annotations
1. Program for even no
2. Test Plan content
3. Activity you will perform while getting and giving training.








Friday, December 28, 2012

Manual Testing Interview Question and Answer

       1.) What is the difference between Sanity and Smoke testing

       2) What is the difference between Load and Stress Testing?

  1. What is the difference between Sanity and Smoke testing?
Sanity Testing: Sanity testing is also known as mini regression testing. Sanity testing is done when you get a release after your bug fixes and that bug has impact on other module as well then we perform sanity testing to make sure that other module is working fine.

Smoke Testing: Smoke testing is done in the beginning when you get the release for the first  time then we perform smoke testing to verify that is the system is ready to go into testing phase or in other words we can say that it is done to verify that if the build is ready for testing.

  1. What is the difference between Load and Stress Testing?
Load Testing: Load testing is done to find out the response of the application under heavy load.

Goal:  Goal of load testing is to find out the response of the application under heavy loads.

Example: If your application can handle the load of 1000 user then, in load testing you will test that what will the response of your application when this load is increased. You can use different scenarios in that like observing the response when the load is static means all the user login at the same time, observe load when the load is increases. These are few scenarios whereas in actual we can use different scenarios for getting the response.

Stress Testing: Stress testing means observing the response of the application when the load is increased up to the limit when your application gets crashed.

Goal:  Goal of load testing is to find out how your system will behave when it will fail. The purpose of this testing is to make sure that even if your application gets crashed then also it should not compromise on the security front.

Example: If your application can handle the load of 100 users then execute your test with more than 100 users until your application gets crashed and then see the how it fails, Does it fail smoothly and able to recover? These are the few things which we need to do while doing stress testing.