There is a name "AJAY" how do u count no.of. "A" in that
name ?
Answer Posted / nayana
Dim str
str="ajay"
b=len(str)
for i=1 to b
c=mid(str,i,1)
if c="a" then
d=d+1
end if
next
msgbox d
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How QA specialist can identify when programmatic descriptions are useful?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
give me an example where u used good judgement and logic in solving a problem
How to use debug tools?
By using QTP can we record any log files written by the application which is in execution?
What are the steps involved in recovery scenario wizard?
What is the difference between run time object and test object?
What is regular expression?
What is the synchronization point in qtp?
How will you report the bug and explain the defect tracking sheet you handled?
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
explain how to write vb script in qtp?when will you write own script?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
With what extension you can save the list of tests in a file to run in test batch runner?