GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Common
Go To First  |  Previous Question  |  Next Question 
 Common  |  Question 180 of 248    Print  
1. what is CMM levels and differences and what CMMI?
2. System testing comes first or sanity testing comes first?
3. What is difference between CVS And VSS?
4. What is a test scenario?
5. What is pre-condition(limitation)?
6. how do u assure that you will complete testing in time?
7. what UAT/Mutation/load/stress/volume testing?
8. what is test methodologies?
9. what is the difference between verification and validation??
10. what is test harness??
11. what is hot fix?
12. what is test data?
13. what is conventional and non conventional testing??
14. what is Agile process?
15. what is latent bug?
16. how will u deletd cookies??
17. what r types of matrix?
18. how can u say test case is excellent while review?
19. how many types of modules are there??
20. how and what u r mailing to your TL about the hole days work??
21. when u start writing test cases??
22. how will receive build from developer??
23 . what r the contents of test plan??
24. what is the difference between the priority and severity??

  
Total Answers and Comments: 1 Last Update: November 17, 2009     Asked by: ajit kumar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 16, 2009 18:12:05   #1  
kurtz182 Member Since: November 2009   Contribution: 125    

RE: 1. what is CMM levels and differences and what CMMI?2. System testing comes first or sanity testing comes first?3. What is difference between CVS And VSS?4. What is a test scenario?5. What is pre-condition(limitation)?6. how do u assure that you will

ANSWERS FOR THE FIRST 12 QUESTIONS

1) CMM levels are:
a) Performed.
b) Managed.
c) Defined.
D) Quantitatively Managed.
E) Optimizing.

CMMI is Capability Maturity Model Integration an approach that guides companies toward improving their processes.

2) Sanity testing comes before system testing.

3) Both CVS and VSS are versioning control software. However CVS is open-source software while VSS is a product of Microsoft.

4) A test scenario describes the natural flow of steps required for a user to perform a particular task in a software program.

5) A pre-condition refers to a prerequisite that must be met in order to execute a test case.

6) A good test manager ensures testing will be completed in time by making good estimates with regard to test resources and by maintaining a presence throughout the test process overcoming any roadblocks to testing along the way.

7) Types of testing:
a) User Acceptance Testing (UAT): A cross-section of end-users will use the application and offer feedback to the Business Analyst and/or test group.
b) Mutation Testing is a form of software testing that involves modifying the program's source code in small ways. Any tests that pass after the mutations are considered defective.
c) Load testing is a process of placing a demand on a software program and measuring its response.
d) Stress testing is the process of determining the ability of a program to maintain a certain level of effectiveness under unfavorable conditions.
e) Volume testing is a process that subjects the system to large volumes of data confirms that values can not get so large over time to degrade the operation of the system.

8) Testing methodologies can correspond with the software development process that it relies upon. Examples are:
a) CMMI or waterfall development process
b) Agile or extreme development process
In addition it can reflect an overall test approach irrespective of the software development process. Examples are:
a) Black box testing
b) White box testing
c) Gray box testing
Finally it can identify levels of testing. Examples are:
a) Unit testing
b) System testing
c) Integration testing
d) Useability Acceptance testing

9) It is sometimes said that validation can be expressed by the query "Are you building the right thing?" and verification by "Are you building the thing right?" "Building the right thing" refers back to the user's needs while "building it right" checks that the specifications be correctly implemented by the system.
a) Verification is a process that is used to evaluate whether the program complies with specifications. This is often an internal process.
b) Validation is the process of establishing evidence that provides a high degree of assurance that a program accomplishes its intended requirements. This often involves acceptance of fitness for purpose with end users and other product stakeholders.

10) A test harness is a collection of software and test data configured to test a program unit by running it under varying conditions and monitoring its behavior and outputs.

11) A hot fix sometimes called a patch is a cumulative package that includes one or more files that are used to address a problem in a software product. Hotfixes typically address a specific customer situation and are not distributed outside the customer organization.

12) Test data is a collection of test input values that are consumed by a software program during the execution of a test determine whether the program achieves expected results.

ANSWERS FOR THE LAST 12 QUESTIONS ARE FORTHCOMING


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : The best time to resolve defects is at EVERY stage of the software development process.  For example, if requirements are authored in such a manner as to be inaccurate, unclear, or incomplete, then any effort to code software based on these requirements ...

