What does SPLIT and JOIN commands do in Vbscript?
Answer Posted / bhavna khurana
Even I disagree with leo, SPLIT function is an inbuilt
function of QTP. But the normal Split function can't help
you in this case.
Use Instr to find the position of next sequence. e.g.
current="AA"; next="BB"
nextIndex=Instr(0, inputString, next, 1)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How many ways is to parameterize the value?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
Describe how Smart Identification is used
Diff b/w test scenario's and test Procedures?
Have you done batch testing in qtp? If yes how you are doing?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
There is an excel file of 1 to 100 sheets how you will iterate through it?
What are main panes available in qtp test browser?
What are the recording modes in wave event?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
How to associate function library at a run time?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
Why is action split used by qtp?
What is object spy in quicktest professional (qtp)?
Can we record an application running on a remote machine using qtp?