GeekInterview.com
Series: Subject: Topic:

Testing Basics Interview Questions

Showing Questions 1 - 20 of 209 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

What are the attributes of a good software test?

Asked By: Monte | Asked On: Apr 14th, 2012

Answered by: jhuma panigrahi on: May 10th, 2012

Should be a good communicator
should have enough knowledge on which he/she is working
should have guts to say no
should be practical and optimistic
should have the ability to think beyond the normal

Answered by: Lakshmi on: Apr 18th, 2012

Must be aggressive on finding defect
Must have strong desire for quality
Must use tact and diplomacy to maintain a cooperative relationship with developers.
Must be able to communicate with technical and non technical people.

Types of reviews

Asked By: Sontineni | Asked On: Sep 26th, 2008

What are the different types of reviews and explain?

Answered by: DAVID EZEKIEL on: May 6th, 2012

Types of Review:

there are five which are as follows.

1.Self study review
2. Context review
3. Historical review
4. Theoretical review
5. Integrate review

Answered by: K.P.GOPAL on: Sep 29th, 2011

Types of review
Formal and Informal.
They may be Technical or Managerial
Technical review may be Inspection and Walk-through

Difference between uat and system testing?

Asked By: desikankannan | Asked On: Nov 29th, 2005

What is the difference between uat and system testing? i think no difference.

Answered by: Lakshmi on: Apr 18th, 2012

System Testing: It should be done by the testers. During this testing process tester will verify the correctness of the system. System testing is implemented by various testing techniques. 1.GUI testi...

Answered by: Soundar on: Apr 13th, 2012

To put in a nutshell, Functional Testing is software design based testing; UAT is requirements based testing. System Test is done as by IT testing team and they need to certify that the application c...

What is the difference between testing and debugging?

Asked By: Interview Candidate | Asked On: Jul 5th, 2005

Big difference is that debugging is conducted by a programmer and the programmer fix the errors during debugging phase. Tester never fixes the errors, but rather find them and return to programmer.

Answered by: Dillip Palai on: Apr 18th, 2012

Testing is the performed by tester with the intent of finding a bug in an application. Upon finding a bug, the tester will be reporting it to development team. Debugging is the act of fixing the bugs...

Answered by: Monika Joshi on: Mar 28th, 2012

Testing can and should be planned,designed and scheduled unlike debugging.Testing is done for known conditions whereas in debugging conditions are not known fully as the program or script is under development.

Which test cases your select for retest and regression testing?

Asked By: hitesh_shah19 | Asked On: Nov 27th, 2011

If you have 100 test cases, in that 80 passed and 20 failed,

Answered by: rama on: Apr 11th, 2012

Regression testing is done to check the bug fixes or the changes on modified application build is not disturbing the existing functionality of an application.

Re-Testing is done to check on the same build with multiple data sample to check the robustness (stable enough) of the application

Answered by: Ramesh on: Mar 1st, 2012

Retesting/Confirmation Testing is done to check whether the Failed tc/Failed Functionality is working fine after the fix. Regression Testing is done to check whether any of the other functionality is...

Give an example of a bug having high severity and low priority ?

Asked By: sakhan1 | Asked On: Feb 20th, 2006

Answered by: sujitha on: Feb 22nd, 2012

High severity:required functionality is missing but testing can continue workarounds are done but product can not deliver without fixing
Low priority:bugs impacts minor component of the employees work and work around has been implimented.

Answered by: Ankita on: Jan 31st, 2012

If I want to access yahoo ...and yahoo is spelled wrong than it is High priority and Low Severity and If everything is correctly spelled but I am not able to access the application For ex. if I entere...

Difference between equivalence and boundary value analysis?

Asked By: sakshi_2801 | Asked On: Feb 18th, 2007

Answered by: harsha on: Feb 3rd, 2012

BVA:To check size or range of i/p field.
EQA:To check type of i/p or o/p field.

Answered by: kurtz182 on: Dec 3rd, 2009

Equivalence class analysis:  The process of discovering the same attributes across testable items in order to minimize the number of items to be tested.  For example, a requirement for ...

