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 Posted / rico

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is the Bitmap checkpoint different from Image checkpoint?

711


Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?

1564


what difference between runtime object and text object and what property they have. whether they have same properties or different properties.

1800


Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?

1613


What are the features supported by UFT?

743






How u will do versioning in QTP?

1533


how to post xml data from QTP scripts to any application?

1590


HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?

1806


How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)

1623


Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?

648


In the website, the protocol has been changed http: to https what you will do? Tell me your approach?

652


If I change the property value at runtime is it effect is object repository?

710


What is difference between shared and local object repository?

672


Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work

1554


Hi, Can we open a test in qtp10 which is saved in qtp 9.2?

1538