how to write the descriptive programming in QTP for
loginwindow.without using Step generator,object repository
for referecnes
Answer Posted / grsmrc2118@yahoo.com
hi you can write it by taking assistance from objectspy and
looking at methods and properties
dialog("text:=login).activate
dialog("text:=login).winedit("attachedtext:=agent
name:").set "mayur"
dialog("text:=login).winedit
("attachedtext:=password").setsecure "*********************"
dialog("text:=login").winbutton("text:=OK").click
but the better answer in interviews is explain that it is
hard to remember all the methods so by taking assistance
from object spy we are going to write
regards
naidu
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
How to save your test using quicktest professional?
Is it possible to change the property value at runtime? How it is possible?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
any body can you help me what is the script to automate an comand promt
In qtp, how you can use xpath to identify objects?
How many types of recording facility are available in quicktest professional?
Suppose I want fail that check point? How can you do that?
What are the different types of checkpoints?
What are the general steps involved in the data driven framework?
Why qtp the best testing tool?
What are the differences between quicktest professional and winrunner?
How to use setroproperty?
Have you used xml check point in your project? How?