Answer Posted / rajaram_patil
'Use the code below
varStr = "This is a sentence"
MyArray = Split(varStr," ")
i = ubound(MyArray)
For j=0 to i step 1
msgbox MyArray(j)
Next
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
how many maximum number of virtual users we can create?
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
What Folder Structure following in Keyword Driven Frame work?
Write a script to verify font style and color of a windows object using descriptive programming
What are the advantages of Object Repository?
What is the keyword view and expert view in qtp?
What is synchronization? What are the ways you can synchronize?
Define Error Pane of UFT?
How to get the particular property value?
How do you convert manual test cases to automated test cases?
How you calling actions in qtp?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Why we load add-ins in qtp?
Explain xml checkpoints.