ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
What is the diff between doing parametarisation using Data 
Driven wizard or manually. when do we go for manual 
para...and when do we use Data driver wizard..can anybody 
answer it ..Thanks in advance
 Question Submitted By :: Venkat
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is the diff between doing parametarisation using Data Driven wizard or manually. when do we go for manual para...and when do we use Data driver wizard..can anybody answer it ..Thanks in advance
Answer
# 1
if you don't know about this answer i think you better to 
join another course.all the best...,
 
Is This Answer Correct ?    0 Yes 2 No
Pall Khan
 
  Re: What is the diff between doing parametarisation using Data Driven wizard or manually. when do we go for manual para...and when do we use Data driver wizard..can anybody answer it ..Thanks in advance
Answer
# 2
In web based applications doing manually parametrization is 
very very difficult parametrization is nothing but testing 
one content of your application with many examples and it 
is a repeated process so it is very difficult to do manually
 
Is This Answer Correct ?    0 Yes 0 No
Divya Pasupuleti
 
 
 
  Re: What is the diff between doing parametarisation using Data Driven wizard or manually. when do we go for manual para...and when do we use Data driver wizard..can anybody answer it ..Thanks in advance
Answer
# 3
Hi,
wn ever we need to test the application functionaltiy with 
the different input values we can go through the 
parametrization concept.
for eg u have to validate the different users.using 
username and password.(for all functionaliy is same)
then u can write all the values of users in datatable and 
using data driver wizard u can test easily.
but manually it will take too much time.
 
Is This Answer Correct ?    0 Yes 0 No
Nani
 
  Re: What is the diff between doing parametarisation using Data Driven wizard or manually. when do we go for manual para...and when do we use Data driver wizard..can anybody answer it ..Thanks in advance
Answer
# 4
Parameterization= When you are testing your application You
may want to check how it performs the same operation with
different sets of data at that point of time we go for
parameterization example if you have a login name and
password you may want to test how the test behave with
different login names and password then you need to
parameterize the test.
You can do manual parameterization and data driven
parameterization ...Usually manual parameterization is done
when there is less data and we do data driven
parameterization is done in automated testing when we need
to test lots of data.
 
Is This Answer Correct ?    0 Yes 0 No
Guest
 
  Re: What is the diff between doing parametarisation using Data Driven wizard or manually. when do we go for manual para...and when do we use Data driver wizard..can anybody answer it ..Thanks in advance
Answer
# 5
For manualparametrisation you need to wite the Vb script
manually
see the script for flight login application

datatable.AddSheet "sree"
datatable.ImportSheet "abc.xls,sheet1,sree"
k=datatable.GetSheet("sree").getrowcount
For i=1 to k
SystemUtil.Run "C:\Program Files\Mercury
Interactive\QuickTest
Professional\samples\flight\app\flight4a.exe"
Dialog("Login").WinEdit("Agent Name:").Set datatable
("name","sree")
Dialog("Login").WinEdit("Agent Name:").Type  micTab 
Dialog("Login").WinEdit("Password:").SetSecure
datatable("pwd","sree")
Dialog("Login").WinButton("OK").Click
Next



for datadriver there are two ways
1.Tools->Data driver->Parametrise (in parametrise dialog you
can parametrise selected objects)

2.Go to keyword view
  just there is a icon located at the corner of each object
just click on that icon there is a option like parametrize
by using tht option u can parametrise by using data driver.
 
Is This Answer Correct ?    0 Yes 0 No
Sreekanth
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
Hi Small doubt . i am working as Contract employee in XYZ comany thrw ABC Consultancy. so. How i write my resume ? In Professional experience Column. plz send urgent  1
How to capture screenshots of Exceptions/Errors during run- time? Ordain-Solutions10
in qtp how we work with out put values and what is the process?  4
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so..  1
I am not able to record yahoomail browser.its giving error like "The browser Application can't be launched .Posssibly the URL is wrong" So anyone can tell me what setting i have to do in qtp??  1
CAN ANY ONE PLEASE EXPLAIN DIFFERENT TYPE OF FRAMEWORKS USED IN QTP?EXPLAIN EACH OF THEM?..POST TO VANILKUMAR_1981@YAHOO.CO.IN  1
What is the method for maximize the application while we using Decriptive programming in QTP?  2
Diff between WEB APPLICATION AND CLIENT-SERVER APPLICATION?  2
Tell me about userdefined functions ?  1
Can abody explain me Send keys concept Cap-Gemini1
Hello everyone, I am trying to parametrize a script. Its clear to me that, we use data table to enter various text data. but if I want to change the radiobutton (e.g. if for first iteration I selected radio button 'A' and for second iteration I want to use 'B' radio button for second iteration) then how can I make it happen. I have tried to define the question but still if not clear plz tell me. Thanks everyone  1
How to get line numbers in your editor in expert view?  1
how i will connect oracle or microsoft acess database through manually written Script Aurigo2
When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:  2
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.  1
what is the automation framework that ur company using(actual procedure,not theoritically explination)  1
What is the limitation to XML Checkpoints?  1
What is Reusable component is QTP...Anybody can answer it..Thanks in advance... Siemens5
what will be there in keyword view and expert view?  1
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waiting upto for that Browser sync only. It should wait total Browser get upload with fields. IBM3
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com