how to retrive that the number of spaces are in a string ????
Answer Posted / kamakshya prasad
Dim str
str="QTP, an automation Tool uses for software testing"
s=split(str," ")
msgbox ubound(s)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of how quicktest professional (qtp) identifies object?
Where is the Bitmap checkpoint information stored?
How you are developing the script? Using record and play back or manual?
What is the descriptive programming?
What do you to script when objects are removed from application?
what is Property......End Property loop? how to write sript for it in QTP
Name the properties you would use for identifying a browser and page when using descriptive programming?
what is meant by source control?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
What is difference between shared and local object repository?
i can done the project with QTP in that time i can say how many members in my team size?
What are the main differences of qtp and win runner?
What is the parameterization? Give one example?