There is a name "AJAY" how do u count no.of. "A" in that
name ?
Answer Posted / sid
Hello All
There is another way of doing this
x="AJAY"
if instr(x,"A")<>0 then
msgbox x
end if
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is test object model in quicktest professional (qtp)?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
What is difference in global and action sheet in qtp?
What is quicktest professional?
How many ways is to parameterize the value?
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
Where you get the run time data table?
What are the different ways to invoke an application using QTP?
Explain step generator in qtp?
How to recognise the webelement and verifying that webelement is enabled?
Explain QTP using different development techniques ?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
Explain the types of object repository?
What is the Command used to start the QTP
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?