How to findout the number of spaces with in STRING For Ex :
STRING is " RAJ IS A SOFTWARE ENGINEER "
Please send me the answer
Answer Posted / sadriddin
str=" RAJ IS A SOFTWARE ENGINEER "
NumOfSp = Len(str) - Len(replace(str, " ", ""))
Msgbox NumOfSp
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
write a script to verify the image path(src property) of the images which are in web pages.
what is the difference between the modular framework and datadriven frame work
How many ways we can parameterize data in quicktest professional (qtp)?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
How to test background color and dynamic images during run time can you put the check point for moving objects?
I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance
which type of testing process are you following in ur company? how to recognize a qtp page?
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
Explain the types of object repository?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
How to use output values in qtp ?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
How to handle the exceptions using recovery secnario manager in quicktest professional?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME