SQA / testing interview questions(1)

on 7:47 AM

  1. What is the Difference between Project and Product testing? What difference you have observed while testing the Clint/Server application and web server application
  2. What are the differences between interface and integration testing? Are system specification and functional specification the same? What are the differences between system and functional testing?
  3. What is Multi Unit testing?
  4. What are the different types, methodologies, approaches, methods in software testing
  5. What is the difference between test techniques and test methodology?
  6. What is meant by test environment,… what is meant by DB installing and configuring and deploying skills?
  7.  
  8. What is logsheet? And what are the components in it?
  9. What is Red Box testing? What is Yellow Box testing? What is Grey Box testing?
  10. What is business process in software testing?
  11. What is the difference between Desktop application testing and Web testing?
  12. Find the values of each of the alphabets. N O O N S O O N + M O O N J YOU N E
  13. With multiple testers how does one know which test cases are assigned to them? • Folder structure • Test process
  14. What kind of things does one need to know before starting an automation project?
  15. What is difference between a Test Plan, a Test Strategy, A Test Scenario, and A Test Case? What’s is their order of succession in the STLC?
  16. How many functional testing tools are available? What is the easiest scripting language used?
  17. Which phase is called as the Blackout or Quite Phase in SDLC?
  18. When an application is given for testing, with what initial testing the testing will be started and when are all the different types of testing done following the initial testing?
  19. What is difference between test plan and use case?
  20. In an application if I enter the delete button it should give an error message “Are you sure you want to delete” but the application gives the message as “Are you sure”. Is it a bug? And if it is how would you rate its severity?
  21. Who are the three stake holders in testing?
  22. What is meant by bucket testing?
  23. What is test case analysis?
  24. The recruiter asked if I have Experience in Pathways. What is this?
  25. What is the difference between GUI testing and black box testing
  26. What are the main things we have to keep in mind while writing the test cases? Explain with format by giving an example
  27. How we can write functional and integration test cases? Explain with format by giving examples.
  28. Explain the water fall model and V- model of software development life cycles with block diagrams.
  29. For notepad application can any one write the functional and system test cases?
  30. Can you give me the exact answer for Test Bug?
  31. What is the difference between Use Case and test case?
  32. What is installation shield in testing
  33. What is one key element of the test case?
  34. What are the management tools we have in testing?
  35. Can we write Functional test case based on only BRD or only Use case?
  36. What’s main difference between smoke and sanity testing? When are these performed?
  37. What Technical Environments have you worked with?
  38. Have you ever converted Test Scenarios into Test Cases?
  39. What is the ONE key element of ‘test case’?
  40. What is the ONE key element of a Test Plan?
  41. What is SQA testing? tell us steps of SQA testing
  42. How do you promote the concept of phase containment and defect prevention?
  43. Which Methodology you follow in your test case?
  44. What are the test cases prepared by the testing team
  45. During the start of the project how will the company come to an conclusion that tool is required for testing or not?
  46. Define Bug Life Cycle? What is Metrics
  47. What is a Test procedure?
  48. What is the difference between SYSTEM testing and END-TO-END testing?
  49. What is Traceability Matrix? Is there any interchangeable term for Traceability Matrix? Are Traceability Matrix and Test Matrix same or Different?
  50. What is the difference between an exception and an error?
  51. Correct bug tracking process - Reporting, Re-testing, Debugging, …..?
  52. What is the difference between bug and defect?
  53. How much time is/should be allocated for testing out of total Development time based on industry standards?
  54. What are test bugs?
  55. Define Quality - bug free, Functionality working or both?
  56. What is the purpose of software testing’s - Bug removal, System’s functionality working, quality or all?
  57. What is the major difference between Web services & client server environment?
  58. Is there any tool to calculate how much time should be allocated for testing out of total development?
  59. What is Scalability testing? Which tool is used?
  60. Define Reliability?
  61. Best to solve defects - requirements, plan, design, code / testing phase?
  62. Cost of solving a bug from requirements phase to testing phase - increases slowly, decreases, increases steeply or remains constant?
  63. What is scalability testing? What are the phases of the scalability testing?
  64. What is the difference between end to end testing and system testing.
  65. What kind of things does one need to know before starting an automation project?
  66. Have you worked with data pools and what is your opinion on them? Give me an example as to how a script would handle the data pool.
  67. What is difference between a Test Plan, a Test Strategy, A Test Scenario, and A Test Case? What’s is their order of succession in the STLC?
  68. How many functional testing tools are available? What is the easiest scripting language used?
  69. If we found the bug in SRS or FRS, how to categorize that bug?
  70. What is the difference between end to end testing and system testing.
  71. What is the difference between a defect and an enhancement?
  72. Project is completed. Completed means that UAT testing is going. In that situation as a tester what will you do?

2 comments:

Anonymous said...

Hi

I read this post two times.

I like it so much, please try to keep posting.

Let me introduce other material that may be good for our community.

Source: Project interview questions

Best regards
Henry

Unknown said...

When a project gets initiated, we create the test strategy first. Test-Strategy will tell how to go about testing a business requirement or feature. It details the approach that you will implement to ensure that the product is ready for shipping by release date. This will include the high level functional and non functional test-scripts that you run based on the requirements.

So in other words strategy document is nothing but a direction you set at the start of the testing project and should demonstrate the approach you are going to take to meet the software test goals.

A typical test strategy document should contain.

-The overall goal of the testing
-What will be validated (high level)
- Where (environment) it is to be tested in
- Types of QA/testing which will be carried out(both functional and non functional)
- What tools will be needed for testing (you may already have everything, but it’s part of setting parameters of the project / test)
- Testing levels and what are the entry and exit criteria for each level?

Where as a Test plan is written at a later stage of the project. Typically, when the user cases are ready and design and requirement documents are almost frozen. The plan describes the tasks, resources, and schedule to implement the strategy along with other elements such as environments and entry and exit criteria.

Source:What is the difference between a Test Strategy and Test Plan ( Beginners Guide)

Post a Comment