how to write the descriptive programming in QTP for
loginwindow.without using Step generator,object repository
for referecnes
Answer Posted / kishorekumar.byreddy
Dim lg,an,pwd,ok
set lg=decription.create()
set an=decription.create()
set pwd=decription.create()
set ok=decription.create()
lg("text").value="LOGIN"
an("attached text").value="AGENT NAME:"
pwd("attached text").value="PASSWORD:"
ok("text").value="OK"
Dialog(lg).activate
Dialog(lg).winedit(an).set"kishore"
Dialog(lg).winedit(pwd).setsecure"mercury"
Dialog(lg).winbutton(ok).click
i think this is the perfect to login descriptive 2nd method
this is very importent, every company prefer to this method
in realtime also, so please carefull
any queries on this please send to this
mail "kishorekumarbyreddy@gmail.com"
and this my num: 09811244850
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
What is the difference between local and shared object repository in qtp?
Is virtual object supported in low level recording mode?
What are the recording modes in wave event?
Explain quicktest professional (qtp) testing process?
What is difference between run time object and test object?
What is the difference between a Function and Action in QTP?
What is the file extension of the code file in qtp?
How will you check that your test cases covered all the requirements?
Problem with XML checkpoint in QTP ?
Explain measuring transaction.
How QTP identify the system time that's changes every seconds?
What is the difference between analog and low level recording?
How does quicktest professional (qtp) identifies the object in the application?
What is the difference in the global and action sheet in qtp?