what is descriptive programming?
Answer Posted / vinu
Instructing QTP to perform Operations on AUT objects which
are not present in Object repository.
Whenever QTP records any action on any object of an
application ,it adds some description on how to recognize
that object to a repository of objects, which is known as OR
(Object Repository)
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
Write a script to customize the test results in PDF and HTML format.
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
When to use descriptive programming?
Explain how qtp identifies object?
what is run action?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
UFT 12.02 which ALM version will support
how can we compare descriptive programing with a regular expression
What are the technics follow in writing VB script?
What are the Disadvantages of shared object repository?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
If created one virtual object? Next time I changed the window position will it work?