Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

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)

2207


What is the standard timing delay for web based application in qtp?

1119


What is the use of text output value in quicktest professional?

1034


What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????

2221


How many types of recording modes in qtp?

1122


How many types of recording facility are available in quicktest professional (qtp)?

1110


What is Port testing. Whhen will you perform?

1995


What are the Test design techniques you uses in ur project?

2014


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

6309


What are the benefits of quick test pro(qtp)?

1032


can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com

2287


.have you ever written compiled module? if yes , tell me about some of the function that you wrote.

2243


Is it possible to change the values of analog recording?

1187


What are the advantages of qtp?

1049


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..

2355