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                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
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
1.can we parameterise object repository?how we can do it?
2.there is a name "mallikharjun".i want to get the vowels 
in it through VBSCRIPT?
 Question Submitted By :: Sumanthkumar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 1.can we parameterise object repository?how we can do it? 2.there is a name "mallikharjun".i want to get the vowels in it through VBSCRIPT?
Answer
# 1
1. This is what i see in HELP documentation of QTP for 
parameterization of OR--->  "Repository parameters enable 
you to specify that certain property values should be 
parameterized, but leave the actual parameterization to be 
defined in each test that is associated with the object 
repository that contains the parameterized test object 
property values". 

You can see a lot more in the help documentation on this, 
just do a search with the tag "Working with Repository 
Parameters ".-- Hope this will help you

2.
str=”any string”
dim c as integer

for i=1 to len(str)

if  mid(str,	i,1) = ‘a’  or  mid(str,	i,1) = ‘e’ 
or  mid(str,	i,1) = ‘i’  or  mid(str,	i,1) = ‘o’ 
or  mid(str,	i,1) = ‘u’  or  mid(str,	i,1) = ‘A’ 
or  mid(str,	i,1) = ‘E’  or  mid(str,	i,1) = ‘I’ 
or  mid(str,	i,1) = ‘O’  or  mid(str,	i,1  = ‘U’
then
c=c+1
print mid(str,	i,1)  “This is “ , c, “Vowel”
end if
next
 
Is This Answer Correct ?    5 Yes 1 No
Rico
 
  Re: 1.can we parameterise object repository?how we can do it? 2.there is a name "mallikharjun".i want to get the vowels in it through VBSCRIPT?
Answer
# 2
Made few updates to above code 

str= "jack sparrow"
dim c 

for i=1 to len(str)


If mid(str,i,1) = "a" or 
mid(str,i,1) = "e" or 
mid(str,i,1) = "i" or 
mid(str,i,1) = "o" or 
mid(str,i,1) = "u" or 
mid(str,i,1) = "A" or 
mid(str,i,1) = "E" or 
mid(str,i,1) = "I" or 
mid(str,i,1) = "O" or 
mid(str,i,1) = "U" then
c=c+1

msgbox mid(str,	i,1) "this is a" &c "Vowel"
else
end if
next
 
Is This Answer Correct ?    3 Yes 1 No
Rico
 
 
 
  Re: 1.can we parameterise object repository?how we can do it? 2.there is a name "mallikharjun".i want to get the vowels in it through VBSCRIPT?
Answer
# 3
gdfg
 
Is This Answer Correct ?    0 Yes 0 No
Dfdf
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
where is the bitmap checkpoint be saved  3
How to send QTP test results to an email...(with out using Quality Center)?  8
what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me  6
can we enable smart identification for test object  3
Could some one explain me how to create folder on the desktop from QTP?? This is an interview question Clinical-Soft1
What is the concept of hooking in QTP?  1
Among the 3 Recoring modes,Standard, Analog and Low Level. which one is mostly used. I know that Analog id used for Graphs, Digital Signatures and Barcoding. so, which one among the 2?  1
In my Script Firstly i have to parametrize the data then we import the data from c drive.suppose i have parametrize the Person name and company Name and i have enter one person name and one company name in the excel sheet now we import the sheet and the script is passed i want to ask one thing can we add more than one person name and more than one company name in the excel sheet suppose firstly we create person name "ADDy" and company nmae.'Wipro" and we set the current row in the script for this data and now we want run the script another set of data so how we can run the script with another set of data  2
What is Terminal Emulators”? Why we used in QTP.? How he works on QTP.  1
plz anybody tell me how to explain the architecture of one particular project.plz give me answer for this.....RAJESH TCS6
hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.  3
I want to open a Google page without recording a test and i do not want to use system.Util.run command as well how do i do this? IBM10
how to capture (or) checkpoint for chineese or any other language except english using QTP in a web page. ( my application have 24 language, how to check those lanugages using QTP? is it possible). Please let me know  2
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?  1
What does it mean when a check point is in red color? what do u do?  1
Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value TCS1
Hi, OUR PROJECT NAME IS: HOSPITAL CONTROL SYSTEM. IS IT COMES UNDER WHICH DOMAIN(HEALTH CARE OR HEALTH INSURANCE) Four-soft3
Few basic questions on commonly used Excel VBA functions.  1
Write the Test Cases for ATM(Any Time Money) SpaceLabs3
CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION? Polaris2
 
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