GeekInterview.com
Series: Subject: Topic:

Testing Basics Interview Questions

Showing Questions 21 - 40 of 210 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

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.

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

What are the main elements of a test plan? What relates to training? What is the objectif?

Asked By: Ginette | Asked On: Jul 9th, 2008

Answered by: mithr17 on: Nov 1st, 2011

None have addressed the last part of the question. I think Ginette meant "objective" of test plan and not objectif. Test plan objectives: 1. Defining the activities required to prepare for and conduc...

Answered by: kurtz182 on: Dec 9th, 2009

Q1:  What are the main elements of a test plan?a) Introduction- Purpose- Product description- System architectureb) Scope - Test coverage- Features to be tested (in scope)- Features not to be tes...

Brd - business requirement document

Asked By: malikkhan9580 | Asked On: Oct 24th, 2011

What are the essential elements to look out for in a business requirement document

Answered by: mithr17 on: Nov 1st, 2011

This is a very good question! Let me start of by differentiating between BRD and FRD/FSD. A 'business requirements' document details requirements desired by client that are necessary for their busin...

What is the difference between smoke testing and sanity testing

Asked By: vikram vyas | Asked On: Oct 5th, 2005

Answered by: Divya HS on: Oct 15th, 2011

Smoke Testing is done by developers where as Sanity Testing is conducted by Test Engineers.

Both are conducted for same purpose ie to check basic functionalities of a program or module.

Answered by: paramjeet singh on: Jul 29th, 2011

In smoke testing and sanity testing we try to find that application is testable or not . we try to find any blocker bug. It means smoke & sanity testing are same

Dynamically load test data

Asked By: sivsuresh.bv | Asked On: Sep 21st, 2011

How to dynamically load test data ,recovery scenario and shared object repository also file system object?

What is the difference between retest and regression testing?

Asked By: Interview Candidate | Asked On: Sep 6th, 2005

Answered by: mithr17 on: Oct 17th, 2011

Never heard of "non-regression" testing. Can you please include specifics, so that people like you who are looking for more answers can have their questions answered. :)

Answered by: gayatri on: Sep 21st, 2011

Regression testing : The focus of regression testing is on retesting the software to check if new defects are not introduced into the software product after certain defects have been fixed.

Retesting : It means checking whether the bug is fixed or not

How do you use boundary value analysis testing for evaluating the password ?

Asked By: ranjini | Asked On: Nov 4th, 2007

Answered by: michaly on: Sep 20th, 2011


For Password.
>=8 <=32 characters, must include: letters, symbole and number.
you can create a test case with a list 8 tc.

If i am wrong please let me know.

thanks,
michelle

Answered by: kurtz182 on: Dec 29th, 2009

The answer to this question depends on how the company wants to treat the password.  The first thing any good tester will do is refer to the requirements and specifications.Let's assume the r...

What is the testing process?

Asked By: Interview Candidate | Asked On: Sep 10th, 2005

Verifying that an input data produce the expected output.

Answered by: siba on: Sep 13th, 2011

Quality assurance measures the quality of process used to create a quality product.Quality control measures quality of a product........

Answered by: srinivas on: Jul 24th, 2011

in which defects are identified, isolated and subjected to rectification , till the process is continuous the product is defect free in order to produce a quality product and hence customer sanctification

What is the most important thing in a test case?

Asked By: abhik | Asked On: Sep 22nd, 2007

Answered by: mithr17 on: Nov 2nd, 2011

Test condition; simple!

Test condition can be a feature, piece of functionality, or anything that you intend to verify. In simple terms the goal of a test case.
Let's suppose you wrote a test case for yahoo mail authentication. In this case, test condition is the login functionality.

Answered by: zmj on: Jul 16th, 2011

Test Case Id Number is the most Imp,Without which you cannot identify its Requirements and its traceability

What kinds of testing do you know? What is it system testing? What is it integration testing? What is a unit testing? What is a regression testing?

Asked By: Interview Candidate | Asked On: Aug 22nd, 2005

You theoretical background and home work may shine in this question. System testing is a testing of the entire system as a whole. This is what user see and feels about the product you provide. Integration testing is the testing of integration of different modules of the system. Usually, the integration...

