How to remove the spaces in a string Ex: "Welcome to
QTPWorld" ?
Answer Posted / mithuna reddy
Dim str,arrsplit,arrjoin
str = "Welcome to QTP World"
arrsplit = Split(str," ")
arrjoin = Join(arrsplit,"")
MsgBox arrjoin
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
Is VB Script Case sensitive or Case insensitive?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
what is the use of QCUtil? explain with one example?
How will you get a subset of a array in vbscript?
Difference between dim,public and private variables in vb script?
Mention when to use function procedures and what are its characteristics?
What is the difference between for loop and while loop?
wht must be the interview question on corinthian information technology solutions incorporated.
Explain the filter expression?
what is the features of visual basic?
Explain the scope of the variables using dim, public, and private keywords respectively.
Which operator is used to concatenate the 2 values in the vbscript language?
Explain about adodb.stream class?
what is the difference between modular and data and keyword driven framework