What is the difference between test case and test script ?

Asked By: Ram Prasad | Asked On: Jan 23rd, 2007

Answered by: lishaeva on: Jan 13th, 2012

Test case is a set of conditions we write for which we know the expected output.It may be negative or positive. For ex: (To enter username) case: ...

Answered by: mfsi_krushnas on: Jan 4th, 2012

Test Cases are collection of instructions which are recorded only for verifying some certain functionality.

These are derived from test condition.

And Test scripts tells about which test case will be executed first means the sequence.

Test scripts are otherwise called as test procedure.

What is a bug? What types of bugs do you know?

Asked By: Interview Candidate | Asked On: Aug 12th, 2005

Bug is a error during execution of the program. There are two types of bugs: syntax and logical.

Answered by: chinnu angel on: Dec 18th, 2011

Bugs are classified as

1. Feature bugs
2. Data bugs
3. Coding bugs
4. Interface,integration and system bugs
5. Test and design bugs
6. Structural bugs
* Control and sequence bugs
* Logic bugs
* Processing bugs
* Initialization bugs
* Data flow and anomalies

Answered by: Akkis on: Sep 9th, 2011

Bug is nothing but, while executing a test case if we found any unexpected result which is not matching to expected result. This is as per Tester view If a developer is performing the unit testing, ...

What is the difference between structural and functional testing?

Asked By: Interview Candidate | Asked On: Aug 12th, 2005

Structural is a "white box" testing and based on the algorithm or code. Functional testing is a "black box" (behavioral) testing where the tester verifies the functional specification.

Answered by: Manisha Malhotra on: Nov 24th, 2011

Functional testing (also known as black-box testing), is a software testing approach in which: 1. the tester will have a user perspective in mind, 2. not knowing and doesn't mind how the program work...

Answered by: Shruti77 on: Jul 18th, 2008

Structural testing is a white box testing. where a tester looks into the code and performs the testing.Functional testing is a black  box testing. where a tester  performs testing without lo...

Difference between alpha testing and beta testing

Asked By: Mohan Rakesh | Asked On: Jul 14th, 2008

Star Read Best Answer

Editorial / Best Answer

Answered by: sprdpr

Member Since Jul-2008 | Answered On : Jul 17th, 2008

If the project or product is developed for multiple customers, acceptance testing will be conducted in two phases called Alpha and Beta testing.

Alpha:  Acceptance testing conducted by the customer  in the developed environment.

This testing will be conducted to identify all the potential issues before releasing it(product/project) to the customers.

Beta: Acceptance testing conducted by the multiple customers in the customer environment.

Alpha and beta always prefered for the products.

Correct me if im wrong.

Answered by: mithr17 on: Nov 30th, 2011

@ wmes

You have hit the nail on its head! Couldn't agree with you more..Your answer should be the best answer.

Answered by: wmes on: Nov 16th, 2011

As someone who has defined and developed the Beta Test process for a large organization, I felt I should chime in. The simplistic answer is that Alpha Testing is internal, Beta Testing is external. ...

How many pages test strategy did you write?

Asked By: Himu | Asked On: Aug 28th, 2006

Answered by: mithr17 on: Nov 2nd, 2011

Wow! Never heard of such question!

One question to you: where and how did you come up with this question.

No one cares about the # pages in a document. All you and everyone should be care about is the "test strategy" to best test the application.

Answered by: kurtz182 on: Jan 3rd, 2010

The answer to this question varies between companies and even divisions within companies.  In my company, the test strategy is typically between 5 and 10 pages.  It is a high level...

Why v-model is called as v-model?

Asked By: aniketrane | Asked On: Aug 29th, 2006

Answered by: mithr17 on: Nov 2nd, 2011

@ Sarvanan and others who agree with him.. Your answer is not correct entirely. "The VEE represents the sequence of steps in a project life cycle development. It describes the activities and results...

Answered by: emmily on: Sep 7th, 2010

V Model is a graphical representation of the systems development lifecycle. It is very similar to the Classic Waterfall Model. In V-Model both development and testing activity will done
parallely.

