GeekInterview.com
Series: Subject: Topic:

Testing Basics Interview Questions

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

What is defect density?

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

Answered by: prem on: Feb 27th, 2013

Number of confirmed defects detect in software.

Answered by: Manikandan sridharan on: Feb 18th, 2013

Defect density is a project metrics to find out the number of defects per linos of code that programmer has written. This is an improvment process to efficiently improve the developer

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

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

Answered by: Sindhya on: Feb 1st, 2013

High Severity & Low priority defect: An error which occurs on the functionality of the application (for which there is no workaround) and will not allow the user to use the system but on click of link which is rarely used by the end user.

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.

Why v-model is called as v-model?

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

Answered by: Gajanan on: Jan 23rd, 2013

V - Model follows Verification and Validation as static testing and dynamic testing respectively.

Answered by: kanagarathnavel on: Nov 6th, 2012

Hi,
In the V model each model is Testable and Each have review. so , we can easily find a bug and also we can add new requirement at ant phase. the shape of Design is Vshape,so it is called V model.

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

View all answers 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: SWati on: Nov 10th, 2012

Alpha Testing: 1. Alpha Testing is testing which is carried out in development environment. 2. Testing is performed in presence of Developer therefore more controlled environment. Beta Testing: 1. Be...

Answered by: Jayesh Palkar on: Aug 17th, 2012

1)Alpha- Conducted by a Specific customer 1) Beta-conducted by customer live people

2)Alpha-Conducted in Virtual environment 2) Beta-Conducted in Real time environment

3)Alpha- Conducted on Application i.e before release 3) Beta-conducted for products i.e after release

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: Dalwinder sandhu on: Nov 7th, 2012

Testing is not a depend upon the debugging but debugging is depend upon the testing.

Answered by: dalwinder on: Nov 6th, 2012

testing is not depend upon debugging but debugging is depend on the testing...

List the testing types, testing methodologies, testing techniques and testing levels. How are all these inter-related or placed under the overall software testing process.

Asked By: Sujatha | Asked On: Dec 14th, 2006

Answered by: Davis Thomas on: Oct 1st, 2012

TESTING: A must know terms 1. What is Regression testing? 2. What is re-testing? 3. What is STATIC and Dynamic testing? 4. What is Functional and non-functional testing? 5. What is Structural testing...

Answered by: Sriman on: Sep 23rd, 2011

Testing types * Functional testing here we are checking the behavior of the software. * Non-functional testing here we are checking the performance, usability, volume, security. Testing methodologie...

Difference between equivalence and boundary value analysis?

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

Answered by: srikant on: Sep 18th, 2012

Equivalence Partioning:- i) Equivalence Partition determines the number of test cases to be generated for a given scenario. ii) It has to be supplemented by Boundary Value Analysis. iii) Equivalence P...

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.

What are the docs required for performance testing?

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

Answered by: sexy on: Aug 23rd, 2012

NFR: Non Functional Requirement is perquisite doc for PT. It define SLA, entry and exit criteria of PT.

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...

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...

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...

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...

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...

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.

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.