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
How is the Bitmap checkpoint different from Image checkpoint?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
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?
What are the features supported by UFT?
How u will do versioning in QTP?
how to post xml data from QTP scripts to any application?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
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)
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
If I change the property value at runtime is it effect is object repository?
What is difference between shared and local object repository?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?