Answered by: varshab on: Feb 23rd, 2009

System testing is testing the whole system which comprise of operating system,file system,database management system  and hardwares etc.The objective of system testing is verification.Integration...

Answered by: panthy_reddy on: Feb 20th, 2009

System Testing: Testing the Complete Integrated system that it complies to Requirements specification is called System Testing. Under system testing the entire system is tested against its Functional ...

What is peer review in practical terms?

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

Answered by: silpavajja on: Mar 22nd, 2011

Test cases written by one team member will be reviewed by other team member of the same level.

Answered by: srilathareddy on: Feb 12th, 2007

peer review is called as Buddy testing

Automation framework

Asked By: venvem | Asked On: Mar 8th, 2009

What are the driving parameters for automation frameworka) platform independence and accessb) security and changec) both the aboved) none of the above

Answered by: gsrmohan on: Feb 19th, 2011

Yes it is "Both of the above"

Answered by: testcomp on: Oct 31st, 2010

Both of the above

What is the difference bw water fall model, prototype model,spiral modal.

Asked By: balaji | Asked On: Sep 4th, 2006

Answered by: mithr17 on: Nov 2nd, 2011

May I suggest wikipedia! You need to do a lot of reading.

Answered by: mail2vass on: Sep 17th, 2010

In water fall model, the customer requirements are very clear, so verification is enough, validation is not req. The water fall model and V-model are suitable for small type of projects.

In the V-model the customer req. are not clear so, both verification and validation is needed.

What are the steps in volved in sanity testing?

Asked By: dinakar | Asked On: Sep 20th, 2005

Answered by: emmily on: Sep 10th, 2010

Sanity testing is similar to smoke testing. In Sanity Testing we will only go a quick test to see whether the application or build is sink with the install enviornment. This testing is to make sure we can start functional testing.  

Answered by: shoba on: Jul 2nd, 2007

Sanity test is similar to smoke testing, here we do indepth testing to see whether build is sane or insane for further testing. Here we wont write any test cases.

Unit testing comes under which testing technique, white box / black box?

Asked By: sravya | Asked On: Aug 24th, 2006

Answered by: mathan_vel on: Aug 25th, 2010

Unit Testing comes under White Box Technique. Developers do the unit testing

Answered by: deepthi on: Nov 6th, 2007

unit testing comes under white box testing

Relation between test cases, requirements and defects

Asked By: srinivasulub1981 | Asked On: Feb 19th, 2009

How will you trace the relation between test cases, requirements and defects?

Answered by: mathan_vel on: Aug 25th, 2010

Relation between Test Cases, Requirements and Defects
*Test Cases is designed according to the Requirements.
*Defects are raised on executing the Test cases, which the expected outcome doesn't meet with the actual.

Answered by: kurtz182 on: Dec 20th, 2009

Here's the relationship between requirements, test cases and defects:  Test cases are authored to test conformance to requirements.  Therefore, any defect found during the execution of a test case indicates nonconformance to a requirement. 

Testing cycle and testing process

Asked By: sujar84 | Asked On: Jan 15th, 2009

Explain what is testing cycle and testing process and what are stages involved in each?

Answered by: mithr17 on: Nov 16th, 2011

mathan_vel and kurtz182 have given correct answers for 'test cycle.' It is the iteration not the test life cycle!

Answered by: mathan_vel on: Aug 25th, 2010

Test Cycle- Refers as the Test Run/Test Iteration. The Life span between the new build received for testing to the test result reports to the Stack holders/Client. Test Cycle is a a sub of Testing Pro...

What is testing methodology?Is retesting is regression testing or its a part of regression? (which part bug check)

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

Answered by: sheetal1875 on: Aug 10th, 2010

Re-testing is testing done to enure that the defect fixed is no longer present in the code.Re-gression Testing is ensuring that the fixed defect didn't resulted in the another defect. So, it is mo...

Answered by: shalimapranoop on: Jan 30th, 2008

hi
Testing methodology is the approach you are using for
testing. it is applicable to both SDLC and STLC

different models are used for this purpose:
- Waterfall model
- V Model
- Spiral Model
and many more





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.