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 Posted / 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 |
Post New Answer View All Answers
What are test settings and global settings?
Can any suggest me what is exposure testing?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
How to use descriptive programming?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
Explain hybrid framework with advantages and disadvantages?
how to convert 100 into hundred repees only and viceversa
Where you get the run time data table?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
Explain types of descriptive programming?
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
What is the basic concept of quicktest professional (qtp)?
Hybrid framework supports Descriptive programming. Is it true?
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.
Where to use function or action?