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 to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
What is qtp window?
What phases are involved in testing an application in qtp?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
Explain about the test fusion report of quicktest professional?
What are the technics follow in writing VB script?
why you have standardized functions? plzzz guys with real time exp. do answer
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
what are all the fileds present in object repository?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
What is QTP testing process?
How you create new action in qtp?
Explain quicktest professional testing process?
What is a data driven test in qtp?