GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  QTP
Go To First  |  Previous Question  |  Next Question 
 QTP  |  Question 17 of 674    Print  
What is Key Word driven Testing?
What is the differance built in variables and User defined variables?

  
Total Answers and Comments: 4 Last Update: September 16, 2007     Asked by: Ratnakar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 08, 2006 00:23:26   #1  
deepak1507 Member Since: March 2006   Contribution: 2    

RE: What is Key Word driven Testing?What is the ...

What is Key Word driven Testing?

Software test scripts are conventionally composed ad hoc by a coder. Some software development tools help automate testing by recording tests that are run allowing playback of the test routines. However an entire test routine is rarely if ever applicable to more than one release of one application. Data-driven testing adds some modularity by keeping test input and output values separate from the test procedure but the procedure itself is still in a monolithic script. Keyword-driven testing breaks the test procedure into logical components that can then be used repeatedly in the assembly of new test scripts.

What is the differance built in variables and User defined variables?
a function is a block of instructions that affects the data a script is handling. In a script you can use the functions that VBScript provides (i.e. built-in functions ) or you can create unique functions (i.e. user-defined functions).I analyze two popular built-in functions that let users provide input: MsgBox and InputBox. MsgBox displays a dialog box in which users can click buttons to provide input. InputBox displays a dialog box in which users can type text to provide input.


 
Is this answer useful? Yes | No
April 17, 2007 08:05:48   #2  
debleena23 Member Since: April 2007   Contribution: 159    

RE: What is Key Word driven Testing?What is the ...
Keyword-driven Testing
Keyword-driven testing breaks the test procedure into logical components that can then be used repeatedly in the assembly of new test scripts.

 
Is this answer useful? Yes | No
April 17, 2007 08:13:37   #3  
debleena23 Member Since: April 2007   Contribution: 159    

RE: What is Key Word driven Testing?What is the ...
There are 2 types of Environment variables.....Built-in & User-Defined

Built-in variables are such as : TestIteration TestName...

User-defined variables are developed by the users in the .xml format and uploaded in the Test Settings -> Environment -> User Defined -> File

 
Is this answer useful? Yes | No
September 16, 2007 07:27:46   #4  
radhakrishna        

RE: What is Key Word driven Testing?What is the ...
There two options one is built-in and the other is user defined.

Built-in means the variable is already declered in QTP like PRODUCT DIR TEST ITERATION
In User defind there are two types - internal and external Internal means we can decleare the name and value during run session we can use this variable external means we can load the use define values from .xml file

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
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