str="QTP AUTOMATION TESTING"
here how many T are there in the str
finally i want to display the T
Answer Posted / cnu_thatavarthi
Dim strValue,i, blnFlag,incRement
strValue = "QTP AUTOMATION TESTING"
blnFlag = ""
incRement = 0
For i = 1 to Len(strValue)
If Ucase(mid(strValue,i,1)) = "T" Then
incRement = incRement+1
blnFlag = blnFlag &Ucase(mid(strValue,i,1))
End If
Next
Msgbox incRement 'Number of Ts are Displaying 5
Msgbox blnFlag
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
How often were they executed?
Is it possible to split an action? How?
What are the key points to create a framework in QTP for oracle forms?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
Hai anyone please "Explain about Framework in QTP?"
What is a data driven test in qtp?
Explain features of the latest version of qtp/ uft 12.1?
What is an expert view and keyword view?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.
how to idetfy which test cases are automated?who will deside that plz tell me
Explain the check points in quicktest professional (qtp)?
How the smart identification is used in real time?Please explain with an example
What is the difference between run time object and test object in QTP?