| Re: info required hi,
depending on the project,we r selecting the framework.
keyword driven,functional based,hybrid .... frameworks are there.
take the Login application
iam giving the sample descriptive programming for Login screen
windows("attached text:=w.n").winEdit("text:=Agent Name").set "some text"
windows("attached text:=w.n").winEdit("text:=Passwor").setsecure "some text"
windows("attached text:=w.n").winbutton("text:=OK").Click
plz check this in qtp.
mostly we r using the object identification to write the descriptive programming. |