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 |
Why a framework is needed?? Plaese post your answers ASAP
Which is the best testing institute for QTP training in Hyderabad.
In Developer view it is a high priority defect & in tester view it is a low severity defect what is that how to define with an example
explian about the qtp frame work? where u can use it in your project?
What is the architecture of your project? Can any one answer for this question plz........
Is it possible for QTP to capture the objects in word document.If so please give me the code.Thank you.
Name the properties you would use for identifying a browser and page when using descriptive programming?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
What is an expert view and keyword view?
In how may ways we can use checkpoints to an application using QTP?
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc