how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
Answer Posted / suresh meti
Str1 = InputBox("Enter any sentese ")
str2 = InputBox("Enter word to search")
var1 = Split(Str1,str2)
var2 = Ubound(var1)
msgbox var2
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
can anyone tell me from where i can download qtp demo or crack version
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
what is the diffrence bw qtp architectute and qtp framework?
Difference between test object and run time object?
Is it possible to call from one action to another action in qtp?
What is the difference between rational rose and QTP?
What is ObjectParamater?
How you are developing the script? Using record and play back or manual?
describe some problems that u had with automating testing tool?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
What is the use of ordinal identifier in qtp?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
what function you write to do database testing with the help of qtp?