write a script for get the following result:
username
password
frm the
string1="A=username"
string2="B=password"

Answer Posted / giriyappa badagar

string1="A=username"
string2="B=password"

UName=Split(string1,"=")
PWord=Split(string2,"=")

msgbox UName(1)
msgbox PWord(1)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.

1703


What is the extension of the recovery scenario file in qtp?

735


In qtp, explain what is crypt object

806


What are the different ways to invoke an application using QTP?

901


Differences between quicktest professional (qtp) and winrunner?

882


Can we record using all the modes in a single script? Explanation with example is appreciated

1602


Explain the concept of how quicktest professional (qtp) identifies object?

769


How many ways we can parameterize data in quicktest professional?

755


What are the key elements available in test result window?

866


What is the parameterization?

767


Does QTP record on Objects created on XWindows Environment?

1869


Explain qtp(quick test professional)?

769


How to use the object spy in quicktest professional 8.0 version?

745


What is the difference between shared and local object repository?

816


What is data driver in qtp? Where we use it?

761