The string is like POWER STAR PAVAN , write a script for
this how to findout the number of "A" in the string ?
Answer Posted / ravi
str="POWER STAR PAVAN"
len1=len(str)
msgbox len1
str=replace(str,"A", "")
len2=len(str)
msgbox len2
a=len1-len2
msgbox a
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
when will you do debug your script? and explain that process?
Hai anyone please "Explain about Framework in QTP?"
what you mean by artifact,milestone...
what is the mail use of frame work(with detail). architecture for keyword driven frame work
What is synchronization? What are the ways you can synchronize?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
Explain how qtp identifies objects?
Explain the new feature of UFT regarding the export of test results?
Hi,All How to create a link in excel sheet using qtp
Explain about datafile/verification of date file when file is not available in local system?
explain how to write vb script in qtp?when will you write own script?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
They asked by using qtp recording writing scripting
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
How qtp recognizes the object?