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
Explain in brief about the quicktest professional (qtp) automation object model?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
What is the syntax to call one script from another?
What is the difference between analog and low level recording?
what is error and fault in terms of software quality?
How does quicktest professional identifies the object in the application?
What is reusable action?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
What is the difference between call to existing action and copy of an action?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
Explain how you can delete excel file in qtp?
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?