str="QTP AUTOMATION TESTING"
here how many T are there in the str
finally i want to display the T
Answer Posted / jay patel
dim str
str = "qtp automation testingttt"
a = split (str,"t")
for each x in a
msgbox x
next
msgbox ubound(a)
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
what is keyword driven testing in qtp?n how is it useful?
Tell me about your project? please help me how to tell about insurance project
How may types of defects identify application or your currently working application?pls give me answer..
Explain in brief about the quicktest professional automation object model?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
how do i know how to use tools
Explain different types of checkpoints?
What is the default object synchronization timeout in qtp?
How many types of trigger events are there in qtp?