i have string "I LIKE INDIA"..how to i get LIKE from the
sting..
Answer Posted / ramana vanteru
I want to add some more info to KK's ans, we can use
Mid Function
Returns a specified number of characters from a string.
Mid(string, start[, length])
Arguments
str="I LIKE INDIA"
var=mid(str,3,4)
msgbox var
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Which recording modes need more memory?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
can i compare two databases using QTP ?
what is run-time data?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
Does quicktest professional (qtp) is unicode compatible?
Explain different checkpoints in qtp.
Whether qtp 9.0 supports Test director8.0
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
Explain runtime dynamic settings?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
Give the syntax to load function at run time.
how can i call function (which has link with excell sheet at a remote location) within another function
How to use actions in qtp ?