GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing
Go To First  |  Previous Question  |  Next Question 
 Testing  |  Question 22 of 413    Print  
what is input variable

  
Total Answers and Comments: 2 Last Update: April 21, 2006     Asked by: ddilip9 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
December 07, 2005 03:58:29   #1  
murali        

RE: what is input variable
If u r sending a variable as a argument to a function. and that variable is getting value from out side the function. that variable is called in variable. we should not call it as input variable
 
Is this answer useful? Yes | No
April 21, 2006 07:20:55   #2  
Jwala        

RE: what is input variable
If we are able to pridict the output i.e. wether it is true or false by sending a variable to the funtion as a an argument/parameter then that variable is called as the input variable to that specific function.
 
Is this answer useful? Yes | No

 Related Questions

Latest Answer :  If we are able to pridict the output i.e. wether it is true or false, by sending a variable to the funtion as a an argument/parameter then that variable is called as the input variable to that specific function.   ...
Read Answers (2) | Asked by : ddilip9

1. Write Test cases for ATM with giving high priority?2. How to test this triangle whose co-ordinate is 3. (x1,y1)       (x2, y2) (x3, y3)4. Write down at least 5 test cases for Microsoft word application to crash it?5. Write down the test input if one text field taking the age between 1 and 100.       i) Using boundary value analysis?      ii) Using equivalence
Read Answers (6) | Asked by : lina

An input field takes the year of birth between 1900 and 2004The boundary values for testing this field area. 0,1900,2004,2005b. 1900, 2004c. 1899,1900,2004,2005d. 1899, 1900, 1901,2003,2004,2005 answer and explain why
Read Answers (5) | Asked by : MALLIREDDY

You are given two scenarios to test. Scenario 1 has only one terminal for entry and processing whereas scenario 2 has several terminals where the data input can be made. Assuming that the processing work is the same, what would be the specific tests that you would perform in Scenario 2, which you would not carry on Scenario 1?
Read Answers (4) | Asked by : surendra_dire

Latest Answer : Once defined, a variable remains in SQL*PLUS until the statement completes. ...

Use-cases can provide useful input into the design of black-box and state-based tests of OO software. Explain 
View Question | Asked by : tjpavithra

Orthogonal array testing enables the test designer to maximize the coverage of the test cases devised for relatively small input domains. IS IT? Testing OO class operations is made more difficult by  
Latest Answer : Both Inheritance and Polymorphism ...


 Sponsored Links

 
Related Articles

C++ Standard Input Output Stream

C Standard Input Output Stream In this C tutorial you will learn about standard input stream and standard output stream explained along with syntax and examples C programming language uses the concept of streams to perform input and output operations using the keyboard and to display information on
 

What happens when a variable is not initialized in main function?

When a variable is not initialized in main function it contains garbage value. This can be well seen from the example below main() { int x; printf(“%d”,x); z= sample() } sample() { printf(“Testing program”); } Output is   &n
 

What happens when a variable is not declared in function definition?

Generally in C program the function definition and calling takes the form as given below: main() { int x,y,z; z=sample(x,y); printf(“%d”,z); } sample(x1,y1) int x1,y1; { int z1; z1= x1 - y1; return(z1); } Here what happens is the values x, y gets passed to x1,y1
 

Testing and Integration

Once the software is complete, it will go though rigorous testing before its actual integration.  In this article we will take a look at different types of software testing and also different types of integration. With the diversity of business setting and software development models, it al
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Client-Server Testing Technology

Client Server Testing Technology Client Server Software Client server software requires specific forms of testing to prevent or predict catastrophic errors Servers go down records lock I O Input Output errors and lost messages can really cut into the benefits of adopting this network technology Test
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 

Variable, Constants and Data types in C++

Variable Constants and Data types in C In this C tutorial you will learn about variable constants and data types in C rules for defining variable name short int int long int float double long double char bool declaring variables and constants mosgoogle Variables A variable is the storage location in
 

HR Interview - HR Interview Mistakes You Will Want To Avoid

HR Interview Mistakes You Will Want To Avoid The job interview can be a stressful process This is especially true for those who are going after a competitive position Your nonverbal communication combined with the answers you give during the interview will determine if you are hired mosgoogle While
 

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