str="QTP AUTOMATION TESTING"
here how many T are there in the str
finally i want to display the T
Answer Posted / abin
str="QTP AUTOMATION TESTING"
a= ubound(split(str,"T"))
msgbox a
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What Folder Structure following in Keyword Driven Frame work?
How to execute a winrunner script in quicktest professional (qtp)?
How to remove the associated function library?
Is it possible to change the property value at runtime? How it is possible?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
why should we give deliver good quality software?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
What contains Data Driven Framework document in qtp?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What is text check point and text area check point?
images are dynamically changes how to compare two images with out using the bitmap
What will be happen if i load object repository at run time, but it has already associated.
Explain the features of quick test pro(qtp)?