In automation testing, while doing descriptive programing;
how will u get the properties of the objects in what
format, what type of a document, and by whom? Pls explain
in detail. Thanks a lot

Answers were Sorted based on User's Feedback



In automation testing, while doing descriptive programing; how will u get the properties of the ob..

Answer / saroj

We usually write descriptive programming while we have to
work on a object which appears run time( unable to add to
the repository). ex: I have to add some links to a page run
time and need to click on them. Here we have to write
descriptive programing to work on the links. As I know the
following properties ( Class: Link, Name:<linkname> ).
Using this combination write descriptive programming.

Set midesc=Description.Create()
midesc("micclass").value="link"
midesc("text").value="<name>"

Is This Answer Correct ?    0 Yes 0 No

In automation testing, while doing descriptive programing; how will u get the properties of the ob..

Answer / sandeepguttikonda

Actually I guess your question is How we will go with the
automation testing without application?

If this is your question here goes the answer.

In Quick Test Professional we are having a concept call
Descriptive Programming.

Generally we will go to descriptive programming when
1) object are unidentified
2) when there is no applicatoin to develop the code

Here our case is 2:

So if we are having object properties and its values we can
start coding in QTP. As developers, who develops the
application.

So in this scenario we will be given the same document that
is given to the developers (BRD or SRS) which will be
having all the details regarding the object properties and
its values too.

And it will be provided by the client itself and prepared
by the Business Analysts or domain experts.

Sorry If I understand the question in wrong way.

Please let me know if you need more info.

Thanks.

Regards,
Sandeep Guttikonda.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More QTP Interview Questions

I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks

4 Answers  


what type of run time errors you get while you ar edoing rpg program?

0 Answers  


What do you mean by iteration?

0 Answers  


where exactly we can't do the automation testing. give some examples

2 Answers   Virtusa, Wipro,


how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..

1 Answers   Synchronoss Technologies,






How will you enchance the script?

1 Answers  


I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”

0 Answers  


What is wrong in my code?

3 Answers  


Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek

0 Answers  


what are the different Frame Works in Quick Test Proffessional testing

5 Answers   Wipro,


For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?

0 Answers   Nokia,


how do close the task manager through QTP?

2 Answers  


Categories