Why you are Using Descriptive programming instead of Object
Repository?
Answer Posted / sangeetha
1.For Dynamic objects ( properties during run time will
change ) ,we will go for Descriptive programming)
for example:
i=0
Browser().Page().Webedit("index:="&i).set
Next
2.When the application is not yet developed completely
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the quicktest professional (qtp) testing process?
Give the syntax to load function at run time.
How to handle the exceptions using the recovery scenario manager in qtp?
What is smart identification in QTP?
How many types of actions are there in quicktest professional?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
What is the difference between Keyword Driven test and Data Driven test?
what frame work you are following?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
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 active screen?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
For which type of projects the iterative model is not suitable?
What are the types of object repositories? Which one is you using?
How many types of object repository in qtp?