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


Please Help Members By Posting Answers For Below Questions

How is a Step generator used in UFT?

663


In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?

1455


Is qtp supports uni-code?

618


Did the scripts need lot of maintenance? If yes, why?

3301


How to test results for qtp ?

789






Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?

1522


What are the trigger events in qtp?

574


Is it possible to switch between recording modes during a test creation?

594


What are output values and why they are used ?

627


Which recording modes need more memory?

588


What are the types of object repository?

584


What are the key elements available in test result window?

627


What is QTP and the use of QTP in TD?

602


The hybrid framework can be implemented for any application. Is it true?

591


How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?

700