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
How many lines of code in each script of QTP?
Analyzing the checpoint results?
What is the XML file architecture ?
Explain how qtp identifies objects?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
What is recovery scenario in qtp?
What is the new version of qtp which is recently released in the market?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
how to evalute defects in QTP script?
Explain the views in the QTP GUI?
How to test fly out menu in qtp?
Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT
Explain how to use QTP to check broken links on a page?
How is a Step generator used in UFT?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?