str="QTP AUTOMATION TESTING"
here how many T are there in the str
finally i want to display the T
Answer Posted / gabbar
msgbox len(str)-len(REPLACE(str,"T",""))
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is meant by source control?
how do i know how to use tools
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
How can you identify the browser and its information using QTP script?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
Explain the check points in quicktest professional?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
Hi All, How to get repeated word in string . Thanks Balaji
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
How do you perform Regreession Testing?
after click on compose mail how can we attached a file in qtp with vbscript code
Explain the qtp test phases.
What are the different recording modes and how do they work?
What is the difference between run time object and test object?