The Senario is
Steps to do
1.Entered userid in textbox
2.saved with details
3.i want to open user which i have created
its in hurry.....
Answer / guest
What i understood is Enter USerid and save that in to DB
and retrive from DB, if the scenarion is that then the
script will be
window("WN).winedit("Userid").set"xxxxx";
x=window("WN).winedit("Userid").getvisibletext(userid);
set conn = createObject(ADODB.conection);
set comm = createObject(ADODB.command);
set rs = createObject(ADODB.Recordset);
conn.provider = "Provide the DB provider name"
comm.activeconnection=conn;
comm.open = "insert x into user";
comm.execute;
res.open "select * from user",conn
| Is This Answer Correct ? | 1 Yes | 0 No |
Maximum synchronizing time out in QTP
can a Function return more than one value..??? if so please give me the code for that.
5 Answers DST Global Solutions,
wt is memory leakage?
how to do spell check in QTP? reply please
if there is two login button in your page, how you know that this login button is correct for login .
How many check points are there in QTP and what are they?
What is diffrence between Global variables and Environment variables...Anybody can give me answer..Thanks in advance..
what function you write to do database testing with the help of qtp?
when do we write a script in qtp?(plz give me more then 2 reasons)
I have 3 browsers i want to give facebook url in 2 nd browser using qtp
Is it a smart choice to use QTP for backend testing?
Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.