GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  QA Testing
Go To First  |  Previous Question  |  Next Question 
 QA Testing  |  Question 43 of 176    Print  
1. Which function gives the diff in date.

2.Exceptional error is what type of bug

3. Dead end code is what type of bug

4. Bug density is directly related to

6.relation between cyclometric complexity & risk is

7.Big bang approach is used in

  
Total Answers and Comments: 0 Last Update: April 08, 2006     Asked by: Neeraj Chaudhary 
  
 Sponsored Links

 

No answers are posted for this question yet.
Be the first to answer it!


 Related Questions

1. Which function gives the diff in date.2.Exceptional error is what type of bug3. Dead end code is what type of bug4. Bug density is directly related to6.relation between cyclometric complexity & risk is7.Big bang approach is used in
View Question | Asked by : Neeraj Chaudhary

Latest Answer : Risk means to guesing the future problems in our application.that is two types1 risk identification2 risk mitigation ...
Read Answers (4) | Asked by : upendra

Latest Answer : Risk Managment Plan normally list all the potential problems a project would encounter during the SDLC phase. It not only list the risk but also gives us the way the risk could be overcome in time the risk occurs.Below is the format for a Risk mitigation ...
Read Answers (2) | Asked by : upendra

Which of the following statements about regression testing are true? (1) Regression Testing must consist of a fixed set of tests to create a baseline(2) Regressoin Testing should be used to detect defects in new features(3) Regression Testing can be run on every build(4) Regression Testing should be targeted to areas of high risk and known code change(5) Regression Testing, when automated, is highly effective in preventing defectsChoose any one: (1&3), (1&5), (3&4), (1,4&5), (2,3&4)
Read Answers (14) | Asked by : bindu

What is Release Acceptance Testing?What is Forced Error Testing?What is Data Integrity Testing?What is System Integration Testing
Read Answers (3) | Asked by : rani

Latest Answer : The simplified answer is…… Metric is two dimensional (Ex: Distance covered per hour)Measurement is a single dimension (Ex: Distance covered)Suresh ...

If you do not have a application/build to test what would be your approach/strategy for testing. what is the type of testing you think would be suitable to test a particular build you only have test cases derived from SRS/BRS.

Latest Answer : Verify that all information is being entered correctly. Sometimes on international programs, there are problems with dates format. Then nother big point to test is to see the reference problems, sometimes a user is able to enter for example a zip code ...
Read Answers (4) | Asked by : irinak

Use of comments,use descriptive varaibles function names. 
Latest Answer : Code should have comments as per understanding point of viewCode should be in optimized format.Code should be easy to understand (u must use variable names or function name descriptive) ...

1.What are the general aspects fo security testing?2.How u sent defect report?3.What is source code testing?4.What is the importance of the Frs?5.what is test strategy?6.Expalin about Double V Model? 
Latest Answer : Security testing is to test how well the system protects against unauthorized internals or external access, willful damage, etc., The six basic security concepts that need to be covered by security testing are: confidentiality, integrity, authentication, ...
Read Answers (1) | Asked by : B.Praveen kumar


 Sponsored Links

 
Related Articles

jQuery Table Row Finished Code

jQuery Table Row Finished Code The Finished Code Our second example page has demonstrated table row striping highlighting tooltips collapsing expanding and filtering Taken together the JavaScript code for this page is mosgoogle geshibot lang php" document ready function var highlighted
 

jQuery Interacting with Other Code

jQuery Interacting with Other Code We learned with our sorting and paging code that we can t treat the various features we write as islands The behaviors we build can interact in sometimes surprising ways; for this reason it is worth revisiting our earlier efforts to examine how they coexist with t
 

jQuery Completed sorting and paging code

Learning jQuery The Finished Code The completed sorting and paging code in its entirety follows mosgoogle geshibot lang php" fn alternateRowColors function tbody tr odd this removeClass even addClass odd ; tbody tr even this removeClass odd addClass even ; return this; ; document
 

C++ Pure Virtual Function and Base Class

C Pure Virtual Function and Virtual Base Class In this C tutorial you will learn about pure virtual function declaration of pure virtual function and virtual base class virtual base class and how to implement a virtual base class explained with examples mosgoogle center What is Pure Virtual Function
 

C++ Function Passing Types

C Function Passing Types In this C tutorial you will learn about function passing types two types of arguments passing in functions passed by value  and  passed by reference are discussed here mosgoogle center The arguments passed to a function can be performed in two ways Passed
 

JavaScript Date Object

JavaScript Date Object In this JavaScript tutorial you will learn about date object and methods of date object explained along with syntax and example mosgoogle center JavaScript Date Object Usage of Date Object Date object of Java Script is used to work with date and times General syntax for defini
 

What is Business-Driven Approach

A Business-driven approach is any process of identifying the data needed to support business activities, acquiring or capturing those data, and maintaining them in the data resource. Everyday, billions of data and information gets carried across different communications media.  The number m
 

What is DECODE function used for?

DECODE is used to decode a CHAR or VARCHAR2 or NUMBER into any of several different character strings or numbers based on value. That is DECODE does a value-by-value substitution. For every value that is given in the DECODE function it makes an if then check and matches the value. The general format
 

printf() Function Return Value

What is the return value from printf() function? printf function always returns the number of characters printed. Let us understand this with an example: main() { int a=10; printf("%d",printf("%d %d %d", a,a,a)); } In this above program the inner printf i
 

How is the main() function declared?

The declaration of main can be done as int main() One more declaration that can be taken by main is command line arguments form int main(int argc, char *argv[]) or this can also be written as int main(argc, argv) int argc; char *argv[]; NOTE: It is not possible for one to declare the main
 

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