What is meant by domain? What is domain testing?

Asked By: sakshi_2801 | Asked On: Feb 18th, 2007

Answered by: mithr17 on: Nov 2nd, 2011

@Kalayan_M : It would be great if you can explain terms by using examples. We all understand concepts well when examples are used. Clearly, you do not understand domain or how to test it. You just se...

Answered by: kurtz182 on: Dec 23rd, 2009

Domain refers to a body of knowledge in a particular field or industry.Domain testing are testing activities that require knowledge of an industry's domain.  For example, testing a banking ap...

Test passes

Asked By: trideep_chak | Asked On: Nov 15th, 2009

What is meant by test passes? How many passes are required for integration testing?

Answered by: mithr17 on: Nov 2nd, 2011

As "kurtz182" rightly mentioned; test passes are test iterations. QA runs a group of test cases or just one big single test cases to test a feature. This "run" is called test iteration or test run. ...

Answered by: dileepdon on: Jan 2nd, 2011

'Test pass' is nothing but a 'test cycle' or 'test iteration' in the Execution phase.

We can also name the 'test pass' as Smoke or Functional or Regression Testing.

Report bugs in manual testing

Asked By: rolimohanty | Asked On: Jan 10th, 2011

How a tester report the bugs in manual testing?

Answered by: mithr17 on: Nov 2nd, 2011

All these kind of questions stem from not having real-time experience. Trust me when you join a company all these will vanish from your mind! Manual or automation, you as QA have to log the bug. It ...

Answered by: gsrmohan on: Feb 19th, 2011

Generally Bugs are reported with the help of Bug Tracking tools ( Like bugzilla, TeamTrack, Test Director ,Quality Centre or any other such tools)

You can also have your organization built in tools.

or you can use excel sheets also.

Defect not related to testcase

Asked By: gowthami27 | Asked On: Mar 14th, 2011

When you find a defect which is not related to your testcase then what will you do?

Answered by: mithr17 on: Nov 2nd, 2011

@rhkvarma24 So, according to you if I find a spelling mistake in some content, I should be creating a test case and then log it as a bug? um.. you have do to some serious learning and home work befor...

Answered by: rhkvarma24 on: Mar 16th, 2011

When we find a defect which is not related to Test Case, we will prepare the Test Case and raise the bug..... Bcoz the bug in the Bug Report has to trace the Test Case.

How would you prioritise your test and why?

Asked By: bugheads4sevy | Asked On: Sep 25th, 2007

Answered by: mithr17 on: Nov 3rd, 2011

@ kurtz182 The question is about "test" priorities and not "bug" priorities. Many of the organizations that have high quality gates set have started the trend of prioritizing the test cases. Your ans...

Answered by: mithr17 on: Nov 2nd, 2011

sorry forgot to add..

..all the test cases with P1 AKA high priority will be smoke tests. Sanity tests will include some of these P1 test cases based on the affected features.

What are the docs required for performance testing?

Asked By: schittoor | Asked On: Dec 20th, 2006

Answered by: mithr17 on: Nov 1st, 2011

Business requirements doc and functional requirements doc. Business requirements details the high-level requirements from business standpoint. So some of these would eventually become transactions du...

Answered by: kurtz182 on: Dec 4th, 2009

The answer to this question depends on the industry, company, and/or project.  In my industry and company, the performance criteria are furnished in the application's specification docum...

Minimum requirement to start testing

Asked By: neeladri | Asked On: Mar 3rd, 2008

What is the minimum requirement to start testing?

Answered by: mithr17 on: Nov 1st, 2011

Requirements as you think need not be the commonly used term in IT. It can be anything that will help you test the application. So the minimum requirement to start testing from me would be a demo of t...

Answered by: kurtz182 on: Dec 12th, 2009

The answer to this question depends on the type of testing to be performed.  I will interpret this question quite literally and answer it this way:  Exploratory testing requires minimum reso...

First | Prev | | Next | Last Page

 

 

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us:
 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, click "Subscribe".