write a script for get the following result:
username
password
frm the
string1="A=username"
string2="B=password"
Answer Posted / litan
string1="A=username"
string2="B=password"
Username=Split(string1,"=")(1)
PAssword=Split(string2,"=")(1)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Can we record using all the modes in a single script? Explanation with example is appreciated
How to use the object spy in quicktest professional (qtp) 8.0 version?
What are the main differences of qtp and win runner?
What is action? How many types of actions are there in qtp?
how do u plan test automation?
Define Error Pane of UFT?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
How do client side image and server side image work?
How QTP support all types of applications (platforms)?
What is text/text area checkpoint?
How to open a new test using quicktest professional (qtp)?
HOw to add the recovery file at runtime to the test file .
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
What are the types of data tables in qtp?