Cost of solving a bug from requirements phase to testing phase - increases slowly, decreases, increases steeply or remains constant?

Latest Answer : BUG TRACKING PROCESS:  This is a process used to manage defects from the time testers discover them to the time they are fixed by developers.  When testers discover defects they open bug reports and the status of these reports are set to 'New'.  ...

Latest Answer : Scalability testing lets you ensure that your web application is scalable, that is, it can handle an increased workload with added resources and determine whether it best scales up, by upgrading the server hardware, or out, by improving the application ...

How much time is/should be alloated for Testing out of total Development time based on industry standards?

Is there any tool to calculate how much time should be alloated for Testing out of total Development?

Latest Answer : Web Services : Web Services can convert your applications into Web-applications.Web Services are published, found, and used through the Web.Client Server:Client server applications are 2 tier arch. apps. It has only 2 layers ie client and server. ...

Latest Answer : First of all, 'test bug' is not any  word, defined in any softare engineering book. But the 'software bug', is an error or flaw in a computer program that may prevent it from working correctly or produce an incorrect or unintended ...

Latest Answer : bug means finding an error an in software where as defect means finding the bug and  it can not be solved ...

What is Traceability Matrix ? Is there any interchangeable term for Traceability Matrix ?Are Traceability Matrix and Test Matrix same or Different ?
Read Answers (28) | Asked by : Jilanibasha


 Sponsored Links

 
Related Articles

Service Oriented Java Business Integration Review

Service Oriented Java Business Integration Review Introduction If you ve read through the texts which give you an introduction to SOA or Web Services you will often find them to be quite frustrating and the reason for this is because they spend too much time referencing business processes which are
 

Linux Thin Client Networks Design and Deployment Review

Linux Thin Client Networks Design and Deployment Review Introduction This book is written by David Richards a veteran Linux thin client network designer Designed for System Administrators Linux Thin Client Networks Design and Deployment goes over the concepts which are related to thin client network
 

ZK Developers Guide Review

ZK Developer s Guide Review The complexity in developing Ajax based applications has led some software development companies to build frameworks that would ease the workload of developers especially for those who are not familiar with JavaScript With the help of a framework the developer doesn&r
 

Breaking up XML into Relational Data

Breaking up XML into Relational Data While the preceding example shows how to construct an XML representation over relational data the example in this section illustrates how you can shred XML data back into relational data This reverse operation can be useful if your application works with relation
 

Querying Data with Oracle XQuery

Querying Data with Oracle XQuery Starting with Oracle Database 10g Release 2 you can take advantage of a full featured native XQuery engine integrated with the database With Oracle XQuery you can accomplish various tasks involved in developing PHP Oracle XML applications operating on any kind of dat
 

Retrieving XML Data

Retrieving XML DataTo retrieve XML data from an XMLType table you can use a SELECT SQL statement just as you would if you had to query a relational table For example to select the employee with the id set to 100 from the employees XMLType table discussed in the preceding section you might issue the
 

Using XMLType for Handling XML Data in the Database

Using XMLType for Handling XML Data in the Database Being an object type XMLType can not only be used to store XML data in the database but also to operate on that data via its built in methods Regardless of the storage model you choose XMLType provides a set of XML specific methods to operate on XM
 

Using Oracle Database for Storing, Modifying, and Retrieving XML Data

Using Oracle Database for Storing Modifying and Retrieving XML Data With Oracle XML DB you have various XML storage and XML processing options allowing you to achieve the required level of performance and scalability One of the most interesting things about Oracle XML DB is that it allows you to per
 

ODP.NET - Techniques to Improve Performance while Retrieving Data

ODP NET Techniques to Improve Performance while Retrieving Data Performance tuning is a great subject in Oracle Volumes of books would not be enough to cover every aspect of performance tuning in Oracle However in this section we will only discuss the fundamental performance techniques while working
 

ODP.NET - Populating a Dataset with a Single Data Table

ODP NET Populating a Dataset with a Single Data Table A dataset is simply a group of data tables These data tables can be identified with their own unique names within a dataset You can also add relations between data tables available in a dataset mosgoogle The following code gives you the details o
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape