i have string "I LIKE INDIA"..how to i get LIKE from the
sting..
Answer Posted / tanuj mohanty
str="I LIKE INDIA"
x=split(str," ")
print x(1)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
what is the mail use of frame work(with detail). architecture for keyword driven frame work
What r the different filters in defect in quality center
How you can find the absolute value of the number in qtp?
How you create new action in qtp?
Can we run multiple QTP scripts one after the other without manual intervention? How?
How to interact tool & application build in QTP?
How to execute a winrunner script in quicktest professional (qtp)?
Is virtual object supported in low level recording mode?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
Explain xml checkpoints.
what is the difference between the modular framework and datadriven frame work
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
How do know the number of browsers opened?