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
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
What is the standard timing delay for web based application in qtp?
What is the use of text output value in quicktest professional?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
How many types of recording modes in qtp?
How many types of recording facility are available in quicktest professional (qtp)?
What is Port testing. Whhen will you perform?
What are the Test design techniques you uses in ur project?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
What are the benefits of quick test pro(qtp)?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
Is it possible to change the values of analog recording?
What are the advantages of qtp?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..