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 ObjectParamater?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
How to define array in qtp?
How to record application running on the Virtual machine?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
With what extension you can save the list of tests in a file to run in test batch runner?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
Describe synchronization point.
Object repositories types, which and when to use?
What is the difference between the keyword view and expert view?
How to use Environment parameterization? Explain with an example.
How can I check if a environment variable exist or not?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?