i have string "I LIKE INDIA"..how to i get LIKE from the
sting..
Answer Posted / rajendra nethala
str="I LIKE INDIA"
str=Split(1,str," ")
MsgBox Str(1)
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Explain xml checkpoints.
how many maximum number of virtual users we can create?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
How did you use regular expressions in QTP and also in WR?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
How to check bitmap output value?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
what is object and child object.. explain ..if possible give some example for better understanding ..
How would you directly trigger javascript in a test?
Why qtp always start action1 and does not start action?
What is the use of running the scripts in Hidden-mode in UFT?
How to give a call to another action from one action?