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


Please Help Members By Posting Answers For Below Questions

we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?

1842


how to prepared for first for the first interview?

2025


what is run-time data?

1914


How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.

1695


How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.

2027


what kind of frame work you used in your last project?

2070


What is Port testing. Whhen will you perform?

1695


Where can I find and view run-time data table?

712


I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!

1608


How many types of trigger events are there in qtp?

736


What are the main differences of qtp and win runner?

802


How to execute a winrunner script in quicktest professional (qtp)?

689


How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?

811


i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)

1763


How do you test DLL files using automation Tool QTP?

2969