Why you are Using Descriptive programming instead of Object
Repository?
Answer Posted / ram.polavarapu
well for small application we can go for object repository
and we can add the all objects if the application is big
then we can not add the all the objects in to the object
repository that time we can use the discriptive scipting
by using object repository the process is going to be
slow when we compare with descriptive programming
with out open the application also we can write the
descriptive programming.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
Discuss the QTP Environment?
Did QTP prove efficient for your project? Yes or No, explain?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
what type of run time errors you get while you ar edoing rpg program?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
What is a checkpoint? How many check points are there in qtp?
What is the parameterization?
How to create scenario selector
how to test load test and block box testing an a web based application pls give ans briefly
What does mean by Scope of Automation?n How we defined it?
is it possible to add sheets to excel at runtime
What is the default object synchronization timeout in qtp?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji