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
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.
What is the extension of the recovery scenario file in qtp?
In qtp, explain what is crypt object
What are the different ways to invoke an application using QTP?
Differences between quicktest professional (qtp) and winrunner?
Can we record using all the modes in a single script? Explanation with example is appreciated
Explain the concept of how quicktest professional (qtp) identifies object?
How many ways we can parameterize data in quicktest professional?
What are the key elements available in test result window?
What is the parameterization?
Does QTP record on Objects created on XWindows Environment?
Explain qtp(quick test professional)?
How to use the object spy in quicktest professional 8.0 version?
What is the difference between shared and local object repository?
What is data driver in qtp? Where we use it?