Interview Questions for QA Teste

上一篇 / 下一篇  2016-10-19 11:34:51 / 个人分类:English



Interview Questions for QA Tester 

(Software Tester)

These questions and answers are totally based on the interview I attended during 

my 6 years of working experience as a QA Tester

. In some sections, I have started 

including the interview questions that were asked by companies to some of the 

candidates who visited this website and wanted to share. 

If you are attending an interview, you have to know these questions and answers by 

heart must be very fluent in answering these questions. Practice in front of the 

mirror

, loud and clear (talk to yourself). Most of the time, when we read the 

questions, we feel good and feel comfortable, but the reality is, at the time of the 

interview, even though we feel we have the knowledge, can‘t express it well. It may 

sound a little rough, but this is my experience. When we come outta the door

, we 

regret. 

 

 

HERE ARE THE QUESTIONS: 

 

 

1. Can you tell me about yourself? 

Answer: 

In my QA career

, I have been working on various system platforms and 

operating systems like Windows 95, Windows 2000, Windows XP and UNIX. I have 

tested applications developed in Java, C++, Visual Basic and so on. I have tested 

Web-based applications as well as client server applications. 

As a QA person, I have written Test Plans, Test Cases, attended walkthrough 

meetings with the Business Analysts, Project Managers, Business Managers and QA 

Leads. I have attended requirement review meetings and provided feedback to the 

Business Analysts. I have worked in different databases like Oracle and DB2, wrote 

SQL queries to retrieve data from the database. 

As far as different types of testing 

are concerned

, I have performed Smoke Testing, Functional Testing, Backend 

Testing, Black Box Testing, Integration Testing, Regression Testing and UAT (User 

Acceptance Testing) Testing. I have participated in Load Testing and Stress Testing. 

I have written defects as they are found using ClearQuest and TestDirector

. Once the 

defects were fixed, retested them and if the passed, closed them. If the defects 

were not fixed, then reopen them. I have also attended the defect assessment 

meetings as necessary. 

In the meantime

, a continuous interaction with developers was necessary. 

This is pretty much what I have been doing as a QA person

2. What did you do in your last project? 

Answer: In my last project, the application was a web-based application developed 

in Java platform. As a QA Person, I wrote Test Plans from the requirement 

documents and Use Cases. I performed Smoke Testing, Functional Testing, Backend 

Testing, Black Box Testing, Integration Testing, Regression Testing and UAT (User 

Acceptance Testing). I have participated in Load Testing and Stress Testing. I 

attended several walkthrough meetings for requirement reviews and provided 


feedback to the Business Analysts. Mostly, I was in the backend testing, which 

required writing SQL queries directly to the database. 

Besides these, I wrote defects using ClearQuest. Once the defects were fixed, 

retested them and if the passed, closed them. If the defects were not fixed, then 

reopened them. 

 

3. Have you written Test Plan? What is a Test Plan? What does it include? 

Answer: Yes. 

What is a Test Plan? 

Answer: A Test Plan is a document that describes the scope, approach, resources, 

and schedule of intended testing activities. It identifies test items, the features to be 

tested, the testing tasks and who will do each task (roles and responsibilities) and 

any risks and its solutions. See how the Test Plan looks like. 

What does it include? 

Answer: A Test Plan includes Heading, Revision History, T

able of Contents, 

Introduction, Scope, Approach, Overview, different types of testing that will be 

carried out, what software and hardware will be required, issues, risks, assumptions 

and sign off section. 

4. Have you written Test Cases?

Answer: Yes. 

What is a Test Case? What does it include? 

Answer: A Test Case is a document that describes step-by-step process how to test 

the application. A Test Case includes Test Case ID, Steps Description, Expected 

Output, Actual Output, Pass/Fail, and Remarks. (Remember

, this is NOT a part of 

Test Plan. It is a separate document written using Excel. In some companies, they 

use Rational TestManager or TestDirector

. But for companies, who do not have these 

tools, use Excel sheet. In the example below, it is in the Excel sheet) 

Did you use any tools to write Test Cases? 

Answer: Yes. I have used TestDirector (now called QualityCenter) and Rational 

TestManager to write Test Cases. However

, in most of the companies, I used Excel 

sheet. See a sample Test Case. 

How many Test Cases did you write in your last project? 

Answer: I wrote about 1100 Test Cases in my last project. (The reasonable number 

of Test Cases varies from 500 to thousands. The number 1100 test cases can be 

completed in 6-month project duration). 

What document did you refer to write the Test Cases? 

Answer: Requirement document. (NOTE: It can also be Use Cases, or Design 

Document. It depends company to company. In some company, they use Use Cases. 

In some companies, they use Requirement Documents and in companies, they use 

Design Document. However

, in practical scenario, most of the companies have 

requirement document at least). 

5. Did you have a situation where you did not have any documents (no 

requirement document, no Use Cases, or no Design Document) and you 

had to write the Test Cases? How did you write the Test Cases in this 

situation? 

Answer: Yes. I have been to that kind of scenarios several times. There were 

companies where they had no documents at all. In that case, I had to discuss the 

application scenario and functionalities with the Business Analysts or developer

. On 

the basis of that discussion, I prepared a document in consultation with Business 

Analysts and Developers and then started writing Plans and Test Cases. 

6. What you worked with Use Cases before? 

Answer: Yes. I have written Test Cases using Use Cases. 

Can you tell me what a Use Case is? 

Answer: A use case is a document that describes the user action and system 

response for a particular functionality. See how a Use Case looks like. 

7. What is SDLC (Software Development Life Cycle)? 

Answer: SDLC (Software Development Life Cycle) is the process of developing 

software through business needs, analysis, design, implementation and 

maintenance. Software has to go through various phases before it is born which are 

as follows: 

(i) 

Generating a Concept

 A concept comes from the users of the software. For 

example, a Pizza Hut may need software to sell pizza. An Indian store may need 

software to sell its newly arrived movies or grocery. The owner of the company feels 

that he needs software that would help him in tracking his expenses and income as 

well as enhance the selling process. This is how the concept is generated. The owner 

will specifically tell the software company what kind of software he would need. In 

other words, he will specify his requirements. 

(ii)

 Requirements analysis

 After the owner (user) knows his requirements, then 

it is given to a software team (company) who will analyze the requirement and 

prepare requirement document that will explain every functionality that are needed 

by the owner

. The requirement document will be the main document for developers, 

testers and database administrators. In other words, this is the main document that 

will be referred by everyone. After the requirement documents, other detailed 

documents many be needed. For example, the architectural design which is a 

blueprint for the design with the necessary specifications for the hardware, software, 

people and data resources. 

(iii) 

Developmen

t: After the detailed requirement documents (some companies 

have design documents instead of requirement documents), the developers start 

writing their code (program) for their modules. On the other hand, the testers in the 

QA (Quality Assurance) Department start writing Test Plans (one module=1 test 

plan), test cases and get ready for testing. 

(iv) 

Testing

: Once the codes (programs) are ready, they are compiled together and 

to make a build. This build is now tested by the software testers (QA Testers) 

(v) 

Production

: After testing, the application (software) goes into production


TAG:

 

评分:0

我来说两句

日历

« 2024-05-04  
   1234
567891011
12131415161718
19202122232425
262728293031 

数据统计

  • 访问量: 3890
  • 日志数: 4
  • 建立时间: 2016-10-18
  • 更新时间: 2016-11-16

RSS订阅

Open Toolbar