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
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?
how to prepared for first for the first interview?
what is run-time data?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
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.
what kind of frame work you used in your last project?
What is Port testing. Whhen will you perform?
Where can I find and view run-time data table?
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...!!!
How many types of trigger events are there in qtp?
What are the main differences of qtp and win runner?
How to execute a winrunner script in quicktest professional (qtp)?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
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)
How do you test DLL files using automation Tool QTP?