There is a name "AJAY" how do u count no.of. "A" in that
name ?
Answer Posted / swarna
Dim txt, cnt
txt="ajay"
p=split(txt,"a")
cnt=0
for i=1 to ubound(p)
cnt=cnt+1
next
b=cnt
msgbox cnt
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
We stored into the objects OR and then write the scripting
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
How do you test DLL files using automation Tool QTP?
What is the registration process and examination fees?
How do know the number of browsers opened?
Hi Samrat, Thank u very much, what u said it is right.
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
What is the difference between run time object and test object in QTP?
What is Distributed testing? How does UFT support it?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
In qtp, how you can remove the spaces from string?
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