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
How to check bitmap output value?
what is test scheduleling?
What is debugging? How you debug your script?
What is keyword view?
With what extension you can save the list of tests in a file to run in test batch runner?
Can the user toggle between using Local OR and shared OR for the same action?
What is the syntax to call one script from another?
wt is the use of multiple questions in QTP
How to use setroproperty?
What is a programmatic description?
Will down time for server and content maintenance/upgrades be allowed? how much?
How to get popup error message.
Name the properties you would use for identifying a browser and page when using descriptive programming?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
describe some problems that u had with automating testing tool?