how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
Answer Posted / lavanya
Str = "QTP+QTP=2QTP"
for i=1 to len(str)
amid=mid(Str,i,3)
Msgbox amid
if amid = "QTP" then
cnt=cnt+1
end if
Next
MsgBox cnt
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
your coming from electrical backgroung..but y ur coming to software side?
How will you compare keyword and expert view?
Explain in brief about the quicktest professional automation object model?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
What is the difference between keyword view and expert view?
any body can you help me what is the script to automate an comand promt
How to add synchronisation points in qtp?
how did u use automating testing tools in ur job?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
Give the syntax to load function at run time.
what type of run time errors you get while you ar edoing rpg program?
What is keyword view in qtp?
Explain object spy in qtp.
What do you to script when objects are removed from application?
How do client side image and server side image work?