Can we do qtp testing without creating objects in Dbject
repository? can we do it completely writing code i.e in
expert view only. Are there any books for this?
Answer Posted / alliance info
yes we will create objects by using DP (descriptive
programming)
'here no need of o.r
'cp the general recorded program in new test
'then write the dp
'tools>object spy>click on the hand button>test object
properties in object spy>name
For Eg:
dialog("text:=Login").Activate
dialog("text:=Login").WinEdit("attached text:=Agent
Name:").Set "user"
dialog("text:=Login").WinEdit("attached
text:=Password:").Set "mercury"
dialog("text:=Login").WinButton("text:=OK").Click
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How can you exit from an action?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
What is a checkpoint? How many check points are there in qtp?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
How to save your test using quicktest professional (qtp)?
How did you resolve conflicts present in Object Repository?
what is stepin & stepout?
Does quicktest professional (qtp) is unicode compatible?
what is object and child object.. explain ..if possible give some example for better understanding ..
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
What is action split and the purpose of using this in qtp?
what is clean sweep?
How many types of Automation frameworks are there in UFT? Describe them.
How can I use Call dlls in QTP ?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?