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
Does Low-level recording capture mouse movements?
What are output values and why they are used ?
How to remove associated function library?
how to acess a test in RSA?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
Define object spy ?
what is the diffrence bw qtp architectute and qtp framework?
What is Cross browser testing? Does UFT support it?
write a script to verify the image path(src property) of the images which are in web pages.
i am looking job in perfomance testing using Loadrunner any one help me a project plz......?(Chandana) chs_29@rediffmail.com
Does QTP run in any environment?
If object is not recognized by qtp but the object is standard object what is your approach?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
How will you check that your test cases covered all the requirements?