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 |
describe common problems of test automation?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
How can we import a Open Office excel file in QTP
how to load the *.vbs (or) test generating script in a new machine?
Hi I able to record IE object but not able to record mozilla firefox 3 object using QTP 10. i don know wats the problem????
what is object and child object.. explain ..if possible give some example for better understanding ..
How can I check if a environment variable exist or not?
How does Parameterization and Data-Driving relate to each other in QTP?
what is check point?
Can anyone tell me about "Step- By Step Paramterization". among the two paramaterizations, Step by step and Parameterize All, which one is mostly used.
What is the difference between Datadriven and Parameterization?
How to analyzing Test Results using QTP?